Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1192 mvm->probe_queue = IWL_MVM_INVALID_QUEUE; in iwl_op_mode_mvm_start()
1197 mvm->probe_queue = IWL_MVM_DQA_AP_PROBE_RESP_QUEUE; in iwl_op_mode_mvm_start()
1681 return queue == mvm->aux_queue || queue == mvm->probe_queue || in iwl_mvm_is_static_queue()
H A Dsta.c2350 queue = mvm->probe_queue; in iwl_mvm_send_add_bcast_sta()
2390 mvm->probe_queue = queue; in iwl_mvm_send_add_bcast_sta()
2399 mvmvif->deflink.mgmt_queue = mvm->probe_queue; in iwl_mvm_send_add_bcast_sta()
2419 queueptr = &mvm->probe_queue; in iwl_mvm_free_bcast_sta_queues()
2435 mvmvif->deflink.mgmt_queue = mvm->probe_queue; in iwl_mvm_free_bcast_sta_queues()
H A Dmvm.h1092 u16 probe_queue; member