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()
1366 mvm->aux_queue = IWL_MVM_INVALID_QUEUE; in iwl_op_mode_mvm_start()1371 mvm->aux_queue = IWL_MVM_DQA_AUX_QUEUE; in iwl_op_mode_mvm_start()1857 return queue == mvm->aux_queue || queue == mvm->probe_queue || in iwl_mvm_is_static_queue()
2264 u32 qmask = mvm->aux_queue == IWL_MVM_INVALID_QUEUE ? 0 : in iwl_mvm_add_aux_sta()2265 BIT(mvm->aux_queue); in iwl_mvm_add_aux_sta()2281 &mvm->aux_sta, &mvm->aux_queue, in iwl_mvm_add_aux_sta()2331 &mvm->aux_queue, IWL_MAX_TID_COUNT); in iwl_mvm_rm_aux_sta()
822 queue = mvm->aux_queue; in iwl_mvm_tx_skb_non_sta()
1250 u16 aux_queue; member