Searched refs:iwl_trans_wait_tx_queues_empty (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-trans.c | 463 int iwl_trans_wait_tx_queues_empty(struct iwl_trans *trans, u32 txqs) in iwl_trans_wait_tx_queues_empty() function 471 IWL_EXPORT_SYMBOL(iwl_trans_wait_tx_queues_empty);
|
H A D | iwl-trans.h | 1053 int iwl_trans_wait_tx_queues_empty(struct iwl_trans *trans, u32 txqs);
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | sta.c | 741 ret = iwl_trans_wait_tx_queues_empty(mvm->trans, BIT(queue)); in iwl_mvm_redirect_queue() 2136 ret = iwl_trans_wait_tx_queues_empty(mvm->trans, in iwl_mvm_rm_sta() 3280 ret = iwl_trans_wait_tx_queues_empty(mvm->trans, in iwl_mvm_sta_tx_agg_oper() 3464 iwl_trans_wait_tx_queues_empty(mvm->trans, BIT(txq_id)); in iwl_mvm_sta_tx_agg_flush()
|
H A D | mac80211.c | 5878 iwl_trans_wait_tx_queues_empty(mvm->trans, queues); in iwl_mvm_flush_no_vif() 5971 iwl_trans_wait_tx_queues_empty(mvm->trans, msk); in iwl_mvm_mac_flush()
|
/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | lib.c | 160 iwl_trans_wait_tx_queues_empty(priv->trans, 0xffffffff); in iwlagn_dev_txfifo_flush()
|
H A D | mac80211.c | 1108 iwl_trans_wait_tx_queues_empty(priv->trans, scd_queues); in iwlagn_mac_flush()
|