Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c2397 bool overflow_tx; in iwl_trans_pcie_wait_txq_empty() local
2411 overflow_tx = txq->overflow_tx || in iwl_trans_pcie_wait_txq_empty()
2418 overflow_tx) && in iwl_trans_pcie_wait_txq_empty()
2428 if (WARN_ONCE(wr_ptr != write_ptr && !overflow_tx, in iwl_trans_pcie_wait_txq_empty()
2437 overflow_tx = txq->overflow_tx || in iwl_trans_pcie_wait_txq_empty()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c1666 txq->overflow_tx = true; in iwl_txq_reclaim()
1695 txq->overflow_tx = false; in iwl_txq_reclaim()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h989 bool overflow_tx; member