Searched refs:wait_txq_empty (Results 1 – 3 of 3) sorted by relevance
578 int (*wait_txq_empty)(struct iwl_trans *trans, int queue); member1307 if (WARN_ON_ONCE(!trans->ops->wait_txq_empty)) in iwl_trans_wait_txq_empty()1315 return trans->ops->wait_txq_empty(trans, queue); in iwl_trans_wait_txq_empty()
43 WARN_ON(!ops->wait_txq_empty && !ops->wait_tx_queues_empty); in iwl_trans_alloc()
3483 .wait_txq_empty = iwl_trans_pcie_wait_txq_empty,
Completed in 16 milliseconds