Home
last modified time | relevance | path

Searched refs:aux_sta (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Droc.c40 struct iwl_mld_int_sta *aux_sta; in iwl_mld_start_roc() local
83 aux_sta = &mld_vif->deflink.aux_sta; in iwl_mld_start_roc()
85 ret = iwl_mld_add_aux_sta(mld, aux_sta); in iwl_mld_start_roc()
90 cmd.sta_id = cpu_to_le32(aux_sta->sta_id); in iwl_mld_start_roc()
139 iwl_mld_flush_link_sta_txqs(mld, mld_vif->deflink.aux_sta.sta_id); in iwl_mld_destroy_roc()
H A Dlink.h75 struct iwl_mld_int_sta aux_sta; member
108 if (link->aux_sta.sta_id != IWL_INVALID_STA) in iwl_mld_cleanup_link()
109 iwl_mld_free_internal_sta(mld, &link->aux_sta); in iwl_mld_cleanup_link()
H A Dlink.c785 iwl_mld_init_internal_sta(&mld_link->aux_sta); in IWL_MLD_ALLOC_FN()
H A Dsta.c1155 iwl_mld_remove_internal_sta(mld, &mld_link->aux_sta, false, in iwl_mld_remove_aux_sta()
H A Dtx.c651 return mld_vif->deflink.aux_sta.queue_id; in iwl_mld_get_tx_queue_id()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.c114 iwl_mvm_flush_sta(mvm, mvm->aux_sta.sta_id, in iwl_mvm_cleanup_roc()
115 mvm->aux_sta.tfd_queue_msk); in iwl_mvm_cleanup_roc()
1108 .sta_id = cpu_to_le32(mvm->aux_sta.sta_id), in iwl_mvm_roc_add_cmd()
H A Dsta.c2264 ret = iwl_mvm_allocate_int_sta(mvm, &mvm->aux_sta, qmask, in iwl_mvm_add_aux_sta()
2275 &mvm->aux_sta, &mvm->aux_queue, in iwl_mvm_add_aux_sta()
2278 iwl_mvm_dealloc_int_sta(mvm, &mvm->aux_sta); in iwl_mvm_add_aux_sta()
2321 if (WARN_ON_ONCE(mvm->aux_sta.sta_id == IWL_INVALID_STA)) in iwl_mvm_rm_aux_sta()
2324 iwl_mvm_disable_txq(mvm, NULL, mvm->aux_sta.sta_id, in iwl_mvm_rm_aux_sta()
2326 ret = iwl_mvm_rm_sta_common(mvm, mvm->aux_sta.sta_id); in iwl_mvm_rm_aux_sta()
2329 iwl_mvm_dealloc_int_sta(mvm, &mvm->aux_sta); in iwl_mvm_rm_aux_sta()
H A Dmld-sta.c304 return iwl_mvm_mld_add_int_sta(mvm, &mvm->aux_sta, &mvm->aux_queue, in iwl_mvm_mld_add_aux_sta()
426 return iwl_mvm_mld_rm_int_sta(mvm, &mvm->aux_sta, false, in iwl_mvm_mld_rm_aux_sta()
H A Dscan.c660 tx_cmd[0].sta_id = mvm->aux_sta.sta_id; in iwl_mvm_scan_fill_tx_cmd()
661 tx_cmd[1].sta_id = mvm->aux_sta.sta_id; in iwl_mvm_scan_fill_tx_cmd()
1098 cfg->bcast_sta_id = mvm->aux_sta.sta_id; in iwl_mvm_fill_scan_config_v1()
1149 cfg->bcast_sta_id = mvm->aux_sta.sta_id; in iwl_mvm_fill_scan_config_v2()
1263 cfg.bcast_sta_id = mvm->aux_sta.sta_id; in iwl_mvm_config_scan()
H A Dops.c1514 mvm->aux_sta.sta_id = IWL_INVALID_STA; in iwl_op_mode_mvm_start()
H A Dtx.c822 sta_id = mvm->aux_sta.sta_id; in iwl_mvm_tx_skb_non_sta()
H A Dmvm.h1122 struct iwl_mvm_int_sta aux_sta; member
H A Dmac80211.c4693 .sta_id_and_color = cpu_to_le32(mvm->aux_sta.sta_id), in iwl_mvm_send_aux_roc_cmd()