Searched refs:tx_timeout (Results 1 – 17 of 17) sorted by relevance
| /NextBSD/sys/dev/cs/ |
| HD | if_cs.c | 622 sc->tx_timeout = 0; in cs_init_locked() 786 sc->tx_timeout = 0; in csintr() 792 sc->tx_timeout = 0; in csintr() 797 sc->tx_timeout = 0; in csintr() 913 sc->tx_timeout = sc->buf_len; in cs_start_locked() 925 sc->tx_timeout = length; in cs_start_locked() 946 sc->tx_timeout = 0; in cs_stop() 1115 if (sc->tx_timeout && --sc->tx_timeout == 0) { in cs_watchdog()
|
| HD | if_csvar.h | 66 int tx_timeout; member
|
| /NextBSD/sys/dev/ex/ |
| HD | if_ex.c | 321 sc->tx_timeout = 0; in ex_init_locked() 573 sc->tx_timeout = 2; in ex_start_locked() 610 sc->tx_timeout = 0; in ex_stop() 675 sc->tx_timeout = 0; in ex_tx_intr() 978 if (sc->tx_timeout && --sc->tx_timeout == 0) { in ex_watchdog()
|
| HD | if_exvar.h | 70 int tx_timeout; member
|
| /NextBSD/sys/dev/xe/ |
| HD | if_xevar.h | 40 int tx_timeout; member
|
| HD | if_xe.c | 352 scp->tx_timeout = 0; in xe_init_locked() 509 scp->tx_timeout = 5; in xe_start_locked() 642 scp->tx_timeout = 0; in xe_txintr() 922 if (scp->tx_timeout && --scp->tx_timeout == 0) { in xe_watchdog() 1323 scp->tx_timeout = 0; in xe_stop()
|
| /NextBSD/sys/ofed/drivers/net/mlx4/ |
| HD | mlx4_stats.h | 126 unsigned long tx_timeout; member
|
| HD | en_netdev.c | 1545 priv->port_stats.tx_timeout++; in mlx4_en_restart() 2679 &priv->port_stats.tx_timeout, "Transmit timeouts"); in mlx4_en_sysctl_stat()
|
| /NextBSD/sys/dev/ifmlx4/ |
| HD | mlx4_stats.h | 126 unsigned long tx_timeout; member
|
| HD | en_netdev.c | 1545 priv->port_stats.tx_timeout++; in mlx4_en_restart() 2484 &priv->port_stats.tx_timeout, "Transmit timeouts"); in mlx4_en_sysctl_stat()
|
| /NextBSD/sys/dev/tx/ |
| HD | if_txvar.h | 81 int tx_timeout; member
|
| HD | if_tx.c | 715 sc->tx_timeout = 8; in epic_ifstart_locked() 926 sc->tx_timeout = 0; in epic_intr() 975 if (sc->tx_timeout && --sc->tx_timeout == 0) { in epic_timer() 1551 sc->tx_timeout = 0; in epic_stop()
|
| /NextBSD/sys/dev/fe/ |
| HD | if_fevar.h | 120 int tx_timeout; member
|
| HD | if_fe.c | 974 sc->tx_timeout = 0; in fe_stop() 999 if (sc->tx_timeout && --sc->tx_timeout == 0) { in fe_watchdog() 1154 sc->tx_timeout = 1 + sc->txb_count; in fe_xmit() 1550 sc->tx_timeout = 0; in fe_tint()
|
| /NextBSD/sys/dev/wpi/ |
| HD | if_wpivar.h | 191 struct callout tx_timeout; member
|
| HD | if_wpi.c | 528 callout_init_mtx(&sc->tx_timeout, &sc->txq_state_mtx, 0); in wpi_attach() 703 callout_drain(&sc->tx_timeout); in wpi_detach() 2102 callout_reset(&sc->tx_timeout, 5*hz, wpi_tx_timeout, sc); in wpi_tx_done() 2104 callout_stop(&sc->tx_timeout); in wpi_tx_done() 2742 callout_reset(&sc->tx_timeout, 5*hz, wpi_tx_timeout, in wpi_cmd2() 5514 callout_stop(&sc->tx_timeout); in wpi_stop_locked()
|
| /NextBSD/tools/tools/ath/athstats/ |
| HD | athstats.c | 755 case S_TX_TIMEOUT: STAT(tx_timeout); in ath_get_curstat() 1000 case S_TX_TIMEOUT: STAT(tx_timeout); in ath_get_totstat()
|