Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/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.h612 int (*wait_txq_empty)(struct iwl_trans *trans, int queue); member
1438 if (WARN_ON_ONCE(!trans->ops->wait_txq_empty)) in iwl_trans_wait_txq_empty()
1446 return trans->ops->wait_txq_empty(trans, queue); in iwl_trans_wait_txq_empty()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c3578 .wait_txq_empty = iwl_trans_pcie_wait_txq_empty,