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

/freebsd-12-stable/sys/dev/cs/
H A Dif_csvar.h68 int tx_timeout; member in struct:cs_softc
H A Dif_cs.c626 sc->tx_timeout = 0;
790 sc->tx_timeout = 0;
796 sc->tx_timeout = 0;
801 sc->tx_timeout = 0;
917 sc->tx_timeout = sc->buf_len;
929 sc->tx_timeout = length;
950 sc->tx_timeout = 0;
1119 if (sc->tx_timeout && --sc->tx_timeout == 0) {
/freebsd-12-stable/sys/dev/xe/
H A Dif_xevar.h42 int tx_timeout; member in struct:xe_softc
H A Dif_xe.c357 scp->tx_timeout = 0;
514 scp->tx_timeout = 5;
647 scp->tx_timeout = 0;
927 if (scp->tx_timeout && --scp->tx_timeout == 0) {
1328 scp->tx_timeout = 0;
/freebsd-12-stable/sys/dev/ex/
H A Dif_exvar.h72 int tx_timeout; member in struct:ex_softc
H A Dif_ex.c325 sc->tx_timeout = 0;
577 sc->tx_timeout = 2;
614 sc->tx_timeout = 0;
679 sc->tx_timeout = 0;
976 if (sc->tx_timeout && --sc->tx_timeout == 0) {
/freebsd-12-stable/sys/dev/mlx4/
H A Dstats.h98 u64 tx_timeout; member in struct:mlx4_en_port_stats
/freebsd-12-stable/sys/dev/tx/
H A Dif_txvar.h83 int tx_timeout; member in struct:__anon15395
H A Dif_tx.c720 sc->tx_timeout = 8;
931 sc->tx_timeout = 0;
980 if (sc->tx_timeout && --sc->tx_timeout == 0) {
1556 sc->tx_timeout = 0;
/freebsd-12-stable/sys/dev/fe/
H A Dif_fevar.h120 int tx_timeout; member in struct:fe_softc
H A Dif_fe.c968 sc->tx_timeout = 0;
993 if (sc->tx_timeout && --sc->tx_timeout == 0) {
1148 sc->tx_timeout = 1 + sc->txb_count;
1544 sc->tx_timeout = 0;
/freebsd-12-stable/sys/dev/wpi/
H A Dif_wpivar.h193 struct callout tx_timeout; member in struct:wpi_softc
H A Dif_wpi.c536 callout_init_mtx(&sc->tx_timeout, &sc->txq_state_mtx, 0);
698 callout_drain(&sc->tx_timeout);
2118 callout_reset(&sc->tx_timeout, 5*hz, wpi_tx_timeout, sc);
2120 callout_stop(&sc->tx_timeout);
2761 callout_reset(&sc->tx_timeout, 5*hz, wpi_tx_timeout,
5532 callout_stop(&sc->tx_timeout);
/freebsd-12-stable/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) argument
/freebsd-12-stable/sys/dev/axgbe/
H A Dxgbe-dev.c1917 unsigned long tx_timeout; local
1936 tx_timeout = ticks + (XGBE_DMA_STOP_TIMEOUT * hz);
1937 while (ticks < tx_timeout) {
/freebsd-12-stable/tools/tools/ath/athstats/
H A Dathstats.c761 case S_TX_TIMEOUT: STAT(tx_timeout);
1006 case S_TX_TIMEOUT: STAT(tx_timeout);
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1592 priv->port_stats.tx_timeout++;
2769 SYSCTL_ADD_U64(ctx, node_list, OID_AUTO, "tx_timeout", CTLFLAG_RD,
2770 &priv->port_stats.tx_timeout, 0, "Transmit timeouts");

Completed in 141 milliseconds