Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/pcie/
Dtrans.c2411 bool overflow_tx; in iwl_trans_pcie_wait_txq_empty() local
2425 overflow_tx = txq->overflow_tx || in iwl_trans_pcie_wait_txq_empty()
2432 overflow_tx) && in iwl_trans_pcie_wait_txq_empty()
2442 if (WARN_ONCE(wr_ptr != write_ptr && !overflow_tx, in iwl_trans_pcie_wait_txq_empty()
2451 overflow_tx = txq->overflow_tx || in iwl_trans_pcie_wait_txq_empty()
Dtx.c2434 txq->overflow_tx = true; in iwl_pcie_reclaim()
2462 txq->overflow_tx = false; in iwl_pcie_reclaim()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/
Diwl-trans.h817 bool overflow_tx; member