Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1376 mvm->probe_queue = IWL_MVM_INVALID_QUEUE; in iwl_op_mode_mvm_start()
1381 mvm->probe_queue = IWL_MVM_DQA_AP_PROBE_RESP_QUEUE; in iwl_op_mode_mvm_start()
1866 return queue == mvm->aux_queue || queue == mvm->probe_queue || in iwl_mvm_is_static_queue()
H A Dsta.c2370 queue = mvm->probe_queue; in iwl_mvm_send_add_bcast_sta()
2410 mvm->probe_queue = queue; in iwl_mvm_send_add_bcast_sta()
2419 mvmvif->deflink.mgmt_queue = mvm->probe_queue; in iwl_mvm_send_add_bcast_sta()
2439 queueptr = &mvm->probe_queue; in iwl_mvm_free_bcast_sta_queues()
2455 mvmvif->deflink.mgmt_queue = mvm->probe_queue; in iwl_mvm_free_bcast_sta_queues()
H A Dmvm.h1257 u16 probe_queue; member