Home
last modified time | relevance | path

Searched refs:aux_queue (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-sta.c308 return iwl_mvm_mld_add_int_sta(mvm, &mvm->aux_sta, &mvm->aux_queue, in iwl_mvm_mld_add_aux_sta()
431 IWL_MAX_TID_COUNT, &mvm->aux_queue); in iwl_mvm_mld_rm_aux_sta()
H A Dops.c1395 mvm->aux_queue = IWL_MVM_INVALID_QUEUE; in iwl_op_mode_mvm_start()
1400 mvm->aux_queue = IWL_MVM_DQA_AUX_QUEUE; in iwl_op_mode_mvm_start()
1891 return queue == mvm->aux_queue || queue == mvm->probe_queue || in iwl_mvm_is_static_queue()
H A Dsta.c2266 u32 qmask = mvm->aux_queue == IWL_MVM_INVALID_QUEUE ? 0 : in iwl_mvm_add_aux_sta()
2267 BIT(mvm->aux_queue); in iwl_mvm_add_aux_sta()
2283 &mvm->aux_sta, &mvm->aux_queue, in iwl_mvm_add_aux_sta()
2333 &mvm->aux_queue, IWL_MAX_TID_COUNT); in iwl_mvm_rm_aux_sta()
H A Dtx.c813 queue = mvm->aux_queue; in iwl_mvm_tx_skb_non_sta()
H A Dmvm.h1260 u16 aux_queue; member