Searched refs:tx_timeout (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_freebsd_pfvf_ctrs_dbg.c | 60 value = pfvf_counters->tx_timeout; in adf_pfvf_ctrs_prepare_report()
|
/freebsd/sys/dev/mlx4/ |
H A D | stats.h | 98 u64 tx_timeout; member
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-dev.c | 2468 unsigned long tx_timeout; in xgbe_txq_prepare_tx_stop() local 2474 tx_timeout = ticks + (XGBE_DMA_STOP_TIMEOUT * hz); in xgbe_txq_prepare_tx_stop() 2475 while (ticks < tx_timeout) { in xgbe_txq_prepare_tx_stop() 2484 if (ticks >= tx_timeout) in xgbe_txq_prepare_tx_stop() 2494 unsigned long tx_timeout; in xgbe_prepare_tx_stop() local 2515 tx_timeout = ticks + (XGBE_DMA_STOP_TIMEOUT * hz); in xgbe_prepare_tx_stop() 2516 while (ticks < tx_timeout) { in xgbe_prepare_tx_stop() 2526 if (ticks >= tx_timeout) in xgbe_prepare_tx_stop()
|
/freebsd/sys/dev/wpi/ |
H A D | if_wpivar.h | 192 struct callout tx_timeout; member
|
H A D | if_wpi.c | 533 callout_init_mtx(&sc->tx_timeout, &sc->txq_state_mtx, 0); in wpi_attach() 695 callout_drain(&sc->tx_timeout); in wpi_detach() 2115 callout_reset(&sc->tx_timeout, 5*hz, wpi_tx_timeout, sc); in wpi_tx_done() 2117 callout_stop(&sc->tx_timeout); in wpi_tx_done() 2758 callout_reset(&sc->tx_timeout, 5*hz, wpi_tx_timeout, in wpi_cmd2() 5529 callout_stop(&sc->tx_timeout); in wpi_stop_locked()
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_btcoex_mci.c | 252 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/tools/tools/ath/athstats/ |
H A D | athstats.c | 771 case S_TX_TIMEOUT: STAT(tx_timeout); in ath_get_curstat() 1024 case S_TX_TIMEOUT: STAT(tx_timeout); in ath_get_totstat()
|
/freebsd/sys/dev/qat/include/common/ |
H A D | adf_accel_devices.h | 586 unsigned int tx_timeout; member
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | debugfs_htt_stats.h | 170 u32 tx_timeout; member
|
H A D | debugfs_htt_stats.c | 108 htt_stats_buf->tx_timeout); in htt_print_tx_pdev_stats_cmn_tlv()
|
/freebsd/sys/dev/mlx4/mlx4_en/ |
H A D | mlx4_en_netdev.c | 1589 priv->port_stats.tx_timeout++; in mlx4_en_restart() 2762 &priv->port_stats.tx_timeout, 0, "Transmit timeouts"); in mlx4_en_sysctl_stat()
|