Home
last modified time | relevance | path

Searched refs:overflow_tx (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/contrib/dev/iwlwifi/pcie/
HDtrans.c2469 bool overflow_tx; in iwl_trans_pcie_wait_txq_empty() local
2483 overflow_tx = txq->overflow_tx || in iwl_trans_pcie_wait_txq_empty()
2490 overflow_tx) && in iwl_trans_pcie_wait_txq_empty()
2500 if (WARN_ONCE(wr_ptr != write_ptr && !overflow_tx, in iwl_trans_pcie_wait_txq_empty()
2509 overflow_tx = txq->overflow_tx || in iwl_trans_pcie_wait_txq_empty()
HDtx.c2445 txq->overflow_tx = true; in iwl_pcie_reclaim()
2473 txq->overflow_tx = false; in iwl_pcie_reclaim()
/freebsd-14-stable/sys/contrib/dev/iwlwifi/
HDiwl-trans.h832 bool overflow_tx; member