Home
last modified time | relevance | path

Searched refs:overflow_tx (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c2426 bool overflow_tx; in iwl_trans_pcie_wait_txq_empty() local
2440 overflow_tx = txq->overflow_tx || in iwl_trans_pcie_wait_txq_empty()
2447 overflow_tx) && in iwl_trans_pcie_wait_txq_empty()
2457 if (WARN_ONCE(wr_ptr != write_ptr && !overflow_tx, in iwl_trans_pcie_wait_txq_empty()
2466 overflow_tx = txq->overflow_tx || in iwl_trans_pcie_wait_txq_empty()
/freebsd-14.2/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c1670 txq->overflow_tx = true; in iwl_txq_reclaim()
1700 txq->overflow_tx = false; in iwl_txq_reclaim()
/freebsd-14.2/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h998 bool overflow_tx; member