Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtrans.c2573 bool overflow_tx; in iwl_trans_pcie_wait_txq_empty() local
2587 overflow_tx = txq->overflow_tx || in iwl_trans_pcie_wait_txq_empty()
2594 overflow_tx) && in iwl_trans_pcie_wait_txq_empty()
2604 if (WARN_ONCE(wr_ptr != write_ptr && !overflow_tx, in iwl_trans_pcie_wait_txq_empty()
2613 overflow_tx = txq->overflow_tx || in iwl_trans_pcie_wait_txq_empty()
H A Dtx.c2455 txq->overflow_tx = true; in iwl_pcie_reclaim()
2484 txq->overflow_tx = false; in iwl_pcie_reclaim()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h813 bool overflow_tx; member
/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c