Searched refs:iwl_mvm_flush_sta (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | time-event.c | 82 iwl_mvm_flush_sta(mvm, &mvmvif->bcast_sta, true); in iwl_mvm_roc_done_wk() 95 iwl_mvm_flush_sta(mvm, &mvm->aux_sta, true); in iwl_mvm_roc_done_wk()
|
D | sta.c | 1911 ret = iwl_mvm_flush_sta(mvm, mvm_sta, false); in iwl_mvm_rm_sta() 2253 iwl_mvm_flush_sta(mvm, &mvmvif->bcast_sta, true); in iwl_mvm_free_bcast_sta_queues() 2503 iwl_mvm_flush_sta(mvm, &mvmvif->mcast_sta, true); in iwl_mvm_rm_mcast_sta()
|
D | mvm.h | 1517 int iwl_mvm_flush_sta(struct iwl_mvm *mvm, void *sta, bool internal);
|
D | tx.c | 2210 int iwl_mvm_flush_sta(struct iwl_mvm *mvm, void *sta, bool internal) in iwl_mvm_flush_sta() function
|
D | mac80211.c | 4850 if (iwl_mvm_flush_sta(mvm, mvmsta, false)) in iwl_mvm_mac_flush()
|