Home
last modified time | relevance | path

Searched refs:tx_timeout (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/dev/mlx4/
H A Dstats.h98 u64 tx_timeout; member
/freebsd-13.1/sys/dev/axgbe/
H A Dxgbe-dev.c2464 unsigned long tx_timeout; in xgbe_txq_prepare_tx_stop() local
2470 tx_timeout = ticks + (XGBE_DMA_STOP_TIMEOUT * hz); in xgbe_txq_prepare_tx_stop()
2471 while (ticks < tx_timeout) { in xgbe_txq_prepare_tx_stop()
2480 if (ticks >= tx_timeout) in xgbe_txq_prepare_tx_stop()
2490 unsigned long tx_timeout; in xgbe_prepare_tx_stop() local
2511 tx_timeout = ticks + (XGBE_DMA_STOP_TIMEOUT * hz); in xgbe_prepare_tx_stop()
2512 while (ticks < tx_timeout) { in xgbe_prepare_tx_stop()
2522 if (ticks >= tx_timeout) in xgbe_prepare_tx_stop()
/freebsd-13.1/sys/dev/wpi/
H A Dif_wpivar.h193 struct callout tx_timeout; member
H A Dif_wpi.c536 callout_init_mtx(&sc->tx_timeout, &sc->txq_state_mtx, 0); in wpi_attach()
698 callout_drain(&sc->tx_timeout); in wpi_detach()
2121 callout_reset(&sc->tx_timeout, 5*hz, wpi_tx_timeout, sc); in wpi_tx_done()
2123 callout_stop(&sc->tx_timeout); in wpi_tx_done()
2764 callout_reset(&sc->tx_timeout, 5*hz, wpi_tx_timeout, in wpi_cmd2()
5536 callout_stop(&sc->tx_timeout); in wpi_stop_locked()
/freebsd-13.1/sys/dev/ath/
H A Dif_ath_btcoex_mci.c256 ath_btcoex_mci_bt_cal_do(struct ath_softc *sc, int tx_timeout, int rx_timeout) in ath_btcoex_mci_bt_cal_do() argument
/freebsd-13.1/tools/tools/ath/athstats/
H A Dathstats.c761 case S_TX_TIMEOUT: STAT(tx_timeout); in ath_get_curstat()
1006 case S_TX_TIMEOUT: STAT(tx_timeout); in ath_get_totstat()
/freebsd-13.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1590 priv->port_stats.tx_timeout++; in mlx4_en_restart()
2770 &priv->port_stats.tx_timeout, 0, "Transmit timeouts"); in mlx4_en_sysctl_stat()