Searched refs:iwl_mvm_flush_tx_path (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | time-event.c | 132 iwl_mvm_flush_tx_path(mvm, queues, false); in iwl_mvm_roc_done_wk()
|
D | sta.c | 497 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()
|
D | tx.c | 1069 int iwl_mvm_flush_tx_path(struct iwl_mvm *mvm, u32 tfd_msk, bool sync) in iwl_mvm_flush_tx_path() function
|
D | mvm.h | 1025 int iwl_mvm_flush_tx_path(struct iwl_mvm *mvm, u32 tfd_msk, bool sync);
|
D | mac80211.c | 1663 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()
|
D | debugfs.c | 88 ret = iwl_mvm_flush_tx_path(mvm, scd_q_msk, true) ? : count; in iwl_dbgfs_tx_flush_write()
|