Searched refs:overflow_tx (Results 1 – 4 of 4) sorted by relevance
2573 bool overflow_tx; in iwl_trans_pcie_wait_txq_empty() local2587 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()
2455 txq->overflow_tx = true; in iwl_pcie_reclaim()2484 txq->overflow_tx = false; in iwl_pcie_reclaim()
813 bool overflow_tx; member