Searched refs:iwl_mvm_flush_sta (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | time-event.c | 126 iwl_mvm_flush_sta(mvm, &mvm->aux_sta, true, CMD_ASYNC); in iwl_mvm_roc_done_wk() 141 iwl_mvm_flush_sta(mvm, &mvmvif->bcast_sta, true, in iwl_mvm_roc_done_wk()
|
D | sta.c | 1605 ret = iwl_mvm_flush_sta(mvm, mvm_sta, false, 0); in iwl_mvm_rm_sta() 1925 iwl_mvm_flush_sta(mvm, &mvmvif->bcast_sta, true, 0); in iwl_mvm_free_bcast_sta_queues() 2118 iwl_mvm_flush_sta(mvm, &mvmvif->mcast_sta, true, 0); in iwl_mvm_rm_mcast_sta()
|
D | mvm.h | 1471 int iwl_mvm_flush_sta(struct iwl_mvm *mvm, void *sta, bool internal, u32 flags);
|
D | tx.c | 1960 int iwl_mvm_flush_sta(struct iwl_mvm *mvm, void *sta, bool internal, u32 flags) in iwl_mvm_flush_sta() function
|
D | mac80211.c | 4334 if (iwl_mvm_flush_sta(mvm, mvmsta, false, 0)) in iwl_mvm_mac_flush()
|