Home
last modified time | relevance | path

Searched refs:queue_type (Results 1 – 16 of 16) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/serialization/src/
H A Dwlan_serialization_utf.c134 uint32_t cmd_id, uint8_t queue_type, in wlan_ser_utf_cancel_scan_cmd() argument
141 cmd.queue_type = queue_type; in wlan_ser_utf_cancel_scan_cmd()
151 uint32_t cmd_id, uint8_t queue_type, in wlan_ser_utf_cancel_nonscan_cmd() argument
158 cmd.queue_type = queue_type; in wlan_ser_utf_cancel_nonscan_cmd()
194 uint32_t cmd_id, uint8_t queue_type, in wlan_ser_utf_cancel_start_bss_cmd() argument
201 cmd.queue_type = queue_type; in wlan_ser_utf_cancel_start_bss_cmd()
211 uint32_t cmd_id, uint8_t queue_type, in wlan_ser_utf_cancel_stop_bss_cmd() argument
218 cmd.queue_type = queue_type; in wlan_ser_utf_cancel_stop_bss_cmd()
232 uint8_t queue_type; in wlan_ser_utf_add_vdev_stop_bss_cmd() local
244 queue_type = WLAN_SERIALIZATION_PENDING_QUEUE; in wlan_ser_utf_add_vdev_stop_bss_cmd()
[all …]
H A Dwlan_serialization_internal.c877 enum wlan_serialization_cmd_type cmd_type, uint8_t queue_type, in wlan_serialization_cmd_cancel_handler() argument
892 if (queue_type & WLAN_SERIALIZATION_ACTIVE_QUEUE) { in wlan_serialization_cmd_cancel_handler()
903 if (queue_type & WLAN_SERIALIZATION_PENDING_QUEUE) { in wlan_serialization_cmd_cancel_handler()
930 uint8_t queue_type) in wlan_serialization_find_and_cancel_cmd() argument
957 WLAN_SER_CMD_SCAN, queue_type, in wlan_serialization_find_and_cancel_cmd()
964 WLAN_SER_CMD_SCAN, queue_type, in wlan_serialization_find_and_cancel_cmd()
972 WLAN_SER_CMD_SCAN, queue_type, in wlan_serialization_find_and_cancel_cmd()
979 WLAN_SER_CMD_NONSCAN, queue_type, in wlan_serialization_find_and_cancel_cmd()
986 WLAN_SER_CMD_NONSCAN, queue_type, in wlan_serialization_find_and_cancel_cmd()
993 WLAN_SER_CMD_NONSCAN, queue_type, in wlan_serialization_find_and_cancel_cmd()
[all …]
H A Dwlan_serialization_internal_i.h184 uint8_t queue_type);
209 uint8_t queue_type,
H A Dwlan_serialization_api.c322 cmd.source, req->req_type, req->queue_type); in wlan_serialization_cancel_request()
342 &cmd, req->req_type, req->queue_type); in wlan_serialization_cancel_request()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/mlme_utils/
H A Dwlan_vdev_mlme_ser_if.c310 cmd.queue_type = WLAN_SERIALIZATION_ACTIVE_QUEUE; in wlan_vdev_mlme_ser_remove_request()
327 cmd.queue_type = WLAN_SERIALIZATION_PENDING_QUEUE; in wlan_vdev_mlme_ser_cancel_request()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/serialization/inc/
H A Dwlan_serialization_api.h372 uint8_t queue_type; member
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
H A Dwlan_scan_manager.c204 cmd.queue_type = WLAN_SERIALIZATION_ACTIVE_QUEUE; in scm_release_serialization_command()
1537 cmd.queue_type = WLAN_SERIALIZATION_ACTIVE_QUEUE | in scm_scan_cancel_req()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_host_roam_preauth.c702 cmd_info.queue_type = WLAN_SERIALIZATION_ACTIVE_QUEUE; in cm_remove_preauth_cmd_from_serialization()
/wlan-driver/fw-api/fw/
H A Dhtt_ppdu_stats.h743 queue_type: 8, member
2882 queue_type: 8, member
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_util.c694 cmd_info.queue_type = WLAN_SERIALIZATION_ACTIVE_QUEUE; in cm_remove_cmd_from_serialization()
713 cmd_info.queue_type = WLAN_SERIALIZATION_PENDING_QUEUE; in cm_remove_cmd_from_serialization()
/wlan-driver/qcacld-3.0/components/nan/core/src/
H A Dnan_main.c1069 cmd.queue_type = WLAN_SERIALIZATION_ACTIVE_QUEUE; in nan_datapath_event_handler()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_link_switch.c1041 cmd_info.queue_type = WLAN_SERIALIZATION_ACTIVE_QUEUE; in mlo_mgr_remove_link_switch_cmd()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cmn_struct.h2486 queue_type:8; member
/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_roam.c2929 cmd.queue_type = WLAN_SERIALIZATION_PENDING_QUEUE; in csr_flush_pending_start_bss_cmd()
6756 cmd_info.queue_type = WLAN_SERIALIZATION_ACTIVE_QUEUE; in csr_release_command()
6760 cmd_info.queue_type = WLAN_SERIALIZATION_PENDING_QUEUE; in csr_release_command()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_sme_req_messages.c7058 cmd.queue_type = WLAN_SERIALIZATION_PENDING_QUEUE; in lim_flush_all_peer_from_serialization_queue()
7068 cmd.queue_type = WLAN_SERIALIZATION_PENDING_QUEUE; in lim_flush_all_peer_from_serialization_queue()
7078 cmd.queue_type = WLAN_SERIALIZATION_PENDING_QUEUE; in lim_flush_all_peer_from_serialization_queue()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.c4319 ppdu_desc->queue_type = in dp_process_ppdu_stats_user_compltn_flush_tlv()