Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cs/
H A Dif_cs.c626 sc->tx_timeout = 0; in cs_init_locked()
790 sc->tx_timeout = 0; in csintr()
796 sc->tx_timeout = 0; in csintr()
801 sc->tx_timeout = 0; in csintr()
917 sc->tx_timeout = sc->buf_len; in cs_start_locked()
929 sc->tx_timeout = length; in cs_start_locked()
950 sc->tx_timeout = 0; in cs_stop()
1119 if (sc->tx_timeout && --sc->tx_timeout == 0) { in cs_watchdog()
H A Dif_csvar.h68 int tx_timeout; member
/freebsd-12.1/sys/dev/ex/
H A Dif_ex.c325 sc->tx_timeout = 0; in ex_init_locked()
577 sc->tx_timeout = 2; in ex_start_locked()
614 sc->tx_timeout = 0; in ex_stop()
679 sc->tx_timeout = 0; in ex_tx_intr()
976 if (sc->tx_timeout && --sc->tx_timeout == 0) { in ex_watchdog()
H A Dif_exvar.h72 int tx_timeout; member
/freebsd-12.1/sys/dev/xe/
H A Dif_xevar.h42 int tx_timeout; member
H A Dif_xe.c357 scp->tx_timeout = 0; in xe_init_locked()
514 scp->tx_timeout = 5; in xe_start_locked()
647 scp->tx_timeout = 0; in xe_txintr()
927 if (scp->tx_timeout && --scp->tx_timeout == 0) { in xe_watchdog()
1328 scp->tx_timeout = 0; in xe_stop()
/freebsd-12.1/sys/dev/mlx4/
H A Dstats.h98 u64 tx_timeout; member
/freebsd-12.1/sys/dev/tx/
H A Dif_txvar.h83 int tx_timeout; member
H A Dif_tx.c720 sc->tx_timeout = 8; in epic_ifstart_locked()
931 sc->tx_timeout = 0; in epic_intr()
980 if (sc->tx_timeout && --sc->tx_timeout == 0) { in epic_timer()
1556 sc->tx_timeout = 0; in epic_stop()
/freebsd-12.1/sys/dev/fe/
H A Dif_fevar.h120 int tx_timeout; member
H A Dif_fe.c968 sc->tx_timeout = 0; in fe_stop()
993 if (sc->tx_timeout && --sc->tx_timeout == 0) { in fe_watchdog()
1148 sc->tx_timeout = 1 + sc->txb_count; in fe_xmit()
1544 sc->tx_timeout = 0; in fe_tint()
/freebsd-12.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()
2118 callout_reset(&sc->tx_timeout, 5*hz, wpi_tx_timeout, sc); in wpi_tx_done()
2120 callout_stop(&sc->tx_timeout); in wpi_tx_done()
2761 callout_reset(&sc->tx_timeout, 5*hz, wpi_tx_timeout, in wpi_cmd2()
5532 callout_stop(&sc->tx_timeout); in wpi_stop_locked()
/freebsd-12.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-12.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-12.1/sys/dev/axgbe/
H A Dxgbe-dev.c1917 unsigned long tx_timeout; in xgbe_prepare_tx_stop() local
1936 tx_timeout = ticks + (XGBE_DMA_STOP_TIMEOUT * hz); in xgbe_prepare_tx_stop()
1937 while (ticks < tx_timeout) { in xgbe_prepare_tx_stop()
/freebsd-12.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1590 priv->port_stats.tx_timeout++; in mlx4_en_restart()
2766 &priv->port_stats.tx_timeout, 0, "Transmit timeouts"); in mlx4_en_sysctl_stat()