Searched refs:overflow_tx (Results 1 – 3 of 3) sorted by relevance
2411 bool overflow_tx; in iwl_trans_pcie_wait_txq_empty() local2425 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()
2434 txq->overflow_tx = true; in iwl_pcie_reclaim()2462 txq->overflow_tx = false; in iwl_pcie_reclaim()
817 bool overflow_tx; member