Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-trans.c43 WARN_ON(!ops->wait_txq_empty && !ops->wait_tx_queues_empty); in iwl_trans_alloc()
H A Diwl-trans.h621 int (*wait_txq_empty)(struct iwl_trans *trans, int queue); member
1443 if (WARN_ON_ONCE(!trans->ops->wait_txq_empty)) in iwl_trans_wait_txq_empty()
1451 return trans->ops->wait_txq_empty(trans, queue); in iwl_trans_wait_txq_empty()
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c3611 .wait_txq_empty = iwl_trans_pcie_wait_txq_empty,