Searched refs:overflow_tx (Results 1 – 3 of 3) sorted by relevance
2636 bool overflow_tx; in iwl_trans_pcie_wait_txq_empty() local2650 overflow_tx = txq->overflow_tx || in iwl_trans_pcie_wait_txq_empty()2657 overflow_tx) && in iwl_trans_pcie_wait_txq_empty()2667 if (WARN_ONCE(wr_ptr != write_ptr && !overflow_tx, in iwl_trans_pcie_wait_txq_empty()2676 overflow_tx = txq->overflow_tx || in iwl_trans_pcie_wait_txq_empty()
2445 txq->overflow_tx = true; in iwl_pcie_reclaim()2473 txq->overflow_tx = false; in iwl_pcie_reclaim()
818 bool overflow_tx; member