Searched refs:aux_queue (Results 1 – 5 of 5) sorted by relevance
304 return iwl_mvm_mld_add_int_sta(mvm, &mvm->aux_sta, &mvm->aux_queue, in iwl_mvm_mld_add_aux_sta()427 IWL_MAX_TID_COUNT, &mvm->aux_queue); in iwl_mvm_mld_rm_aux_sta()
1370 mvm->aux_queue = IWL_MVM_INVALID_QUEUE; in iwl_op_mode_mvm_start()1375 mvm->aux_queue = IWL_MVM_DQA_AUX_QUEUE; in iwl_op_mode_mvm_start()1865 return queue == mvm->aux_queue || queue == mvm->probe_queue || in iwl_mvm_is_static_queue()
2258 u32 qmask = mvm->aux_queue == IWL_MVM_INVALID_QUEUE ? 0 : in iwl_mvm_add_aux_sta()2259 BIT(mvm->aux_queue); in iwl_mvm_add_aux_sta()2275 &mvm->aux_sta, &mvm->aux_queue, in iwl_mvm_add_aux_sta()2325 &mvm->aux_queue, IWL_MAX_TID_COUNT); in iwl_mvm_rm_aux_sta()
823 queue = mvm->aux_queue; in iwl_mvm_tx_skb_non_sta()
1255 u16 aux_queue; member