Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dops.c1152 mvm->aux_queue = IWL_MVM_INVALID_QUEUE; in iwl_op_mode_mvm_start()
1157 mvm->aux_queue = IWL_MVM_DQA_AUX_QUEUE; in iwl_op_mode_mvm_start()
1628 return queue == mvm->aux_queue || queue == mvm->probe_queue || in iwl_mvm_is_static_queue()
Dsta.c2096 ret = iwl_mvm_allocate_int_sta(mvm, &mvm->aux_sta, BIT(mvm->aux_queue), in iwl_mvm_add_aux_sta()
2107 &mvm->aux_sta, &mvm->aux_queue, in iwl_mvm_add_aux_sta()
2155 iwl_mvm_disable_txq(mvm, NULL, &mvm->aux_queue, IWL_MAX_TID_COUNT); in iwl_mvm_rm_aux_sta()
Dmvm.h1015 u16 aux_queue; member
Dtx.c758 queue = mvm->aux_queue; in iwl_mvm_tx_skb_non_sta()