Searched refs:aux_sta (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | sta.c | 2244 ret = iwl_mvm_allocate_int_sta(mvm, &mvm->aux_sta, qmask, in iwl_mvm_add_aux_sta() 2255 &mvm->aux_sta, &mvm->aux_queue, in iwl_mvm_add_aux_sta() 2258 iwl_mvm_dealloc_int_sta(mvm, &mvm->aux_sta); in iwl_mvm_add_aux_sta() 2301 if (WARN_ON_ONCE(mvm->aux_sta.sta_id == IWL_MVM_INVALID_STA)) in iwl_mvm_rm_aux_sta() 2304 iwl_mvm_disable_txq(mvm, NULL, mvm->aux_sta.sta_id, in iwl_mvm_rm_aux_sta() 2306 ret = iwl_mvm_rm_sta_common(mvm, mvm->aux_sta.sta_id); in iwl_mvm_rm_aux_sta() 2309 iwl_mvm_dealloc_int_sta(mvm, &mvm->aux_sta); in iwl_mvm_rm_aux_sta()
|
H A D | mld-sta.c | 301 return iwl_mvm_mld_add_int_sta(mvm, &mvm->aux_sta, &mvm->aux_queue, in iwl_mvm_mld_add_aux_sta() 423 return iwl_mvm_mld_rm_int_sta(mvm, &mvm->aux_sta, false, in iwl_mvm_mld_rm_aux_sta()
|
H A D | time-event.c | 116 iwl_mvm_flush_sta(mvm, mvm->aux_sta.sta_id, in iwl_mvm_roc_done_wk() 117 mvm->aux_sta.tfd_queue_msk); in iwl_mvm_roc_done_wk()
|
H A D | scan.c | 651 tx_cmd[0].sta_id = mvm->aux_sta.sta_id; in iwl_mvm_scan_fill_tx_cmd() 652 tx_cmd[1].sta_id = mvm->aux_sta.sta_id; in iwl_mvm_scan_fill_tx_cmd() 1089 cfg->bcast_sta_id = mvm->aux_sta.sta_id; in iwl_mvm_fill_scan_config_v1() 1140 cfg->bcast_sta_id = mvm->aux_sta.sta_id; in iwl_mvm_fill_scan_config_v2() 1254 cfg.bcast_sta_id = mvm->aux_sta.sta_id; in iwl_mvm_config_scan()
|
H A D | mvm.h | 962 struct iwl_mvm_int_sta aux_sta; member
|
H A D | ops.c | 1356 mvm->aux_sta.sta_id = IWL_MVM_INVALID_STA; in iwl_op_mode_mvm_start()
|
H A D | tx.c | 799 sta_id = mvm->aux_sta.sta_id; in iwl_mvm_tx_skb_non_sta()
|
H A D | mac80211.c | 4412 .sta_id_and_color = cpu_to_le32(mvm->aux_sta.sta_id), in iwl_mvm_send_aux_roc_cmd()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | scan.c | 705 tx_cmd[0].sta_id = mvm->aux_sta.sta_id; in iwl_mvm_scan_fill_tx_cmd() 706 tx_cmd[1].sta_id = mvm->aux_sta.sta_id; in iwl_mvm_scan_fill_tx_cmd() 1138 cfg->bcast_sta_id = mvm->aux_sta.sta_id; in iwl_mvm_fill_scan_config_v1() 1190 cfg->bcast_sta_id = mvm->aux_sta.sta_id; in iwl_mvm_fill_scan_config_v2() 1305 cfg.bcast_sta_id = mvm->aux_sta.sta_id; in iwl_mvm_config_scan()
|
H A D | sta.c | 2101 ret = iwl_mvm_allocate_int_sta(mvm, &mvm->aux_sta, BIT(mvm->aux_queue), in iwl_mvm_add_aux_sta() 2112 &mvm->aux_sta, &mvm->aux_queue, in iwl_mvm_add_aux_sta() 2115 iwl_mvm_dealloc_int_sta(mvm, &mvm->aux_sta); in iwl_mvm_add_aux_sta() 2157 if (WARN_ON_ONCE(mvm->aux_sta.sta_id == IWL_MVM_INVALID_STA)) in iwl_mvm_rm_aux_sta() 2161 ret = iwl_mvm_rm_sta_common(mvm, mvm->aux_sta.sta_id); in iwl_mvm_rm_aux_sta() 2164 iwl_mvm_dealloc_int_sta(mvm, &mvm->aux_sta); in iwl_mvm_rm_aux_sta()
|
H A D | time-event.c | 144 iwl_mvm_flush_sta(mvm, &mvm->aux_sta, true); in iwl_mvm_roc_done_wk()
|
H A D | ops.c | 865 mvm->aux_sta.sta_id = IWL_MVM_INVALID_STA; in iwl_op_mode_mvm_start()
|
H A D | mvm.h | 935 struct iwl_mvm_int_sta aux_sta; member
|
H A D | d3.c | 983 wowlan_config_cmd.sta_id = mvm->aux_sta.sta_id; in iwl_mvm_netdetect_config()
|
H A D | tx.c | 763 sta_id = mvm->aux_sta.sta_id; in iwl_mvm_tx_skb_non_sta()
|
H A D | mac80211.c | 3726 .sta_id_and_color = cpu_to_le32(mvm->aux_sta.sta_id), in iwl_mvm_send_aux_roc_cmd()
|
Completed in 54 milliseconds