Searched refs:tx_timeout (Results 1 – 15 of 15) sorted by relevance
636 sc->tx_timeout = 0; in cs_init_locked()804 sc->tx_timeout = 0; in csintr()810 sc->tx_timeout = 0; in csintr()815 sc->tx_timeout = 0; in csintr()931 sc->tx_timeout = sc->buf_len; in cs_start_locked()943 sc->tx_timeout = length; in cs_start_locked()964 sc->tx_timeout = 0; in cs_stop()1133 if (sc->tx_timeout && --sc->tx_timeout == 0) { in cs_watchdog()
69 int tx_timeout; member
320 sc->tx_timeout = 0; in ex_init_locked()572 sc->tx_timeout = 2; in ex_start_locked()609 sc->tx_timeout = 0; in ex_stop()674 sc->tx_timeout = 0; in ex_tx_intr()978 if (sc->tx_timeout && --sc->tx_timeout == 0) { in ex_watchdog()
70 int tx_timeout; member
40 int tx_timeout; member
351 scp->tx_timeout = 0; in xe_init_locked()508 scp->tx_timeout = 5; in xe_start_locked()641 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()
123 unsigned long tx_timeout; member
1539 priv->port_stats.tx_timeout++; in mlx4_en_restart()2672 &priv->port_stats.tx_timeout, "Transmit timeouts"); in mlx4_en_sysctl_stat()
81 int tx_timeout; member
717 sc->tx_timeout = 8; in epic_ifstart_locked()928 sc->tx_timeout = 0; in epic_intr()977 if (sc->tx_timeout && --sc->tx_timeout == 0) { in epic_timer()1553 sc->tx_timeout = 0; in epic_stop()
120 int tx_timeout; member
973 sc->tx_timeout = 0; in fe_stop()998 if (sc->tx_timeout && --sc->tx_timeout == 0) { in fe_watchdog()1150 sc->tx_timeout = 1 + sc->txb_count; in fe_xmit()1546 sc->tx_timeout = 0; in fe_tint()
472 uint32_t tx_timeout; member
780 case S_TX_TIMEOUT: STAT(tx_timeout); in ath_get_curstat()1023 case S_TX_TIMEOUT: STAT(tx_timeout); in ath_get_totstat()
6825 net_dev->tx_timeout = linux_timeout;