Searched refs:overflow_tx (Results 1 – 3 of 3) sorted by relevance
2322 bool overflow_tx; in iwl_trans_pcie_wait_txq_empty() local2336 overflow_tx = txq->overflow_tx || in iwl_trans_pcie_wait_txq_empty()2343 overflow_tx) && in iwl_trans_pcie_wait_txq_empty()2353 if (WARN_ONCE(wr_ptr != write_ptr && !overflow_tx, in iwl_trans_pcie_wait_txq_empty()2362 overflow_tx = txq->overflow_tx || in iwl_trans_pcie_wait_txq_empty()
831 txq->overflow_tx = true; in iwl_trans_pcie_reclaim()861 txq->overflow_tx = false; in iwl_trans_pcie_reclaim()
914 bool overflow_tx; member