Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/
A Diwl-trans.h586 int (*wait_tx_queues_empty)(struct iwl_trans *trans, u32 txq_bm); member
1345 if (WARN_ON_ONCE(!trans->ops->wait_tx_queues_empty)) in iwl_trans_wait_tx_queues_empty()
1354 return trans->ops->wait_tx_queues_empty(trans, txqs); in iwl_trans_wait_tx_queues_empty()
A Diwl-trans.c43 WARN_ON(!ops->wait_txq_empty && !ops->wait_tx_queues_empty); in iwl_trans_alloc()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/pcie/
A Dtrans.c3511 .wait_tx_queues_empty = iwl_trans_pcie_wait_txqs_empty,

Completed in 14 milliseconds