Searched refs:iwl_trans_wait_tx_queues_empty (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-trans.c | 684 int iwl_trans_wait_tx_queues_empty(struct iwl_trans *trans, u32 txqs) in iwl_trans_wait_tx_queues_empty() function 692 IWL_EXPORT_SYMBOL(iwl_trans_wait_tx_queues_empty);
|
D | iwl-trans.h | 1075 int iwl_trans_wait_tx_queues_empty(struct iwl_trans *trans, u32 txqs);
|
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | sta.c | 741 ret = iwl_trans_wait_tx_queues_empty(mvm->trans, BIT(queue)); in iwl_mvm_redirect_queue() 2111 ret = iwl_trans_wait_tx_queues_empty(mvm->trans, in iwl_mvm_rm_sta() 3274 ret = iwl_trans_wait_tx_queues_empty(mvm->trans, in iwl_mvm_sta_tx_agg_oper() 3458 iwl_trans_wait_tx_queues_empty(mvm->trans, BIT(txq_id)); in iwl_mvm_sta_tx_agg_flush()
|
D | mac80211.c | 5867 iwl_trans_wait_tx_queues_empty(mvm->trans, queues); in iwl_mvm_flush_no_vif() 5960 iwl_trans_wait_tx_queues_empty(mvm->trans, msk); in iwl_mvm_mac_flush()
|
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | lib.c | 160 iwl_trans_wait_tx_queues_empty(priv->trans, 0xffffffff); in iwlagn_dev_txfifo_flush()
|
D | mac80211.c | 1108 iwl_trans_wait_tx_queues_empty(priv->trans, scd_queues); in iwlagn_mac_flush()
|