Home
last modified time | relevance | path

Searched refs:probe_queue (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dops.c1198 mvm->probe_queue = IWL_MVM_INVALID_QUEUE; in iwl_op_mode_mvm_start()
1203 mvm->probe_queue = IWL_MVM_DQA_AP_PROBE_RESP_QUEUE; in iwl_op_mode_mvm_start()
1685 return queue == mvm->aux_queue || queue == mvm->probe_queue || in iwl_mvm_is_static_queue()
Dsta.c2348 queue = mvm->probe_queue; in iwl_mvm_send_add_bcast_sta()
2388 mvm->probe_queue = queue; in iwl_mvm_send_add_bcast_sta()
2397 mvmvif->deflink.mgmt_queue = mvm->probe_queue; in iwl_mvm_send_add_bcast_sta()
2416 queueptr = &mvm->probe_queue; in iwl_mvm_free_bcast_sta_queues()
2432 mvmvif->deflink.mgmt_queue = mvm->probe_queue; in iwl_mvm_free_bcast_sta_queues()
Dmvm.h1092 u16 probe_queue; member