Home
last modified time | relevance | path

Searched refs:wait_tx_queues_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.h611 int (*wait_tx_queues_empty)(struct iwl_trans *trans, u32 txq_bm); member
1424 if (WARN_ON_ONCE(!trans->ops->wait_tx_queues_empty)) in iwl_trans_wait_tx_queues_empty()
1433 return trans->ops->wait_tx_queues_empty(trans, txqs); in iwl_trans_wait_tx_queues_empty()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c3553 .wait_tx_queues_empty = iwl_trans_pcie_wait_txqs_empty,