Searched refs:aux_queue (Results 1 – 5 of 5) sorted by relevance
282 return iwl_mvm_mld_add_int_sta(mvm, &mvm->aux_sta, &mvm->aux_queue, in iwl_mvm_mld_add_aux_sta()405 IWL_MAX_TID_COUNT, &mvm->aux_queue); in iwl_mvm_mld_rm_aux_sta()
1324 mvm->aux_queue = IWL_MVM_INVALID_QUEUE; in iwl_op_mode_mvm_start()1329 mvm->aux_queue = IWL_MVM_DQA_AUX_QUEUE; in iwl_op_mode_mvm_start()1813 return queue == mvm->aux_queue || queue == mvm->probe_queue || in iwl_mvm_is_static_queue()
2245 u32 qmask = mvm->aux_queue == IWL_MVM_INVALID_QUEUE ? 0 : in iwl_mvm_add_aux_sta()2246 BIT(mvm->aux_queue); in iwl_mvm_add_aux_sta()2262 &mvm->aux_sta, &mvm->aux_queue, in iwl_mvm_add_aux_sta()2312 &mvm->aux_queue, IWL_MAX_TID_COUNT); in iwl_mvm_rm_aux_sta()
813 queue = mvm->aux_queue; in iwl_mvm_tx_skb_non_sta()
1152 u16 aux_queue; member