Home
last modified time | relevance | path

Searched refs:iwl_mvm_flush_tx_path (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dtime-event.c132 iwl_mvm_flush_tx_path(mvm, queues, false); in iwl_mvm_roc_done_wk()
Dsta.c497 ret = iwl_mvm_flush_tx_path(mvm, mvm_sta->tfd_queue_msk, true); in iwl_mvm_rm_sta()
1132 if (iwl_mvm_flush_tx_path(mvm, BIT(txq_id), true)) in iwl_mvm_sta_tx_agg_flush()
Dtx.c1069 int iwl_mvm_flush_tx_path(struct iwl_mvm *mvm, u32 tfd_msk, bool sync) in iwl_mvm_flush_tx_path() function
Dmvm.h1025 int iwl_mvm_flush_tx_path(struct iwl_mvm *mvm, u32 tfd_msk, bool sync);
Dmac80211.c1663 iwl_mvm_flush_tx_path(mvm, tfd_msk, true); in iwl_mvm_prepare_mac_removal()
3882 if (iwl_mvm_flush_tx_path(mvm, msk, true)) in iwl_mvm_mac_flush()
Ddebugfs.c88 ret = iwl_mvm_flush_tx_path(mvm, scd_q_msk, true) ? : count; in iwl_dbgfs_tx_flush_write()