Searched refs:overflow_tx (Results 1 – 3 of 3) sorted by relevance
2426 bool overflow_tx; in iwl_trans_pcie_wait_txq_empty() local2440 overflow_tx = txq->overflow_tx || in iwl_trans_pcie_wait_txq_empty()2447 overflow_tx) && in iwl_trans_pcie_wait_txq_empty()2457 if (WARN_ONCE(wr_ptr != write_ptr && !overflow_tx, in iwl_trans_pcie_wait_txq_empty()2466 overflow_tx = txq->overflow_tx || in iwl_trans_pcie_wait_txq_empty()
1670 txq->overflow_tx = true; in iwl_txq_reclaim()1700 txq->overflow_tx = false; in iwl_txq_reclaim()
998 bool overflow_tx; member