| /freebsd-12.1/sys/dev/cs/ |
| H A D | if_cs.c | 626 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 D | if_csvar.h | 68 int tx_timeout; member
|
| /freebsd-12.1/sys/dev/ex/ |
| H A D | if_ex.c | 325 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 D | if_exvar.h | 72 int tx_timeout; member
|
| /freebsd-12.1/sys/dev/xe/ |
| H A D | if_xevar.h | 42 int tx_timeout; member
|
| H A D | if_xe.c | 357 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 D | stats.h | 98 u64 tx_timeout; member
|
| /freebsd-12.1/sys/dev/tx/ |
| H A D | if_txvar.h | 83 int tx_timeout; member
|
| H A D | if_tx.c | 720 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 D | if_fevar.h | 120 int tx_timeout; member
|
| H A D | if_fe.c | 968 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 D | if_wpivar.h | 193 struct callout tx_timeout; member
|
| H A D | if_wpi.c | 536 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 D | if_ath_btcoex_mci.c | 256 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 D | athstats.c | 761 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 D | xgbe-dev.c | 1917 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 D | mlx4_en_netdev.c | 1590 priv->port_stats.tx_timeout++; in mlx4_en_restart() 2766 &priv->port_stats.tx_timeout, 0, "Transmit timeouts"); in mlx4_en_sysctl_stat()
|