Home
last modified time | relevance | path

Searched refs:sta_deferred_frames (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dmvm.h863 unsigned long sta_deferred_frames[BITS_TO_LONGS(IWL_MVM_STATION_COUNT)]; member
Dsta.c1142 for_each_set_bit(sta_id, mvm->sta_deferred_frames, in iwl_mvm_add_new_dqa_stream_wk()
1144 clear_bit(sta_id, mvm->sta_deferred_frames); in iwl_mvm_add_new_dqa_stream_wk()
Dtx.c924 set_bit(mvm_sta->sta_id, mvm->sta_deferred_frames); in iwl_mvm_tx_add_stream()
Dmac80211.c1077 memset(mvm->sta_deferred_frames, 0, sizeof(mvm->sta_deferred_frames)); in iwl_mvm_restart_cleanup()