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()
1190 mvm->aux_queue = IWL_MVM_INVALID_QUEUE; in iwl_op_mode_mvm_start()1195 mvm->aux_queue = IWL_MVM_DQA_AUX_QUEUE; in iwl_op_mode_mvm_start()1681 return queue == mvm->aux_queue || queue == mvm->probe_queue || in iwl_mvm_is_static_queue()
2238 u32 qmask = mvm->aux_queue == IWL_MVM_INVALID_QUEUE ? 0 : in iwl_mvm_add_aux_sta()2239 BIT(mvm->aux_queue); in iwl_mvm_add_aux_sta()2255 &mvm->aux_sta, &mvm->aux_queue, in iwl_mvm_add_aux_sta()2305 &mvm->aux_queue, IWL_MAX_TID_COUNT); in iwl_mvm_rm_aux_sta()
800 queue = mvm->aux_queue; in iwl_mvm_tx_skb_non_sta()
1090 u16 aux_queue; member