Searched refs:iwl_mvm_flush_tx_path (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | time-event.c | 132 iwl_mvm_flush_tx_path(mvm, queues, CMD_ASYNC); in iwl_mvm_roc_done_wk()
|
D | sta.c | 505 ret = iwl_mvm_flush_tx_path(mvm, mvm_sta->tfd_queue_msk, 0); in iwl_mvm_rm_sta() 1159 if (iwl_mvm_flush_tx_path(mvm, BIT(txq_id), 0)) in iwl_mvm_sta_tx_agg_flush()
|
D | tx.c | 1111 int iwl_mvm_flush_tx_path(struct iwl_mvm *mvm, u32 tfd_msk, u32 flags) in iwl_mvm_flush_tx_path() function
|
D | mvm.h | 1039 int iwl_mvm_flush_tx_path(struct iwl_mvm *mvm, u32 tfd_msk, u32 flags);
|
D | debugfs.c | 88 ret = iwl_mvm_flush_tx_path(mvm, scd_q_msk, 0) ? : count; in iwl_dbgfs_tx_flush_write()
|
D | mac80211.c | 1800 iwl_mvm_flush_tx_path(mvm, tfd_msk, 0); in iwl_mvm_prepare_mac_removal() 3970 if (iwl_mvm_flush_tx_path(mvm, msk, 0)) in iwl_mvm_mac_flush()
|