Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 262) sorted by relevance

1234567891011

/wlan-dirver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/src/
H A Dwlan_objmgr_global_obj.c92 enum wlan_umac_comp_id id, in wlan_objmgr_register_psoc_create_handler() argument
96 /* If id is not within valid range, return */ in wlan_objmgr_register_psoc_create_handler()
97 if (id >= WLAN_UMAC_MAX_COMPONENTS) { in wlan_objmgr_register_psoc_create_handler()
98 obj_mgr_err("Component %d is out of range", id); in wlan_objmgr_register_psoc_create_handler()
104 if (g_umac_glb_obj->psoc_create_handler[id]) { in wlan_objmgr_register_psoc_create_handler()
106 obj_mgr_err("Callback for comp %d is already registered", id); in wlan_objmgr_register_psoc_create_handler()
111 g_umac_glb_obj->psoc_create_handler[id] = handler; in wlan_objmgr_register_psoc_create_handler()
112 g_umac_glb_obj->psoc_create_handler_arg[id] = arg; in wlan_objmgr_register_psoc_create_handler()
120 enum wlan_umac_comp_id id, in wlan_objmgr_unregister_psoc_create_handler() argument
124 /* If id i in wlan_objmgr_unregister_psoc_create_handler()
147 wlan_objmgr_register_psoc_destroy_handler(enum wlan_umac_comp_id id,wlan_objmgr_psoc_destroy_handler handler,void * arg) wlan_objmgr_register_psoc_destroy_handler() argument
174 wlan_objmgr_unregister_psoc_destroy_handler(enum wlan_umac_comp_id id,wlan_objmgr_psoc_destroy_handler handler,void * arg) wlan_objmgr_unregister_psoc_destroy_handler() argument
201 wlan_objmgr_register_psoc_status_handler(enum wlan_umac_comp_id id,wlan_objmgr_psoc_status_handler handler,void * arg) wlan_objmgr_register_psoc_status_handler() argument
226 wlan_objmgr_unregister_psoc_status_handler(enum wlan_umac_comp_id id,wlan_objmgr_psoc_status_handler handler,void * arg) wlan_objmgr_unregister_psoc_status_handler() argument
252 wlan_objmgr_register_pdev_create_handler(enum wlan_umac_comp_id id,wlan_objmgr_pdev_create_handler handler,void * arg) wlan_objmgr_register_pdev_create_handler() argument
279 wlan_objmgr_unregister_pdev_create_handler(enum wlan_umac_comp_id id,wlan_objmgr_pdev_create_handler handler,void * arg) wlan_objmgr_unregister_pdev_create_handler() argument
306 wlan_objmgr_register_pdev_destroy_handler(enum wlan_umac_comp_id id,wlan_objmgr_pdev_destroy_handler handler,void * arg) wlan_objmgr_register_pdev_destroy_handler() argument
333 wlan_objmgr_unregister_pdev_destroy_handler(enum wlan_umac_comp_id id,wlan_objmgr_pdev_destroy_handler handler,void * arg) wlan_objmgr_unregister_pdev_destroy_handler() argument
360 wlan_objmgr_register_pdev_status_handler(enum wlan_umac_comp_id id,wlan_objmgr_pdev_status_handler handler,void * arg) wlan_objmgr_register_pdev_status_handler() argument
385 wlan_objmgr_unregister_pdev_status_handler(enum wlan_umac_comp_id id,wlan_objmgr_pdev_status_handler handler,void * arg) wlan_objmgr_unregister_pdev_status_handler() argument
411 wlan_objmgr_register_vdev_create_handler(enum wlan_umac_comp_id id,wlan_objmgr_vdev_create_handler handler,void * arg) wlan_objmgr_register_vdev_create_handler() argument
438 wlan_objmgr_unregister_vdev_create_handler(enum wlan_umac_comp_id id,wlan_objmgr_vdev_create_handler handler,void * arg) wlan_objmgr_unregister_vdev_create_handler() argument
465 wlan_objmgr_register_vdev_destroy_handler(enum wlan_umac_comp_id id,wlan_objmgr_vdev_destroy_handler handler,void * arg) wlan_objmgr_register_vdev_destroy_handler() argument
492 wlan_objmgr_unregister_vdev_destroy_handler(enum wlan_umac_comp_id id,wlan_objmgr_vdev_destroy_handler handler,void * arg) wlan_objmgr_unregister_vdev_destroy_handler() argument
519 wlan_objmgr_register_vdev_status_handler(enum wlan_umac_comp_id id,wlan_objmgr_vdev_status_handler handler,void * arg) wlan_objmgr_register_vdev_status_handler() argument
544 wlan_objmgr_unregister_vdev_status_handler(enum wlan_umac_comp_id id,wlan_objmgr_vdev_status_handler handler,void * arg) wlan_objmgr_unregister_vdev_status_handler() argument
569 wlan_objmgr_register_vdev_peer_free_notify_handler(enum wlan_umac_comp_id id,wlan_objmgr_vdev_peer_free_notify_handler handler) wlan_objmgr_register_vdev_peer_free_notify_handler() argument
594 wlan_objmgr_unregister_vdev_peer_free_notify_handler(enum wlan_umac_comp_id id,wlan_objmgr_vdev_peer_free_notify_handler handler) wlan_objmgr_unregister_vdev_peer_free_notify_handler() argument
619 wlan_objmgr_register_peer_create_handler(enum wlan_umac_comp_id id,wlan_objmgr_peer_create_handler handler,void * arg) wlan_objmgr_register_peer_create_handler() argument
647 wlan_objmgr_unregister_peer_create_handler(enum wlan_umac_comp_id id,wlan_objmgr_peer_create_handler handler,void * arg) wlan_objmgr_unregister_peer_create_handler() argument
675 wlan_objmgr_register_peer_destroy_handler(enum wlan_umac_comp_id id,wlan_objmgr_peer_destroy_handler handler,void * arg) wlan_objmgr_register_peer_destroy_handler() argument
703 wlan_objmgr_unregister_peer_destroy_handler(enum wlan_umac_comp_id id,wlan_objmgr_peer_destroy_handler handler,void * arg) wlan_objmgr_unregister_peer_destroy_handler() argument
731 wlan_objmgr_register_peer_status_handler(enum wlan_umac_comp_id id,wlan_objmgr_peer_status_handler handler,void * arg) wlan_objmgr_register_peer_status_handler() argument
756 wlan_objmgr_unregister_peer_status_handler(enum wlan_umac_comp_id id,wlan_objmgr_peer_status_handler handler,void * arg) wlan_objmgr_unregister_peer_status_handler() argument
837 wlan_objmgr_print_ref_ids(qdf_atomic_t * id,QDF_TRACE_LEVEL log_level) wlan_objmgr_print_ref_ids() argument
[all...]
H A Dwlan_objmgr_peer_obj.c43 uint8_t id; in wlan_objmgr_peer_object_status() local
48 for (id = 0; id < WLAN_UMAC_MAX_COMPONENTS; id++) { in wlan_objmgr_peer_object_status()
50 if (peer->obj_status[id] == QDF_STATUS_COMP_DISABLED) in wlan_objmgr_peer_object_status()
54 else if (peer->obj_status[id] == QDF_STATUS_COMP_ASYNC) { in wlan_objmgr_peer_object_status()
55 if (!peer->peer_comp_priv_obj[id]) { in wlan_objmgr_peer_object_status()
61 } else if ((peer->obj_status[id] == QDF_STATUS_E_NOMEM) || in wlan_objmgr_peer_object_status()
62 (peer->obj_status[id] == QDF_STATUS_E_FAILURE)) { in wlan_objmgr_peer_object_status()
63 obj_mgr_err("Peer comp object(id in wlan_objmgr_peer_object_status()
156 uint8_t id; wlan_objmgr_peer_init_ref_id_debug() local
177 uint8_t id; wlan_objmgr_peer_obj_create() local
290 uint8_t id; __wlan_objmgr_peer_obj_destroy() local
570 wlan_objmgr_peer_component_obj_attach(struct wlan_objmgr_peer * peer,enum wlan_umac_comp_id id,void * comp_priv_obj,QDF_STATUS status) wlan_objmgr_peer_component_obj_attach() argument
628 wlan_objmgr_peer_component_obj_detach(struct wlan_objmgr_peer * peer,enum wlan_umac_comp_id id,void * comp_priv_obj) wlan_objmgr_peer_component_obj_detach() argument
694 wlan_objmgr_trigger_peer_comp_priv_object_creation(struct wlan_objmgr_peer * peer,enum wlan_umac_comp_id id) wlan_objmgr_trigger_peer_comp_priv_object_creation() argument
738 wlan_objmgr_trigger_peer_comp_priv_object_deletion(struct wlan_objmgr_peer * peer,enum wlan_umac_comp_id id) wlan_objmgr_trigger_peer_comp_priv_object_deletion() argument
777 wlan_objmgr_peer_get_comp_private_obj(struct wlan_objmgr_peer * peer,enum wlan_umac_comp_id id) wlan_objmgr_peer_get_comp_private_obj() argument
800 wlan_objmgr_peer_get_debug_id_ref(struct wlan_objmgr_peer * peer,wlan_objmgr_ref_dbgid id) wlan_objmgr_peer_get_debug_id_ref() argument
807 wlan_objmgr_peer_get_debug_id_ref(struct wlan_objmgr_peer * peer,wlan_objmgr_ref_dbgid id) wlan_objmgr_peer_get_debug_id_ref() argument
813 wlan_objmgr_peer_release_debug_id_ref(struct wlan_objmgr_peer * peer,wlan_objmgr_ref_dbgid id) wlan_objmgr_peer_release_debug_id_ref() argument
834 wlan_objmgr_peer_release_debug_id_ref(struct wlan_objmgr_peer * peer,wlan_objmgr_ref_dbgid id) wlan_objmgr_peer_release_debug_id_ref() argument
843 wlan_objmgr_peer_ref_trace(struct wlan_objmgr_peer * peer,wlan_objmgr_ref_dbgid id,const char * func,int line) wlan_objmgr_peer_ref_trace() argument
857 wlan_objmgr_peer_deref_trace(struct wlan_objmgr_peer * peer,wlan_objmgr_ref_dbgid id,const char * func,int line) wlan_objmgr_peer_deref_trace() argument
871 wlan_objmgr_peer_get_ref_debug(struct wlan_objmgr_peer * peer,wlan_objmgr_ref_dbgid id,const char * func,int line) wlan_objmgr_peer_get_ref_debug() argument
890 wlan_objmgr_peer_get_ref(struct wlan_objmgr_peer * peer,wlan_objmgr_ref_dbgid id) wlan_objmgr_peer_get_ref() argument
907 wlan_objmgr_peer_try_get_ref_debug(struct wlan_objmgr_peer * peer,wlan_objmgr_ref_dbgid id,const char * func,int line) wlan_objmgr_peer_try_get_ref_debug() argument
941 wlan_objmgr_peer_try_get_ref(struct wlan_objmgr_peer * peer,wlan_objmgr_ref_dbgid id) wlan_objmgr_peer_try_get_ref() argument
1374 wlan_objmgr_peer_release_ref_debug(struct wlan_objmgr_peer * peer,wlan_objmgr_ref_dbgid id,const char * func,int line) wlan_objmgr_peer_release_ref_debug() argument
1418 wlan_objmgr_peer_release_ref(struct wlan_objmgr_peer * peer,wlan_objmgr_ref_dbgid id) wlan_objmgr_peer_release_ref() argument
1468 wlan_objmgr_peer_get_comp_ref_cnt(struct wlan_objmgr_peer * peer,enum wlan_umac_comp_id id) wlan_objmgr_peer_get_comp_ref_cnt() argument
1485 wlan_objmgr_peer_get_comp_ref_cnt(struct wlan_objmgr_peer * peer,enum wlan_umac_comp_id id) wlan_objmgr_peer_get_comp_ref_cnt() argument
[all...]
H A Dwlan_objmgr_vdev_obj.c44 uint8_t id; in wlan_objmgr_vdev_object_status() local
50 for (id = 0; id < WLAN_UMAC_MAX_COMPONENTS; id++) { in wlan_objmgr_vdev_object_status()
52 if (vdev->obj_status[id] == QDF_STATUS_COMP_DISABLED) { in wlan_objmgr_vdev_object_status()
58 } else if (vdev->obj_status[id] == QDF_STATUS_COMP_ASYNC) { in wlan_objmgr_vdev_object_status()
59 if (!vdev->vdev_comp_priv_obj[id]) { in wlan_objmgr_vdev_object_status()
67 } else if ((vdev->obj_status[id] == QDF_STATUS_E_NOMEM) || in wlan_objmgr_vdev_object_status()
68 (vdev->obj_status[id] == QDF_STATUS_E_FAILURE)) { in wlan_objmgr_vdev_object_status()
90 obj_mgr_err("pdev is NULL for vdev-id in wlan_objmgr_vdev_obj_free()
141 uint8_t id; wlan_objmgr_vdev_obj_create() local
304 int8_t id; wlan_objmgr_vdev_obj_destroy() local
486 wlan_objmgr_vdev_component_obj_attach(struct wlan_objmgr_vdev * vdev,enum wlan_umac_comp_id id,void * comp_priv_obj,QDF_STATUS status) wlan_objmgr_vdev_component_obj_attach() argument
543 wlan_objmgr_vdev_component_obj_detach(struct wlan_objmgr_vdev * vdev,enum wlan_umac_comp_id id,void * comp_priv_obj) wlan_objmgr_vdev_component_obj_detach() argument
823 wlan_objmgr_trigger_vdev_comp_priv_object_creation(struct wlan_objmgr_vdev * vdev,enum wlan_umac_comp_id id) wlan_objmgr_trigger_vdev_comp_priv_object_creation() argument
867 wlan_objmgr_trigger_vdev_comp_priv_object_deletion(struct wlan_objmgr_vdev * vdev,enum wlan_umac_comp_id id) wlan_objmgr_trigger_vdev_comp_priv_object_deletion() argument
1065 wlan_objmgr_vdev_try_get_bsspeer(struct wlan_objmgr_vdev * vdev,wlan_objmgr_ref_dbgid id) wlan_objmgr_vdev_try_get_bsspeer() argument
1087 wlan_objmgr_vdev_get_comp_private_obj(struct wlan_objmgr_vdev * vdev,enum wlan_umac_comp_id id) wlan_objmgr_vdev_get_comp_private_obj() argument
1111 wlan_objmgr_vdev_ref_trace(struct wlan_objmgr_vdev * vdev,wlan_objmgr_ref_dbgid id,const char * func,int line) wlan_objmgr_vdev_ref_trace() argument
1125 wlan_objmgr_vdev_deref_trace(struct wlan_objmgr_vdev * vdev,wlan_objmgr_ref_dbgid id,const char * func,int line) wlan_objmgr_vdev_deref_trace() argument
1140 wlan_objmgr_vdev_get_ref_debug(struct wlan_objmgr_vdev * vdev,wlan_objmgr_ref_dbgid id,const char * func,int line) wlan_objmgr_vdev_get_ref_debug() argument
1159 wlan_objmgr_vdev_get_ref(struct wlan_objmgr_vdev * vdev,wlan_objmgr_ref_dbgid id) wlan_objmgr_vdev_get_ref() argument
1176 wlan_objmgr_vdev_try_get_ref_debug(struct wlan_objmgr_vdev * vdev,wlan_objmgr_ref_dbgid id,const char * func,int line) wlan_objmgr_vdev_try_get_ref_debug() argument
1210 wlan_objmgr_vdev_try_get_ref(struct wlan_objmgr_vdev * vdev,wlan_objmgr_ref_dbgid id) wlan_objmgr_vdev_try_get_ref() argument
1414 wlan_objmgr_vdev_release_ref_debug(struct wlan_objmgr_vdev * vdev,wlan_objmgr_ref_dbgid id,const char * func,int line) wlan_objmgr_vdev_release_ref_debug() argument
1452 wlan_objmgr_vdev_release_ref(struct wlan_objmgr_vdev * vdev,wlan_objmgr_ref_dbgid id) wlan_objmgr_vdev_release_ref() argument
[all...]
H A Dwlan_objmgr_pdev_obj.c43 uint8_t id; in wlan_objmgr_pdev_object_status() local
48 for (id = 0; id < WLAN_UMAC_MAX_COMPONENTS; id++) { in wlan_objmgr_pdev_object_status()
50 if (pdev->obj_status[id] == QDF_STATUS_COMP_DISABLED) { in wlan_objmgr_pdev_object_status()
54 } else if (pdev->obj_status[id] == QDF_STATUS_COMP_ASYNC) { in wlan_objmgr_pdev_object_status()
55 if (!pdev->pdev_comp_priv_obj[id]) { in wlan_objmgr_pdev_object_status()
61 } else if ((pdev->obj_status[id] == QDF_STATUS_E_NOMEM) || in wlan_objmgr_pdev_object_status()
62 (pdev->obj_status[id] == QDF_STATUS_E_FAILURE)) { in wlan_objmgr_pdev_object_status()
87 obj_mgr_err("PSOC PDEV detach failed: pdev-id in wlan_objmgr_pdev_obj_free()
102 uint8_t id; wlan_objmgr_pdev_obj_create() local
193 uint8_t id; wlan_objmgr_pdev_obj_destroy() local
284 wlan_objmgr_pdev_component_obj_attach(struct wlan_objmgr_pdev * pdev,enum wlan_umac_comp_id id,void * comp_priv_obj,QDF_STATUS status) wlan_objmgr_pdev_component_obj_attach() argument
344 wlan_objmgr_pdev_component_obj_detach(struct wlan_objmgr_pdev * pdev,enum wlan_umac_comp_id id,void * comp_priv_obj) wlan_objmgr_pdev_component_obj_detach() argument
495 wlan_objmgr_trigger_pdev_comp_priv_object_creation(struct wlan_objmgr_pdev * pdev,enum wlan_umac_comp_id id) wlan_objmgr_trigger_pdev_comp_priv_object_creation() argument
536 wlan_objmgr_trigger_pdev_comp_priv_object_deletion(struct wlan_objmgr_pdev * pdev,enum wlan_umac_comp_id id) wlan_objmgr_trigger_pdev_comp_priv_object_deletion() argument
640 wlan_objmgr_pdev_get_comp_private_obj(struct wlan_objmgr_pdev * pdev,enum wlan_umac_comp_id id) wlan_objmgr_pdev_get_comp_private_obj() argument
663 wlan_objmgr_pdev_get_ref(struct wlan_objmgr_pdev * pdev,wlan_objmgr_ref_dbgid id) wlan_objmgr_pdev_get_ref() argument
677 wlan_objmgr_pdev_try_get_ref(struct wlan_objmgr_pdev * pdev,wlan_objmgr_ref_dbgid id) wlan_objmgr_pdev_try_get_ref() argument
708 wlan_objmgr_pdev_release_ref(struct wlan_objmgr_pdev * pdev,wlan_objmgr_ref_dbgid id) wlan_objmgr_pdev_release_ref() argument
[all...]
H A Dwlan_objmgr_psoc_obj.c45 uint8_t id; in wlan_objmgr_psoc_object_status() local
50 for (id = 0; id < WLAN_UMAC_MAX_COMPONENTS; id++) { in wlan_objmgr_psoc_object_status()
52 if (psoc->obj_status[id] == QDF_STATUS_COMP_DISABLED) in wlan_objmgr_psoc_object_status()
57 else if (psoc->obj_status[id] == QDF_STATUS_COMP_ASYNC) { in wlan_objmgr_psoc_object_status()
58 if (!psoc->soc_comp_priv_obj[id]) { in wlan_objmgr_psoc_object_status()
66 } else if ((psoc->obj_status[id] == QDF_STATUS_E_NOMEM) || in wlan_objmgr_psoc_object_status()
67 (psoc->obj_status[id] == QDF_STATUS_E_FAILURE)) { in wlan_objmgr_psoc_object_status()
116 uint8_t id; in wlan_objmgr_psoc_obj_create() local
198 uint8_t id; wlan_objmgr_psoc_obj_destroy() local
285 wlan_objmgr_psoc_component_obj_attach(struct wlan_objmgr_psoc * psoc,enum wlan_umac_comp_id id,void * comp_priv_obj,QDF_STATUS status) wlan_objmgr_psoc_component_obj_attach() argument
345 wlan_objmgr_psoc_component_obj_detach(struct wlan_objmgr_psoc * psoc,enum wlan_umac_comp_id id,void * comp_priv_obj) wlan_objmgr_psoc_component_obj_detach() argument
679 wlan_objmgr_trigger_psoc_comp_priv_object_creation(struct wlan_objmgr_psoc * psoc,enum wlan_umac_comp_id id) wlan_objmgr_trigger_psoc_comp_priv_object_creation() argument
722 wlan_objmgr_trigger_psoc_comp_priv_object_deletion(struct wlan_objmgr_psoc * psoc,enum wlan_umac_comp_id id) wlan_objmgr_trigger_psoc_comp_priv_object_deletion() argument
764 uint8_t id = 0; wlan_objmgr_psoc_pdev_attach() local
801 uint8_t id; wlan_objmgr_psoc_pdev_detach() local
823 wlan_objmgr_get_pdev_by_id(struct wlan_objmgr_psoc * psoc,uint8_t id,wlan_objmgr_ref_dbgid dbg_id) wlan_objmgr_get_pdev_by_id() argument
851 wlan_objmgr_get_pdev_by_id_no_state(struct wlan_objmgr_psoc * psoc,uint8_t id,wlan_objmgr_ref_dbgid dbg_id) wlan_objmgr_get_pdev_by_id_no_state() argument
877 uint8_t id = 0; wlan_objmgr_psoc_vdev_attach() local
914 uint8_t id = 0; wlan_objmgr_psoc_vdev_detach() local
2731 wlan_objmgr_psoc_get_comp_private_obj(struct wlan_objmgr_psoc * psoc,enum wlan_umac_comp_id id) wlan_objmgr_psoc_get_comp_private_obj() argument
2753 wlan_objmgr_psoc_get_ref(struct wlan_objmgr_psoc * psoc,wlan_objmgr_ref_dbgid id) wlan_objmgr_psoc_get_ref() argument
2768 wlan_objmgr_psoc_try_get_ref(struct wlan_objmgr_psoc * psoc,wlan_objmgr_ref_dbgid id) wlan_objmgr_psoc_try_get_ref() argument
2797 wlan_objmgr_psoc_release_ref(struct wlan_objmgr_psoc * psoc,wlan_objmgr_ref_dbgid id) wlan_objmgr_psoc_release_ref() argument
2851 uint8_t id; wlan_objmgr_psoc_vdev_ref_print() local
2867 uint8_t id; wlan_objmgr_psoc_pdev_ref_print() local
[all...]
H A Dwlan_objmgr_debug.c357 uint32_t id) in wlan_objmgr_print_ref_func_line() argument
362 obj_mgr_debug("ID: %s(%d)", string_from_dbgid(id), id); in wlan_objmgr_print_ref_func_line()
381 uint32_t id; in wlan_objmgr_trace_print_ref() local
391 for (id = 0; id < WLAN_REF_ID_MAX; id++) { in wlan_objmgr_trace_print_ref()
392 if (qdf_atomic_read(&vdev_obj->ref_id_dbg[id])) { in wlan_objmgr_trace_print_ref()
395 func_head = trace->references[id].head; in wlan_objmgr_trace_print_ref()
396 wlan_objmgr_print_ref_func_line(func_head, id); in wlan_objmgr_trace_print_ref()
722 uint32_t id; wlan_objmgr_trace_del_ref_list() local
[all...]
/wlan-dirver/fw-api/fw/
H A Dwmi_tlv_defs.h114 #define WMITLV_TABLE(id,op,buf,len) WMITLV_TABLE_##id(id,op,buf,len)
121 * #define WMITLV_TABLE_WMI_SERVICE_READY_EVENTID(id,op,buf,len) \
122 * WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_wmi_service_ready_event_fixed_param, wmi_service_ready_event_fixed_param, fixed_param, WMITLV_SIZE_FIX) \
123 * WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_STRUC_HAL_REG_CAPABILITIES, HAL_REG_CAPABILITIES, hal_reg_capabilities, WMITLV_SIZE_FIX) \
124 * WMITLV_FXAR(id,op,buf,len, WMITLV_TAG_ARRAY_UINT32, A_UINT32, wmi_service_bitmap, WMITLV_SIZE_FIX, WMI_SERVICE_BM_SIZE) \
125 * WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wlan_host_mem_req, mem_reqs, WMITLV_SIZE_VAR)
2334 #define WMITLV_TABLE_WMI_INIT_CMDID(id,op,buf,len)\
2335 WMITLV_ELEM(id,o
113 WMITLV_TABLE(id,op,buf,len) global() argument
1733 WMITLV_TABLE_WMI_INIT_CMDID(id,op,buf,len) global() argument
1743 WMITLV_TABLE_WMI_PEER_CREATE_CMDID(id,op,buf,len) global() argument
1749 WMITLV_TABLE_WMI_PEER_DELETE_CMDID(id,op,buf,len) global() argument
1755 WMITLV_TABLE_WMI_VDEV_DELETE_ALL_PEER_CMDID(id,op,buf,len) global() argument
1761 WMITLV_TABLE_WMI_PEER_UNMAP_RESPONSE_CMDID(id,op,buf,len) global() argument
1768 WMITLV_TABLE_WMI_PEER_FLUSH_TIDS_CMDID(id,op,buf,len) global() argument
1774 WMITLV_TABLE_WMI_PEER_SET_PARAM_CMDID(id,op,buf,len) global() argument
1780 WMITLV_TABLE_WMI_STA_POWERSAVE_MODE_CMDID(id,op,buf,len) global() argument
1786 WMITLV_TABLE_WMI_STA_POWERSAVE_PARAM_CMDID(id,op,buf,len) global() argument
1792 WMITLV_TABLE_WMI_STA_TDCC_CONFIG_CMDID(id,op,buf,len) global() argument
1798 WMITLV_TABLE_WMI_STA_DTIM_PS_METHOD_CMDID(id,op,buf,len) global() argument
1804 WMITLV_TABLE_WMI_PDEV_SET_REGDOMAIN_CMDID(id,op,buf,len) global() argument
1811 WMITLV_TABLE_WMI_PEER_TID_ADDBA_CMDID(id,op,buf,len) global() argument
1817 WMITLV_TABLE_WMI_PEER_TID_DELBA_CMDID(id,op,buf,len) global() argument
1823 WMITLV_TABLE_WMI_BA_REQ_SSN_CMDID(id,op,buf,len) global() argument
1831 WMITLV_TABLE_WMI_PDEV_FTM_INTG_CMDID(id,op,buf,len) global() argument
1838 WMITLV_TABLE_WMI_WOW_HOSTWAKEUP_FROM_SLEEP_CMDID(id,op,buf,len) global() argument
1844 WMITLV_TABLE_WMI_WOW_ENABLE_CMDID(id,op,buf,len) global() argument
1850 WMITLV_TABLE_WMI_WOW_ENABLE_ICMPV6_NA_FLT_CMDID(id,op,buf,len) global() argument
1856 WMITLV_TABLE_WMI_RMV_BCN_FILTER_CMDID(id,op,buf,len) global() argument
1862 WMITLV_TABLE_WMI_11K_OFFLOAD_REPORT_CMDID(id,op,buf,len) global() argument
1869 WMITLV_TABLE_WMI_11K_INVOKE_NEIGHBOR_REPORT_CMDID(id,op,buf,len) global() argument
1876 WMITLV_TABLE_WMI_ROAM_SCAN_MODE(id,op,buf,len) global() argument
1889 WMITLV_TABLE_WMI_ROAM_SCAN_RSSI_THRESHOLD(id,op,buf,len) global() argument
1899 WMITLV_TABLE_WMI_ROAM_SCAN_PERIOD(id,op,buf,len) global() argument
1905 WMITLV_TABLE_WMI_ROAM_SCAN_RSSI_CHANGE_THRESHOLD(id,op,buf,len) global() argument
1911 WMITLV_TABLE_WMI_ROAM_CHAN_LIST(id,op,buf,len) global() argument
1918 WMITLV_TABLE_WMI_ROAM_SCAN_CMD(id,op,buf,len) global() argument
1924 WMITLV_TABLE_WMI_ROAM_SET_MBO_PARAM_CMDID(id,op,buf,len) global() argument
1935 WMITLV_TABLE_WMI_ROAM_PER_CONFIG_CMDID(id,op,buf,len) global() argument
1940 WMITLV_TABLE_WMI_VDEV_PLMREQ_START_CMDID(id,op,buf,len) global() argument
1946 WMITLV_TABLE_WMI_VDEV_PLMREQ_STOP_CMDID(id,op,buf,len) global() argument
1951 WMITLV_TABLE_WMI_START_SCAN_CMDID(id,op,buf,len) global() argument
1964 WMITLV_TABLE_WMI_SCAN_ADAPTIVE_DWELL_CONFIG_CMDID(id,op,buf,len) global() argument
1971 WMITLV_TABLE_WMI_SET_SCAN_DBS_DUTY_CYCLE_CMDID(id,op,buf,len) global() argument
1978 WMITLV_TABLE_WMI_EXTSCAN_START_CMDID(id,op,buf,len) global() argument
1989 WMITLV_TABLE_WMI_EXTSCAN_STOP_CMDID(id,op,buf,len) global() argument
1995 WMITLV_TABLE_WMI_EXTSCAN_CONFIGURE_WLAN_CHANGE_MONITOR_CMDID(id,op,buf,len) global() argument
2002 WMITLV_TABLE_WMI_EXTSCAN_CONFIGURE_HOTLIST_MONITOR_CMDID(id,op,buf,len) global() argument
2009 WMITLV_TABLE_WMI_EXTSCAN_GET_CACHED_RESULTS_CMDID(id,op,buf,len) global() argument
2015 WMITLV_TABLE_WMI_EXTSCAN_GET_WLAN_CHANGE_RESULTS_CMDID(id,op,buf,len) global() argument
2021 WMITLV_TABLE_WMI_EXTSCAN_SET_CAPABILITIES_CMDID(id,op,buf,len) global() argument
2030 WMITLV_TABLE_WMI_EXTSCAN_GET_CAPABILITIES_CMDID(id,op,buf,len) global() argument
2036 WMITLV_TABLE_WMI_EXTSCAN_CONFIGURE_HOTLIST_SSID_MONITOR_CMDID(id,op,buf,len) global() argument
2043 WMITLV_TABLE_WMI_P2P_SET_VENDOR_IE_DATA_CMDID(id,op,buf,len) global() argument
2048 WMITLV_TABLE_WMI_P2P_SET_OPPPS_PARAM_CMDID(id,op,buf,len) global() argument
2053 WMITLV_TABLE_WMI_P2P_LISTEN_OFFLOAD_START_CMDID(id,op,buf,len) global() argument
2060 WMITLV_TABLE_WMI_P2P_LISTEN_OFFLOAD_STOP_CMDID(id,op,buf,len) global() argument
2065 WMITLV_TABLE_WMI_P2P_LISTEN_OFFLOAD_STOPPED_EVENTID(id,op,buf,len) global() argument
2070 WMITLV_TABLE_WMI_PDEV_SET_CHANNEL_CMDID(id,op,buf,len) global() argument
2074 WMITLV_TABLE_WMI_PDEV_UPDATE_PMK_CACHE_CMDID(id,op,buf,len) global() argument
2079 WMITLV_TABLE_WMI_PDEV_UPDATE_FILS_HLP_PKT_CMDID(id,op,buf,len) global() argument
2084 WMITLV_TABLE_WMI_ECHO_CMDID(id,op,buf,len) global() argument
2089 WMITLV_TABLE_WMI_PDEV_SET_WMM_PARAMS_CMDID(id,op,buf,len) global() argument
2099 WMITLV_TABLE_WMI_VDEV_START_REQUEST_CMDID(id,op,buf,len) global() argument
2107 WMITLV_TABLE_WMI_VDEV_RESTART_REQUEST_CMDID(id,op,buf,len) global() argument
2115 WMITLV_TABLE_WMI_P2P_GO_SET_BEACON_IE(id,op,buf,len) global() argument
2122 WMITLV_TABLE_WMI_GTK_OFFLOAD_CMDID(id,op,buf,len) global() argument
2129 WMITLV_TABLE_WMI_PMF_OFFLOAD_SET_SA_QUERY_CMDID(id,op,buf,len) global() argument
2135 WMITLV_TABLE_WMI_SCAN_CHAN_LIST_CMDID(id,op,buf,len) global() argument
2142 WMITLV_TABLE_WMI_STA_UAPSD_AUTO_TRIG_CMDID(id,op,buf,len) global() argument
2149 WMITLV_TABLE_WMI_PRB_TMPL_CMDID(id,op,buf,len) global() argument
2157 WMITLV_TABLE_WMI_BCN_TMPL_CMDID(id,op,buf,len) global() argument
2165 WMITLV_TABLE_WMI_FD_TMPL_CMDID(id,op,buf,len) global() argument
2172 WMITLV_TABLE_WMI_VDEV_INSTALL_KEY_CMDID(id,op,buf,len) global() argument
2179 WMITLV_TABLE_WMI_VDEV_WNM_SLEEPMODE_CMDID(id,op,buf,len) global() argument
2184 WMITLV_TABLE_WMI_VDEV_IPSEC_NATKEEPALIVE_FILTER_CMDID(id,op,buf,len) global() argument
2190 WMITLV_TABLE_WMI_PEER_ASSOC_CMDID(id,op,buf,len) global() argument
2200 WMITLV_TABLE_WMI_PEER_SET_RATE_REPORT_CONDITION_CMDID(id,op,buf,len) global() argument
2206 WMITLV_TABLE_WMI_ADD_BCN_FILTER_CMDID(id,op,buf,len) global() argument
2213 WMITLV_TABLE_WMI_STA_KEEPALIVE_CMDID(id,op,buf,len) global() argument
2220 WMITLV_TABLE_WMI_VDEV_BSS_MAX_IDLE_TIME_CMDID(id,op,buf,len) global() argument
2226 WMITLV_TABLE_WMI_SET_ARP_NS_OFFLOAD_CMDID(id,op,buf,len) global() argument
2235 WMITLV_TABLE_WMI_AP_PS_PEER_PARAM_CMDID(id,op,buf,len) global() argument
2240 WMITLV_TABLE_WMI_AP_PS_EGAP_PARAM_CMDID(id,op,buf,len) global() argument
2245 WMITLV_TABLE_WMI_WLAN_PROFILE_TRIGGER_CMDID(id,op,buf,len) global() argument
2250 WMITLV_TABLE_WMI_WLAN_PROFILE_SET_HIST_INTVL_CMDID(id,op,buf,len) global() argument
2255 WMITLV_TABLE_WMI_WLAN_PROFILE_GET_PROFILE_DATA_CMDID(id,op,buf,len) global() argument
2260 WMITLV_TABLE_WMI_WLAN_PROFILE_ENABLE_PROFILE_ID_CMDID(id,op,buf,len) global() argument
2265 WMITLV_TABLE_WMI_WOW_DEL_WAKE_PATTERN_CMDID(id,op,buf,len) global() argument
2269 WMITLV_TABLE_WMI_WOW_UDP_SVC_OFLD_CMDID(id,op,buf,len) global() argument
2275 WMITLV_TABLE_WMI_WOW_HOSTWAKEUP_GPIO_PIN_PATTERN_CONFIG_CMDID(id,op,buf,len) global() argument
2279 WMITLV_TABLE_WMI_WOW_SET_ACTION_WAKE_UP_CMDID(id,op,buf,len) global() argument
2285 WMITLV_TABLE_WMI_WOW_ENABLE_DISABLE_WAKE_EVENT_CMDID(id,op,buf,len) global() argument
2291 WMITLV_TABLE_WMI_RTT_MEASREQ_CMDID(id,op,buf,len) global() argument
2298 WMITLV_TABLE_WMI_RTT_TSF_CMDID(id,op,buf,len) global() argument
2304 WMITLV_TABLE_WMI_OEM_REQ_CMDID(id,op,buf,len) global() argument
2310 WMITLV_TABLE_WMI_OEM_REQUEST_CMDID(id,op,buf,len) global() argument
2316 WMITLV_TABLE_WMI_LPI_OEM_REQ_CMDID(id,op,buf,len) global() argument
2321 WMITLV_TABLE_WMI_OEM_DMA_RING_CFG_REQ_CMDID(id,op,buf,len) global() argument
2327 WMITLV_TABLE_WMI_VDEV_SPECTRAL_SCAN_CONFIGURE_CMDID(id,op,buf,len) global() argument
2333 WMITLV_TABLE_WMI_VDEV_SPECTRAL_SCAN_ENABLE_CMDID(id,op,buf,len) global() argument
2339 WMITLV_TABLE_WMI_REQUEST_STATS_CMDID(id,op,buf,len) global() argument
2346 WMITLV_TABLE_WMI_PEER_TX_PN_REQUEST_CMDID(id,op,buf,len) global() argument
2352 WMITLV_TABLE_WMI_GET_FW_MEM_DUMP_CMDID(id,op,buf,len) global() argument
2359 WMITLV_TABLE_WMI_DEBUG_MESG_FLUSH_CMDID(id,op,buf,len) global() argument
2365 WMITLV_TABLE_WMI_DIAG_EVENT_LOG_CONFIG_CMDID(id,op,buf,len) global() argument
2372 WMITLV_TABLE_WMI_START_LINK_STATS_CMDID(id,op,buf,len) global() argument
2378 WMITLV_TABLE_WMI_CLEAR_LINK_STATS_CMDID(id,op,buf,len) global() argument
2384 WMITLV_TABLE_WMI_REQUEST_LINK_STATS_CMDID(id,op,buf,len) global() argument
2390 WMITLV_TABLE_WMI_REQUEST_WLM_STATS_CMDID(id,op,buf,len) global() argument
2396 WMITLV_TABLE_WMI_NETWORK_LIST_OFFLOAD_CONFIG_CMDID(id,op,buf,len) global() argument
2408 WMITLV_TABLE_WMI_PASSPOINT_LIST_CONFIG_CMDID(id,op,buf,len) global() argument
2414 WMITLV_TABLE_WMI_CSA_OFFLOAD_ENABLE_CMDID(id,op,buf,len) global() argument
2420 WMITLV_TABLE_WMI_CSA_OFFLOAD_CHANSWITCH_CMDID(id,op,buf,len) global() argument
2427 WMITLV_TABLE_WMI_CHATTER_SET_MODE_CMDID(id,op,buf,len) global() argument
2434 WMITLV_TABLE_WMI_PDEV_UTF_CMDID(id,op,buf,len) global() argument
2439 WMITLV_TABLE_WMI_PDEV_QVIT_CMDID(id,op,buf,len) global() argument
2443 WMITLV_TABLE_WMI_PDEV_SET_WAKEUP_CONFIG_CMDID(id,op,buf,len) global() argument
2447 WMITLV_TABLE_WMI_PDEV_DMA_RING_CFG_REQ_CMDID(id,op,buf,len) global() argument
2452 WMITLV_TABLE_WMI_VDEV_SET_KEEPALIVE_CMDID(id,op,buf,len) global() argument
2457 WMITLV_TABLE_WMI_VDEV_GET_KEEPALIVE_CMDID(id,op,buf,len) global() argument
2462 WMITLV_TABLE_WMI_BCN_OFFLOAD_CTRL_CMDID(id,op,buf,len) global() argument
2467 WMITLV_TABLE_WMI_FWTEST_VDEV_MCC_SET_TBTT_MODE_CMDID(id,op,buf,len) global() argument
2472 WMITLV_TABLE_WMI_FWTEST_P2P_SET_NOA_PARAM_CMDID(id,op,buf,len) global() argument
2478 WMITLV_TABLE_WMI_UNIT_TEST_CMDID(id,op,buf,len) global() argument
2484 WMITLV_TABLE_WMI_FORCE_FW_HANG_CMDID(id,op,buf,len) global() argument
2489 WMITLV_TABLE_WMI_SET_MCASTBCAST_FILTER_CMDID(id,op,buf,len) global() argument
2494 WMITLV_TABLE_WMI_SET_MULTIPLE_MCAST_FILTER_CMDID(id,op,buf,len) global() argument
2500 WMITLV_TABLE_WMI_DBGLOG_TIME_STAMP_SYNC_CMDID(id,op,buf,len) global() argument
2505 WMITLV_TABLE_WMI_GPIO_CONFIG_CMDID(id,op,buf,len) global() argument
2510 WMITLV_TABLE_WMI_GPIO_OUTPUT_CMDID(id,op,buf,len) global() argument
2515 WMITLV_TABLE_WMI_PEER_ADD_WDS_ENTRY_CMDID(id,op,buf,len) global() argument
2521 WMITLV_TABLE_WMI_PEER_REMOVE_WDS_ENTRY_CMDID(id,op,buf,len) global() argument
2527 WMITLV_TABLE_WMI_BCN_TX_CMDID(id,op,buf,len) global() argument
2533 WMITLV_TABLE_WMI_PDEV_SEND_BCN_CMDID(id,op,buf,len) global() argument
2539 WMITLV_TABLE_WMI_MGMT_TX_CMDID(id,op,buf,len) global() argument
2545 WMITLV_TABLE_WMI_MGMT_TX_SEND_CMDID(id,op,buf,len) global() argument
2553 WMITLV_TABLE_WMI_OFFCHAN_DATA_TX_SEND_CMDID(id,op,buf,len) global() argument
2561 WMITLV_TABLE_WMI_PDEV_SEND_FD_CMDID(id,op,buf,len) global() argument
2567 WMITLV_TABLE_WMI_ENABLE_FILS_CMDID(id,op,buf,len) global() argument
2573 WMITLV_TABLE_WMI_ADDBA_CLEAR_RESP_CMDID(id,op,buf,len) global() argument
2579 WMITLV_TABLE_WMI_ADDBA_SEND_CMDID(id,op,buf,len) global() argument
2585 WMITLV_TABLE_WMI_DELBA_SEND_CMDID(id,op,buf,len) global() argument
2591 WMITLV_TABLE_WMI_ADDBA_SET_RESP_CMDID(id,op,buf,len) global() argument
2597 WMITLV_TABLE_WMI_SEND_SINGLEAMSDU_CMDID(id,op,buf,len) global() argument
2603 WMITLV_TABLE_WMI_PDEV_PKTLOG_ENABLE_CMDID(id,op,buf,len) global() argument
2608 WMITLV_TABLE_WMI_PDEV_PKTLOG_DISABLE_CMDID(id,op,buf,len) global() argument
2613 WMITLV_TABLE_WMI_PDEV_SET_HT_CAP_IE_CMDID(id,op,buf,len) global() argument
2620 WMITLV_TABLE_WMI_PDEV_SET_VHT_CAP_IE_CMDID(id,op,buf,len) global() argument
2627 WMITLV_TABLE_WMI_PDEV_SET_DSCP_TID_MAP_CMDID(id,op,buf,len) global() argument
2633 WMITLV_TABLE_WMI_PDEV_GREEN_AP_PS_ENABLE_CMDID(id,op,buf,len) global() argument
2639 WMITLV_TABLE_WMI_PDEV_GET_TPC_CONFIG_CMDID(id,op,buf,len) global() argument
2645 WMITLV_TABLE_WMI_PDEV_DIV_GET_RSSI_ANTID_CMDID(id,op,buf,len) global() argument
2650 WMITLV_TABLE_WMI_PDEV_BSS_CHAN_INFO_REQUEST_CMDID(id,op,buf,len) global() argument
2656 WMITLV_TABLE_WMI_PDEV_UPDATE_CTLTABLE_REQUEST_CMDID(id,op,buf,len) global() argument
2663 WMITLV_TABLE_WMI_VDEV_GET_TX_POWER_CMDID(id,op,buf,len) global() argument
2668 WMITLV_TABLE_WMI_VDEV_LIMIT_OFFCHAN_CMDID(id,op,buf,len) global() argument
2674 WMITLV_TABLE_WMI_VDEV_SET_CUSTOM_SW_RETRY_TH_CMDID(id,op,buf,len) global() argument
2679 WMITLV_TABLE_WMI_VDEV_CHAINMASK_CONFIG_CMDID(id,op,buf,len) global() argument
2685 WMITLV_TABLE_WMI_PDEV_SET_BASE_MACADDR_CMDID(id,op,buf,len) global() argument
2691 WMITLV_TABLE_WMI_MIB_STATS_ENABLE_CMDID(id,op,buf,len) global() argument
2697 WMITLV_TABLE_WMI_PEER_MCAST_GROUP_CMDID(id,op,buf,len) global() argument
2703 WMITLV_TABLE_WMI_ROAM_AP_PROFILE(id,op,buf,len) global() argument
2713 WMITLV_TABLE_WMI_ROAM_SYNCH_COMPLETE(id,op,buf,len) global() argument
2718 WMITLV_TABLE_WMI_ROAM_SET_RIC_REQUEST_CMDID(id,op,buf,len) global() argument
2725 WMITLV_TABLE_WMI_SCAN_SCH_PRIO_TBL_CMDID(id,op,buf,len) global() argument
2732 WMITLV_TABLE_WMI_PDEV_DFS_ENABLE_CMDID(id,op,buf,len) global() argument
2738 WMITLV_TABLE_WMI_PDEV_DFS_DISABLE_CMDID(id,op,buf,len) global() argument
2744 WMITLV_TABLE_WMI_DFS_PHYERR_FILTER_ENA_CMDID(id,op,buf,len) global() argument
2750 WMITLV_TABLE_WMI_DFS_PHYERR_FILTER_DIS_CMDID(id,op,buf,len) global() argument
2756 WMITLV_TABLE_WMI_PDEV_DFS_PHYERR_OFFLOAD_ENABLE_CMDID(id,op,buf,len) global() argument
2762 WMITLV_TABLE_WMI_PDEV_DFS_PHYERR_OFFLOAD_DISABLE_CMDID(id,op,buf,len) global() argument
2768 WMITLV_TABLE_WMI_VDEV_ADFS_CH_CFG_CMDID(id,op,buf,len) global() argument
2774 WMITLV_TABLE_WMI_VDEV_ADFS_OCAC_ABORT_CMDID(id,op,buf,len) global() argument
2780 WMITLV_TABLE_WMI_WOW_ADD_WAKE_PATTERN_CMDID(id,op,buf,len) global() argument
2792 WMITLV_TABLE_WMI_WOW_IOAC_ADD_KEEPALIVE_CMDID(id,op,buf,len) global() argument
2799 WMITLV_TABLE_WMI_WOW_IOAC_DEL_KEEPALIVE_CMDID(id,op,buf,len) global() argument
2805 WMITLV_TABLE_WMI_WOW_IOAC_ADD_WAKE_PATTERN_CMDID(id,op,buf,len) global() argument
2814 WMITLV_TABLE_WMI_WOW_IOAC_DEL_WAKE_PATTERN_CMDID(id,op,buf,len) global() argument
2820 WMITLV_TABLE_WMI_EXTWOW_ENABLE_CMDID(id,op,buf,len) global() argument
2826 WMITLV_TABLE_WMI_EXTWOW_SET_APP_TYPE1_PARAMS_CMDID(id,op,buf,len) global() argument
2832 WMITLV_TABLE_WMI_EXTWOW_SET_APP_TYPE2_PARAMS_CMDID(id,op,buf,len) global() argument
2838 WMITLV_TABLE_WMI_STOP_SCAN_CMDID(id,op,buf,len) global() argument
2843 WMITLV_TABLE_WMI_PDEV_SET_PARAM_CMDID(id,op,buf,len) global() argument
2849 WMITLV_TABLE_WMI_PDEV_SET_QUIET_MODE_CMDID(id,op,buf,len) global() argument
2855 WMITLV_TABLE_WMI_VDEV_SET_QUIET_MODE_CMDID(id,op,buf,len) global() argument
2861 WMITLV_TABLE_WMI_VDEV_BCN_OFFLOAD_QUIET_CONFIG_CMDID(id,op,buf,len) global() argument
2867 WMITLV_TABLE_WMI_VDEV_SET_CUSTOM_AGGR_SIZE_CMDID(id,op,buf,len) global() argument
2873 WMITLV_TABLE_WMI_VDEV_CREATE_CMDID(id,op,buf,len) global() argument
2880 WMITLV_TABLE_WMI_VDEV_DELETE_CMDID(id,op,buf,len) global() argument
2886 WMITLV_TABLE_WMI_VDEV_UP_CMDID(id,op,buf,len) global() argument
2892 WMITLV_TABLE_WMI_VDEV_STOP_CMDID(id,op,buf,len) global() argument
2898 WMITLV_TABLE_WMI_VDEV_DOWN_CMDID(id,op,buf,len) global() argument
2904 WMITLV_TABLE_WMI_VDEV_SET_PARAM_CMDID(id,op,buf,len) global() argument
2910 WMITLV_TABLE_WMI_PDEV_SUSPEND_CMDID(id,op,buf,len) global() argument
2916 WMITLV_TABLE_WMI_PDEV_RESUME_CMDID(id,op,buf,len) global() argument
2921 WMITLV_TABLE_WMI_SCAN_UPDATE_REQUEST_CMDID(id,op,buf,len) global() argument
2926 WMITLV_TABLE_WMI_SCAN_PROB_REQ_OUI_CMDID(id,op,buf,len) global() argument
2931 WMITLV_TABLE_WMI_PDEV_CONFIG_VENDOR_OUI_ACTION_CMDID(id,op,buf,len) global() argument
2938 WMITLV_TABLE_WMI_CHATTER_ADD_COALESCING_FILTER_CMDID(id,op,buf,len) global() argument
2944 WMITLV_TABLE_WMI_CHATTER_DELETE_COALESCING_FILTER_CMDID(id,op,buf,len) global() argument
2949 WMITLV_TABLE_WMI_CHATTER_COALESCING_QUERY_CMDID(id,op,buf,len) global() argument
2954 WMITLV_TABLE_WMI_TXBF_CMDID(id,op,buf,len) global() argument
2959 WMITLV_TABLE_WMI_DBGLOG_CFG_CMDID(id,op,buf,len) global() argument
2965 WMITLV_TABLE_WMI_VDEV_WMM_ADDTS_CMDID(id,op,buf,len) global() argument
2970 WMITLV_TABLE_WMI_VDEV_WMM_DELTS_CMDID(id,op,buf,len) global() argument
2975 WMITLV_TABLE_WMI_VDEV_SET_WMM_PARAMS_CMDID(id,op,buf,len) global() argument
2980 WMITLV_TABLE_WMI_VDEV_SET_GTX_PARAMS_CMDID(id,op,buf,len) global() argument
2986 WMITLV_TABLE_WMI_TDLS_SET_STATE_CMDID(id,op,buf,len) global() argument
2993 WMITLV_TABLE_WMI_TDLS_PEER_UPDATE_CMDID(id,op,buf,len) global() argument
3001 WMITLV_TABLE_WMI_TDLS_SET_OFFCHAN_MODE_CMDID(id,op,buf,len) global() argument
3008 WMITLV_TABLE_WMI_RESMGR_ADAPTIVE_OCS_ENABLE_DISABLE_CMDID(id,op,buf,len) global() argument
3015 WMITLV_TABLE_WMI_RESMGR_SET_CHAN_TIME_QUOTA_CMDID(id,op,buf,len) global() argument
3023 WMITLV_TABLE_WMI_RESMGR_SET_CHAN_LATENCY_CMDID(id,op,buf,len) global() argument
3031 WMITLV_TABLE_WMI_STA_SMPS_FORCE_MODE_CMDID(id,op,buf,len) global() argument
3038 WMITLV_TABLE_WMI_HB_SET_ENABLE_CMDID(id,op,buf,len) global() argument
3045 WMITLV_TABLE_WMI_HB_SET_TCP_PARAMS_CMDID(id,op,buf,len) global() argument
3052 WMITLV_TABLE_WMI_HB_SET_TCP_PKT_FILTER_CMDID(id,op,buf,len) global() argument
3059 WMITLV_TABLE_WMI_HB_SET_UDP_PARAMS_CMDID(id,op,buf,len) global() argument
3066 WMITLV_TABLE_WMI_HB_SET_UDP_PKT_FILTER_CMDID(id,op,buf,len) global() argument
3073 WMITLV_TABLE_WMI_STA_SMPS_PARAM_CMDID(id,op,buf,len) global() argument
3080 WMITLV_TABLE_WMI_MCC_SCHED_TRAFFIC_STATS_CMDID(id,op,buf,len) global() argument
3086 WMITLV_TABLE_WMI_BATCH_SCAN_ENABLE_CMDID(id,op,buf,len) global() argument
3092 WMITLV_TABLE_WMI_PEER_INFO_REQ_CMDID(id,op,buf,len) global() argument
3098 WMITLV_TABLE_WMI_PEER_ANTDIV_INFO_REQ_CMDID(id,op,buf,len) global() argument
3104 WMITLV_TABLE_WMI_RMC_SET_MODE_CMDID(id,op,buf,len) global() argument
3110 WMITLV_TABLE_WMI_RMC_SET_ACTION_PERIOD_CMDID(id,op,buf,len) global() argument
3116 WMITLV_TABLE_WMI_RMC_CONFIG_CMDID(id,op,buf,len) global() argument
3122 WMITLV_TABLE_WMI_MHF_OFFLOAD_SET_MODE_CMDID(id,op,buf,len) global() argument
3128 WMITLV_TABLE_WMI_MHF_OFFLOAD_PLUMB_ROUTING_TBL_CMDID(id,op,buf,len) global() argument
3135 WMITLV_TABLE_WMI_BATCH_SCAN_DISABLE_CMDID(id,op,buf,len) global() argument
3140 WMITLV_TABLE_WMI_BATCH_SCAN_TRIGGER_RESULT_CMDID(id,op,buf,len) global() argument
3146 WMITLV_TABLE_WMI_LPI_MGMT_SNOOPING_CONFIG_CMDID(id,op,buf,len) global() argument
3152 WMITLV_TABLE_WMI_LPI_START_SCAN_CMDID(id,op,buf,len) global() argument
3162 WMITLV_TABLE_WMI_LPI_STOP_SCAN_CMDID(id,op,buf,len) global() argument
3168 WMITLV_TABLE_WMI_REQUEST_ROAM_SCAN_STATS_CMDID(id,op,buf,len) global() argument
3174 WMITLV_TABLE_WMI_ROAM_BSS_LOAD_CONFIG_CMDID(id,op,buf,len) global() argument
3179 WMITLV_TABLE_WMI_ROAM_DEAUTH_CONFIG_CMDID(id,op,buf,len) global() argument
3184 WMITLV_TABLE_WMI_ROAM_IDLE_CONFIG_CMDID(id,op,buf,len) global() argument
3189 WMITLV_TABLE_WMI_ROAM_PREAUTH_STATUS_CMDID(id,op,buf,len) global() argument
3196 WMITLV_TABLE_WMI_ROAM_PMKID_REQUEST_EVENTID(id,op,buf,len) global() argument
3202 WMITLV_TABLE_WMI_IDLE_TRIGGER_MONITOR_CMDID(id,op,buf,len) global() argument
3207 WMITLV_TABLE_WMI_ROAM_ENABLE_DISABLE_TRIGGER_REASON_CMDID(id,op,buf,len) global() argument
3212 WMITLV_TABLE_WMI_PDEV_DSM_FILTER_CMDID(id,op,buf,len) global() argument
3217 WMITLV_TABLE_WMI_ROAM_BLACKLIST_EVENTID(id,op,buf,len) global() argument
3223 WMITLV_TABLE_WMI_ROAM_PREAUTH_START_EVENTID(id,op,buf,len) global() argument
3227 WMITLV_TABLE_WMI_LPI_RESULT_EVENTID(id,op,buf,len) global() argument
3233 WMITLV_TABLE_WMI_LPI_STATUS_EVENTID(id,op,buf,len) global() argument
3238 WMITLV_TABLE_WMI_LPI_HANDOFF_EVENTID(id,op,buf,len) global() argument
3243 WMITLV_TABLE_WMI_THERMAL_MGMT_CMDID(id,op,buf,len) global() argument
3249 WMITLV_TABLE_WMI_ADD_PROACTIVE_ARP_RSP_PATTERN_CMDID(id,op,buf,len) global() argument
3254 WMITLV_TABLE_WMI_DEL_PROACTIVE_ARP_RSP_PATTERN_CMDID(id,op,buf,len) global() argument
3259 WMITLV_TABLE_WMI_NAN_CMDID(id,op,buf,len) global() argument
3266 WMITLV_TABLE_WMI_NDI_GET_CAP_REQ_CMDID(id,op,buf,len) global() argument
3282 WMITLV_TABLE_WMI_NDP_INITIATOR_REQ_CMDID(id,op,buf,len) global() argument
3303 WMITLV_TABLE_WMI_NDP_RESPONDER_REQ_CMDID(id,op,buf,len) global() argument
3319 WMITLV_TABLE_WMI_NDP_END_REQ_CMDID(id,op,buf,len) global() argument
3325 WMITLV_TABLE_WMI_NDP_CMDID(id,op,buf,len) global() argument
3330 WMITLV_TABLE_WMI_REQUEST_RCPI_CMDID(id,op,buf,len) global() argument
3335 WMITLV_TABLE_WMI_MODEM_POWER_STATE_CMDID(id,op,buf,len) global() argument
3340 WMITLV_TABLE_WMI_SAR_LIMITS_CMDID(id,op,buf,len) global() argument
3346 WMITLV_TABLE_WMI_SAR_GET_LIMITS_CMDID(id,op,buf,len) global() argument
3350 WMITLV_TABLE_WMI_SAR2_RESULT_EVENTID(id,op,buf,len) global() argument
3355 WMITLV_TABLE_WMI_PEER_GET_ESTIMATED_LINKSPEED_CMDID(id,op,buf,len) global() argument
3360 WMITLV_TABLE_WMI_REQUEST_STATS_EXT_CMDID(id,op,buf,len) global() argument
3366 WMITLV_TABLE_WMI_OBSS_SCAN_ENABLE_CMDID(id,op,buf,len) global() argument
3374 WMITLV_TABLE_WMI_OBSS_SCAN_DISABLE_CMDID(id,op,buf,len) global() argument
3379 WMITLV_TABLE_WMI_PDEV_SET_LED_CONFIG_CMDID(id,op,buf,len) global() argument
3385 WMITLV_TABLE_WMI_HOST_AUTO_SHUTDOWN_CFG_CMDID(id,op,buf,len) global() argument
3390 WMITLV_TABLE_WMI_TPC_CHAINMASK_CONFIG_CMDID(id,op,buf,len) global() argument
3397 WMITLV_TABLE_WMI_CHAN_AVOID_UPDATE_CMDID(id,op,buf,len) global() argument
3402 WMITLV_TABLE_WMI_CHAN_AVOID_RPT_ALLOW_CMDID(id,op,buf,len) global() argument
3407 WMITLV_TABLE_WMI_D0_WOW_ENABLE_DISABLE_CMDID(id,op,buf,len) global() argument
3412 WMITLV_TABLE_WMI_PDEV_GET_TEMPERATURE_CMDID(id,op,buf,len) global() argument
3417 WMITLV_TABLE_WMI_PDEV_GET_ANTDIV_STATUS_CMDID(id,op,buf,len) global() argument
3422 WMITLV_TABLE_WMI_VDEV_ENCRYPT_DECRYPT_DATA_REQ_CMDID(id,op,buf,len) global() argument
3428 WMITLV_TABLE_WMI_SET_ANTENNA_DIVERSITY_CMDID(id,op,buf,len) global() argument
3433 WMITLV_TABLE_WMI_RSSI_BREACH_MONITOR_CONFIG_CMDID(id,op,buf,len) global() argument
3438 WMITLV_TABLE_WMI_SET_DHCP_SERVER_OFFLOAD_CMDID(id,op,buf,len) global() argument
3443 WMITLV_TABLE_WMI_IPA_OFFLOAD_ENABLE_DISABLE_CMDID(id,op,buf,len) global() argument
3448 WMITLV_TABLE_WMI_PDEV_SET_LED_FLASHING_CMDID(id,op,buf,len) global() argument
3453 WMITLV_TABLE_WMI_MDNS_OFFLOAD_ENABLE_CMDID(id,op,buf,len) global() argument
3457 WMITLV_TABLE_WMI_MDNS_SET_FQDN_CMDID(id,op,buf,len) global() argument
3462 WMITLV_TABLE_WMI_MDNS_SET_RESPONSE_CMDID(id,op,buf,len) global() argument
3467 WMITLV_TABLE_WMI_MDNS_GET_STATS_CMDID(id,op,buf,len) global() argument
3472 WMITLV_TABLE_WMI_ROAM_INVOKE_CMDID(id,op,buf,len) global() argument
3481 WMITLV_TABLE_WMI_SAP_OFL_ENABLE_CMDID(id,op,buf,len) global() argument
3487 WMITLV_TABLE_WMI_SAP_SET_BLACKLIST_PARAM_CMDID(id,op,buf,len) global() argument
3492 WMITLV_TABLE_WMI_SAP_OBSS_DETECTION_CFG_CMDID(id,op,buf,len) global() argument
3497 WMITLV_TABLE_WMI_BSS_COLOR_CHANGE_ENABLE_CMDID(id,op,buf,len) global() argument
3502 WMITLV_TABLE_WMI_OBSS_COLOR_COLLISION_DET_CONFIG_CMDID(id,op,buf,len) global() argument
3507 WMITLV_TABLE_WMI_APFIND_CMDID(id,op,buf,len) global() argument
3513 WMITLV_TABLE_WMI_OCB_SET_SCHED_CMDID(id,op,buf,len) global() argument
3518 WMITLV_TABLE_WMI_OCB_SET_CONFIG_CMDID(id,op,buf,len) global() argument
3529 WMITLV_TABLE_WMI_OCB_SET_UTC_TIME_CMDID(id,op,buf,len) global() argument
3534 WMITLV_TABLE_WMI_OCB_START_TIMING_ADVERT_CMDID(id,op,buf,len) global() argument
3540 WMITLV_TABLE_WMI_OCB_STOP_TIMING_ADVERT_CMDID(id,op,buf,len) global() argument
3545 WMITLV_TABLE_WMI_OCB_GET_TSF_TIMER_CMDID(id,op,buf,len) global() argument
3550 WMITLV_TABLE_WMI_DCC_GET_STATS_CMDID(id,op,buf,len) global() argument
3556 WMITLV_TABLE_WMI_DCC_CLEAR_STATS_CMDID(id,op,buf,len) global() argument
3561 WMITLV_TABLE_WMI_DCC_UPDATE_NDL_CMDID(id,op,buf,len) global() argument
3568 WMITLV_TABLE_WMI_ROAM_FILTER_CMDID(id,op,buf,len) global() argument
3579 WMITLV_TABLE_WMI_VDEV_TSF_TSTAMP_ACTION_CMDID(id,op,buf,len) global() argument
3584 WMITLV_TABLE_WMI_ROAM_SUBNET_CHANGE_CONFIG_CMDID(id,op,buf,len) global() argument
3590 WMITLV_TABLE_WMI_SOC_SET_PCL_CMDID(id,op,buf,len) global() argument
3596 WMITLV_TABLE_WMI_PDEV_SET_PCL_CMDID(id,op,buf,len) global() argument
3602 WMITLV_TABLE_WMI_SOC_SET_HW_MODE_CMDID(id,op,buf,len) global() argument
3607 WMITLV_TABLE_WMI_PDEV_SET_HW_MODE_CMDID(id,op,buf,len) global() argument
3612 WMITLV_TABLE_WMI_SOC_SET_DUAL_MAC_CONFIG_CMDID(id,op,buf,len) global() argument
3617 WMITLV_TABLE_WMI_PDEV_SET_MAC_CONFIG_CMDID(id,op,buf,len) global() argument
3622 WMITLV_TABLE_WMI_SOC_SET_ANTENNA_MODE_CMDID(id,op,buf,len) global() argument
3627 WMITLV_TABLE_WMI_PDEV_SET_ANTENNA_MODE_CMDID(id,op,buf,len) global() argument
3631 WMITLV_TABLE_WMI_LRO_CONFIG_CMDID(id,op,buf,len) global() argument
3635 WMITLV_TABLE_WMI_TRANSFER_DATA_TO_FLASH_CMDID(id,op,buf,len) global() argument
3640 WMITLV_TABLE_WMI_READ_DATA_FROM_FLASH_CMDID(id,op,buf,len) global() argument
3644 WMITLV_TABLE_WMI_CONFIG_ENHANCED_MCAST_FILTER_CMDID(id,op,buf,len) global() argument
3648 WMITLV_TABLE_WMI_VDEV_WISA_CMDID(id,op,buf,len) global() argument
3653 WMITLV_TABLE_WMI_MAWC_SENSOR_REPORT_IND_CMDID(id,op,buf,len) global() argument
3658 WMITLV_TABLE_WMI_ROAM_CONFIGURE_MAWC_CMDID(id,op,buf,len) global() argument
3663 WMITLV_TABLE_WMI_NLO_CONFIGURE_MAWC_CMDID(id,op,buf,len) global() argument
3668 WMITLV_TABLE_WMI_EXTSCAN_CONFIGURE_MAWC_CMDID(id,op,buf,len) global() argument
3673 WMITLV_TABLE_WMI_COEX_CONFIG_CMDID(id,op,buf,len) global() argument
3678 WMITLV_TABLE_WMI_COEX_GET_ANTENNA_ISOLATION_CMDID(id,op,buf,len) global() argument
3683 WMITLV_TABLE_WMI_PDEV_GET_NFCAL_POWER_CMDID(id,op,buf,len) global() argument
3688 WMITLV_TABLE_WMI_BPF_GET_CAPABILITY_CMDID(id,op,buf,len) global() argument
3693 WMITLV_TABLE_WMI_BPF_GET_VDEV_STATS_CMDID(id,op,buf,len) global() argument
3698 WMITLV_TABLE_WMI_BPF_SET_VDEV_INSTRUCTIONS_CMDID(id,op,buf,len) global() argument
3704 WMITLV_TABLE_WMI_BPF_DEL_VDEV_INSTRUCTIONS_CMDID(id,op,buf,len) global() argument
3708 WMITLV_TABLE_WMI_BPF_SET_VDEV_ACTIVE_MODE_CMDID(id,op,buf,len) global() argument
3712 WMITLV_TABLE_WMI_BPF_SET_VDEV_ENABLE_CMDID(id,op,buf,len) global() argument
3716 WMITLV_TABLE_WMI_BPF_SET_VDEV_WORK_MEMORY_CMDID(id,op,buf,len) global() argument
3721 WMITLV_TABLE_WMI_BPF_GET_VDEV_WORK_MEMORY_CMDID(id,op,buf,len) global() argument
3726 WMITLV_TABLE_WMI_PDEV_SMART_ANT_ENABLE_CMDID(id,op,buf,len) global() argument
3732 WMITLV_TABLE_WMI_PDEV_SMART_ANT_SET_RX_ANTENNA_CMDID(id,op,buf,len) global() argument
3737 WMITLV_TABLE_WMI_PDEV_SET_ANTENNA_SWITCH_TABLE_CMDID(id,op,buf,len) global() argument
3743 WMITLV_TABLE_WMI_PDEV_SET_CTL_TABLE_CMDID(id,op,buf,len) global() argument
3749 WMITLV_TABLE_WMI_PDEV_SET_MIMOGAIN_TABLE_CMDID(id,op,buf,len) global() argument
3755 WMITLV_TABLE_WMI_PDEV_FIPS_CMDID(id,op,buf,len) global() argument
3761 WMITLV_TABLE_WMI_PDEV_GET_ANI_CCK_CONFIG_CMDID(id,op,buf,len) global() argument
3766 WMITLV_TABLE_WMI_PDEV_GET_ANI_OFDM_CONFIG_CMDID(id,op,buf,len) global() argument
3771 WMITLV_TABLE_WMI_PDEV_GET_TPC_CMDID(id,op,buf,len) global() argument
3775 WMITLV_TABLE_WMI_VDEV_RATEMASK_CMDID(id,op,buf,len) global() argument
3780 WMITLV_TABLE_WMI_VDEV_ATF_REQUEST_CMDID(id,op,buf,len) global() argument
3785 WMITLV_TABLE_WMI_VDEV_SET_DSCP_TID_MAP_CMDID(id,op,buf,len) global() argument
3790 WMITLV_TABLE_WMI_VDEV_FILTER_NEIGHBOR_RX_PACKETS_CMDID(id,op,buf,len) global() argument
3795 WMITLV_TABLE_WMI_PEER_UPDATE_WDS_ENTRY_CMDID(id,op,buf,len) global() argument
3800 WMITLV_TABLE_WMI_PEER_ADD_PROXY_STA_ENTRY_CMDID(id,op,buf,len) global() argument
3805 WMITLV_TABLE_WMI_PEER_SMART_ANT_SET_TX_ANTENNA_CMDID(id,op,buf,len) global() argument
3811 WMITLV_TABLE_WMI_PEER_SMART_ANT_SET_TRAIN_INFO_CMDID(id,op,buf,len) global() argument
3817 WMITLV_TABLE_WMI_PEER_SMART_ANT_SET_NODE_CONFIG_OPS_CMDID(id,op,buf,len) global() argument
3823 WMITLV_TABLE_WMI_QBOOST_CFG_CMDID(id,op,buf,len) global() argument
3828 WMITLV_TABLE_WMI_FWTEST_CMDID(id,op,buf,len) global() argument
3833 WMITLV_TABLE_WMI_PEER_ATF_REQUEST_CMDID(id,op,buf,len) global() argument
3839 WMITLV_TABLE_WMI_ATF_SSID_GROUPING_REQUEST_CMDID(id,op,buf,len) global() argument
3845 WMITLV_TABLE_WMI_ATF_GROUP_WMM_AC_CONFIG_REQUEST_CMDID(id,op,buf,len) global() argument
3851 WMITLV_TABLE_WMI_PEER_ATF_EXT_REQUEST_CMDID(id,op,buf,len) global() argument
3857 WMITLV_TABLE_WMI_SET_PERIODIC_CHANNEL_STATS_CONFIG_CMDID(id,op,buf,len) global() argument
3862 WMITLV_TABLE_WMI_PDEV_WAL_POWER_DEBUG_CMDID(id,op,buf,len) global() argument
3868 WMITLV_TABLE_WMI_PDEV_SET_REORDER_TIMEOUT_VAL_CMDID(id,op,buf,len) global() argument
3873 WMITLV_TABLE_WMI_PEER_SET_RX_BLOCKSIZE_CMDID(id,op,buf,len) global() argument
3878 WMITLV_TABLE_WMI_PEER_BWF_REQUEST_CMDID(id,op,buf,len) global() argument
3883 WMITLV_TABLE_WMI_RMC_SET_MANUAL_LEADER_CMDID(id,op,buf,len) global() argument
3888 WMITLV_TABLE_WMI_PEER_REORDER_QUEUE_SETUP_CMDID(id,op,buf,len) global() argument
3893 WMITLV_TABLE_WMI_PEER_REORDER_QUEUE_REMOVE_CMDID(id,op,buf,len) global() argument
3898 WMITLV_TABLE_WMI_MNT_FILTER_CMDID(id,op,buf,len) global() argument
3903 WMITLV_TABLE_WMI_PDEV_GET_CHIP_POWER_STATS_CMDID(id,op,buf,len) global() argument
3908 WMITLV_TABLE_WMI_VDEV_GET_MWS_COEX_INFO_CMDID(id,op,buf,len) global() argument
3913 WMITLV_TABLE_WMI_VDEV_GET_BCN_RECEPTION_STATS_CMDID(id,op,buf,len) global() argument
3918 WMITLV_TABLE_WMI_PDEV_SET_STATS_THRESHOLD_CMDID(id,op,buf,len) global() argument
3927 WMITLV_TABLE_WMI_REQUEST_WLAN_STATS_CMDID(id,op,buf,len) global() argument
3932 WMITLV_TABLE_WMI_REQUEST_PEER_STATS_INFO_CMDID(id,op,buf,len) global() argument
3937 WMITLV_TABLE_WMI_SET_CURRENT_COUNTRY_CMDID(id,op,buf,len) global() argument
3942 WMITLV_TABLE_WMI_SET_INIT_COUNTRY_CMDID(id,op,buf,len) global() argument
3947 WMITLV_TABLE_WMI_11D_SCAN_START_CMDID(id,op,buf,len) global() argument
3952 WMITLV_TABLE_WMI_11D_SCAN_STOP_CMDID(id,op,buf,len) global() argument
3957 WMITLV_TABLE_WMI_REQUEST_RADIO_CHAN_STATS_CMDID(id,op,buf,len) global() argument
3962 WMITLV_TABLE_WMI_VDEV_ADD_MAC_ADDR_TO_RX_FILTER_CMDID(id,op,buf,len) global() argument
3966 WMITLV_TABLE_WMI_HW_DATA_FILTER_CMDID(id,op,buf,len) global() argument
3971 WMITLV_TABLE_WMI_PDEV_MULTIPLE_VDEV_RESTART_REQUEST_CMDID(id,op,buf,len) global() argument
3978 WMITLV_TABLE_WMI_PDEV_UPDATE_PKT_ROUTING_CMDID(id,op,buf,len) global() argument
3983 WMITLV_TABLE_WMI_PDEV_CHECK_CAL_VERSION_CMDID(id,op,buf,len) global() argument
3987 WMITLV_TABLE_WMI_PDEV_SET_DIVERSITY_GAIN_CMDID(id,op,buf,len) global() argument
3993 WMITLV_TABLE_WMI_VDEV_SET_ARP_STAT_CMDID(id,op,buf,len) global() argument
3999 WMITLV_TABLE_WMI_VDEV_GET_ARP_STAT_CMDID(id,op,buf,len) global() argument
4004 WMITLV_TABLE_WMI_THERM_THROT_SET_CONF_CMDID(id,op,buf,len) global() argument
4010 WMITLV_TABLE_WMI_HB_OIC_PING_OFFLOAD_PARAM_CMDID(id,op,buf,len) global() argument
4014 WMITLV_TABLE_WMI_HB_OIC_PING_OFFLOAD_SET_ENABLE_CMDID(id,op,buf,len) global() argument
4019 WMITLV_TABLE_WMI_HB_DHCP_LEASE_RENEW_OFFLOAD_CMDID(id,op,buf,len) global() argument
4024 WMITLV_TABLE_WMI_ROAM_BTM_CONFIG_CMDID(id,op,buf,len) global() argument
4029 WMITLV_TABLE_WMI_WLM_CONFIG_CMDID(id,op,buf,len) global() argument
4034 WMITLV_TABLE_WMI_ROAM_STATS_EVENTID(id,op,buf,len) global() argument
4047 WMITLV_TABLE_WMI_MOTION_DET_CONFIG_PARAM_CMDID(id,op,buf,len) global() argument
4051 WMITLV_TABLE_WMI_MOTION_DET_BASE_LINE_CONFIG_PARAM_CMDID(id,op,buf,len) global() argument
4055 WMITLV_TABLE_WMI_MOTION_DET_START_STOP_CMDID(id,op,buf,len) global() argument
4059 WMITLV_TABLE_WMI_MOTION_DET_BASE_LINE_START_STOP_CMDID(id,op,buf,len) global() argument
4064 WMITLV_TABLE_WMI_PDEV_SET_AC_TX_QUEUE_OPTIMIZED_CMDID(id,op,buf,len) global() argument
4069 WMITLV_TABLE_WMI_PEER_TID_MSDUQ_QDEPTH_THRESH_UPDATE_CMDID(id,op,buf,len) global() argument
4075 WMITLV_TABLE_WMI_PDEV_SET_RX_FILTER_PROMISCUOUS_CMDID(id,op,buf,len) global() argument
4080 WMITLV_TABLE_WMI_RUNTIME_DPD_RECAL_CMDID(id,op,buf,len) global() argument
4086 WMITLV_TABLE_WMI_GET_TPC_POWER_CMDID(id,op,buf,len) global() argument
4092 WMITLV_TABLE_WMI_TWT_ENABLE_CMDID(id,op,buf,len) global() argument
4097 WMITLV_TABLE_WMI_TWT_DISABLE_CMDID(id,op,buf,len) global() argument
4102 WMITLV_TABLE_WMI_TWT_ADD_DIALOG_CMDID(id,op,buf,len) global() argument
4107 WMITLV_TABLE_WMI_TWT_DEL_DIALOG_CMDID(id,op,buf,len) global() argument
4112 WMITLV_TABLE_WMI_TWT_PAUSE_DIALOG_CMDID(id,op,buf,len) global() argument
4117 WMITLV_TABLE_WMI_TWT_RESUME_DIALOG_CMDID(id,op,buf,len) global() argument
4122 WMITLV_TABLE_WMI_TWT_BTWT_INVITE_STA_CMDID(id,op,buf,len) global() argument
4127 WMITLV_TABLE_WMI_TWT_BTWT_REMOVE_STA_CMDID(id,op,buf,len) global() argument
4132 WMITLV_TABLE_WMI_PEER_TID_CONFIGURATIONS_CMDID(id,op,buf,len) global() argument
4137 WMITLV_TABLE_WMI_PDEV_OBSS_PD_SPATIAL_REUSE_CMDID(id,op,buf,len) global() argument
4142 WMITLV_TABLE_WMI_PEER_CFR_CAPTURE_CMDID(id,op,buf,len) global() argument
4163 WMITLV_TABLE_WMI_PEER_CHAN_WIDTH_SWITCH_CMDID(id,op,buf,len) global() argument
4169 WMITLV_TABLE_WMI_PDEV_OBSS_PD_SPATIAL_REUSE_SET_DEF_OBSS_THRESH_CMDID(id,op,buf,len) global() argument
4174 WMITLV_TABLE_WMI_PDEV_HE_TB_ACTION_FRM_CMDID(id,op,buf,len) global() argument
4181 WMITLV_TABLE_WMI_HPCS_PULSE_START_CMDID(id,op,buf,len) global() argument
4186 WMITLV_TABLE_WMI_PDEV_PKTLOG_FILTER_CMDID(id,op,buf,len) global() argument
4193 WMITLV_TABLE_WMI_PDEV_SET_RAP_CONFIG_CMDID(id,op,buf,len) global() argument
4199 WMITLV_TABLE_WMI_OEM_DATA_CMDID(id,op,buf,len) global() argument
4205 WMITLV_TABLE_WMI_SET_OCL_CMDID(id,op,buf,len) global() argument
4210 WMITLV_TABLE_WMI_SET_ELNA_BYPASS_CMDID(id,op,buf,len) global() argument
4215 WMITLV_TABLE_WMI_GET_ELNA_BYPASS_CMDID(id,op,buf,len) global() argument
4220 WMITLV_TABLE_WMI_GET_CHANNEL_ANI_CMDID(id,op,buf,len) global() argument
4226 WMITLV_TABLE_WMI_AUDIO_AGGR_ENABLE_CMDID(id,op,buf,len) global() argument
4230 WMITLV_TABLE_WMI_AUDIO_AGGR_ADD_GROUP_CMDID(id,op,buf,len) global() argument
4235 WMITLV_TABLE_WMI_AUDIO_AGGR_DEL_GROUP_CMDID(id,op,buf,len) global() argument
4239 WMITLV_TABLE_WMI_AUDIO_AGGR_SET_GROUP_RATE_CMDID(id,op,buf,len) global() argument
4244 WMITLV_TABLE_WMI_AUDIO_AGGR_SET_GROUP_RETRY_CMDID(id,op,buf,len) global() argument
4248 WMITLV_TABLE_WMI_AUDIO_AGGR_SET_GROUP_AUTO_RATE_CMDID(id,op,buf,len) global() argument
4252 WMITLV_TABLE_WMI_AUDIO_AGGR_SET_GROUP_PROBE_CMDID(id,op,buf,len) global() argument
4256 WMITLV_TABLE_WMI_AUDIO_AGGR_UPDATE_STA_GROUP_INFO_CMDID(id,op,buf,len) global() argument
4262 WMITLV_TABLE_WMI_CFR_CAPTURE_FILTER_CMDID(id,op,buf,len) global() argument
4268 WMITLV_TABLE_WMI_PEER_CONFIG_VLAN_CMDID(id,op,buf,len) global() argument
4272 WMITLV_TABLE_WMI_VDEV_AUDIO_SYNC_TRIGGER_CMDID(id,op,buf,len) global() argument
4276 WMITLV_TABLE_WMI_VDEV_AUDIO_SYNC_QTIMER_CMDID(id,op,buf,len) global() argument
4281 WMITLV_TABLE_WMI_VDEV_SET_PCL_CMDID(id,op,buf,len) global() argument
4287 WMITLV_TABLE_WMI_ROAM_GET_SCAN_CHANNEL_LIST_CMDID(id,op,buf,len) global() argument
4292 WMITLV_TABLE_WMI_VDEV_GET_BIG_DATA_CMDID(id,op,buf,len) global() argument
4300 WMITLV_TABLE_WMI_SERVICE_READY_EVENTID(id,op,buf,len) global() argument
4309 WMITLV_TABLE_WMI_SERVICE_AVAILABLE_EVENTID(id,op,buf,len) global() argument
4314 WMITLV_TABLE_WMI_SERVICE_READY_EXT_EVENTID(id,op,buf,len) global() argument
4331 WMITLV_TABLE_WMI_SERVICE_READY_EXT2_EVENTID(id,op,buf,len) global() argument
4337 WMITLV_TABLE_WMI_CHAN_RF_CHARACTERIZATION_INFO_EVENTID(id,op,buf,len) global() argument
4343 WMITLV_TABLE_WMI_IFACE_COMBINATION_IND_EVENTID(id,op,buf,len) global() argument
4350 WMITLV_TABLE_WMI_READY_EVENTID(id,op,buf,len) global() argument
4356 WMITLV_TABLE_WMI_SCAN_EVENTID(id,op,buf,len) global() argument
4361 WMITLV_TABLE_WMI_EXTSCAN_START_STOP_EVENTID(id,op,buf,len) global() argument
4367 WMITLV_TABLE_WMI_EXTSCAN_OPERATION_EVENTID(id,op,buf,len) global() argument
4374 WMITLV_TABLE_WMI_EXTSCAN_TABLE_USAGE_EVENTID(id,op,buf,len) global() argument
4380 WMITLV_TABLE_WMI_EXTSCAN_CACHED_RESULTS_EVENTID(id,op,buf,len) global() argument
4389 WMITLV_TABLE_WMI_EXTSCAN_WLAN_CHANGE_RESULTS_EVENTID(id,op,buf,len) global() argument
4397 WMITLV_TABLE_WMI_EXTSCAN_HOTLIST_MATCH_EVENTID(id,op,buf,len) global() argument
4404 WMITLV_TABLE_WMI_EXTSCAN_CAPABILITIES_EVENTID(id,op,buf,len) global() argument
4413 WMITLV_TABLE_WMI_EXTSCAN_HOTLIST_SSID_MATCH_EVENTID(id,op,buf,len) global() argument
4420 WMITLV_TABLE_WMI_UPDATE_WHAL_MIB_STATS_EVENTID(id,op,buf,len) global() argument
4425 WMITLV_TABLE_WMI_PDEV_TPC_CONFIG_EVENTID(id,op,buf,len) global() argument
4433 WMITLV_TABLE_WMI_PDEV_DIV_RSSI_ANTID_EVENTID(id,op,buf,len) global() argument
4438 WMITLV_TABLE_WMI_PDEV_BSS_CHAN_INFO_EVENTID(id,op,buf,len) global() argument
4443 WMITLV_TABLE_WMI_PDEV_UPDATE_CTLTABLE_EVENTID(id,op,buf,len) global() argument
4448 WMITLV_TABLE_WMI_VDEV_GET_TX_POWER_EVENTID(id,op,buf,len) global() argument
4453 WMITLV_TABLE_WMI_CHAN_INFO_EVENTID(id,op,buf,len) global() argument
4458 WMITLV_TABLE_WMI_PHYERR_EVENTID(id,op,buf,len) global() argument
4465 WMITLV_TABLE_WMI_TX_PAUSE_EVENTID(id,op,buf,len) global() argument
4470 WMITLV_TABLE_WMI_MGMT_TX_COMPLETION_EVENTID(id,op,buf,len) global() argument
4476 WMITLV_TABLE_WMI_OFFCHAN_DATA_TX_COMPLETION_EVENTID(id,op,buf,len) global() argument
4481 WMITLV_TABLE_WMI_MGMT_TX_BUNDLE_COMPLETION_EVENTID(id,op,buf,len) global() argument
4491 WMITLV_TABLE_WMI_VDEV_START_RESP_EVENTID(id,op,buf,len) global() argument
4496 WMITLV_TABLE_WMI_VDEV_STOPPED_EVENTID(id,op,buf,len) global() argument
4501 WMITLV_TABLE_WMI_VDEV_DELETE_RESP_EVENTID(id,op,buf,len) global() argument
4506 WMITLV_TABLE_WMI_VDEV_INSTALL_KEY_COMPLETE_EVENTID(id,op,buf,len) global() argument
4511 WMITLV_TABLE_WMI_PEER_STA_KICKOUT_EVENTID(id,op,buf,len) global() argument
4516 WMITLV_TABLE_WMI_MGMT_RX_EVENTID(id,op,buf,len) global() argument
4523 WMITLV_TABLE_WMI_TBTTOFFSET_UPDATE_EVENTID(id,op,buf,len) global() argument
4531 WMITLV_TABLE_WMI_TBTTOFFSET_EXT_UPDATE_EVENTID(id,op,buf,len) global() argument
4537 WMITLV_TABLE_WMI_TX_DELBA_COMPLETE_EVENTID(id,op,buf,len) global() argument
4542 WMITLV_TABLE_WMI_TX_ADDBA_COMPLETE_EVENTID(id,op,buf,len) global() argument
4547 WMITLV_TABLE_WMI_BA_RSP_SSN_EVENTID(id,op,buf,len) global() argument
4554 WMITLV_TABLE_WMI_AGGR_STATE_TRIG_EVENTID(id,op,buf,len) global() argument
4559 WMITLV_TABLE_WMI_ROAM_EVENTID(id,op,buf,len) global() argument
4567 WMITLV_TABLE_WMI_ROAM_SYNCH_EVENTID(id,op,buf,len) global() argument
4582 WMITLV_TABLE_WMI_ROAM_SYNCH_FRAME_EVENTID(id,op,buf,len) global() argument
4591 WMITLV_TABLE_WMI_WOW_WAKEUP_HOST_EVENTID(id,op,buf,len) global() argument
4603 WMITLV_TABLE_WMI_WOW_INITIAL_WAKEUP_EVENTID(id,op,buf,len) global() argument
4608 WMITLV_TABLE_WMI_RTT_ERROR_REPORT_EVENTID(id,op,buf,len) global() argument
4613 WMITLV_TABLE_WMI_ECHO_EVENTID(id,op,buf,len) global() argument
4618 WMITLV_TABLE_WMI_PDEV_FTM_INTG_EVENTID(id,op,buf,len) global() argument
4624 WMITLV_TABLE_WMI_VDEV_GET_KEEPALIVE_EVENTID(id,op,buf,len) global() argument
4629 WMITLV_TABLE_WMI_GET_TPC_POWER_EVENTID(id,op,buf,len) global() argument
4634 WMITLV_TABLE_WMI_MUEDCA_PARAMS_CONFIG_EVENTID(id,op,buf,len) global() argument
4639 WMITLV_TABLE_WMI_GPIO_INPUT_EVENTID(id,op,buf,len) global() argument
4644 WMITLV_TABLE_WMI_CSA_HANDLING_EVENTID(id,op,buf,len) global() argument
4649 WMITLV_TABLE_WMI_RFKILL_STATE_CHANGE_EVENTID(id,op,buf,len) global() argument
4655 WMITLV_TABLE_WMI_DEBUG_MESG_EVENTID(id,op,buf,len) global() argument
4659 WMITLV_TABLE_WMI_DEBUG_MESG_FLUSH_COMPLETE_EVENTID(id,op,buf,len) global() argument
4664 WMITLV_TABLE_WMI_RSSI_BREACH_EVENTID(id,op,buf,len) global() argument
4668 WMITLV_TABLE_WMI_TRANSFER_DATA_TO_FLASH_COMPLETE_EVENTID(id,op,buf,len) global() argument
4672 WMITLV_TABLE_WMI_READ_DATA_FROM_FLASH_EVENTID(id,op,buf,len) global() argument
4678 WMITLV_TABLE_WMI_DIAG_EVENTID(id,op,buf,len) global() argument
4683 WMITLV_TABLE_WMI_GTK_OFFLOAD_STATUS_EVENTID(id,op,buf,len) global() argument
4688 WMITLV_TABLE_WMI_DCS_INTERFERENCE_EVENTID(id,op,buf,len) global() argument
4695 WMITLV_TABLE_WMI_WLAN_PROFILE_DATA_EVENTID(id,op,buf,len) global() argument
4701 WMITLV_TABLE_WMI_PDEV_UTF_EVENTID(id,op,buf,len) global() argument
4706 WMITLV_TABLE_WMI_PDEV_UTF_SCPC_EVENTID(id,op,buf,len) global() argument
4712 WMITLV_TABLE_WMI_DEBUG_PRINT_EVENTID(id,op,buf,len) global() argument
4717 WMITLV_TABLE_WMI_RTT_MEASUREMENT_REPORT_EVENTID(id,op,buf,len) global() argument
4722 WMITLV_TABLE_WMI_OEM_MEASUREMENT_REPORT_EVENTID(id,op,buf,len) global() argument
4727 WMITLV_TABLE_WMI_OEM_ERROR_REPORT_EVENTID(id,op,buf,len) global() argument
4732 WMITLV_TABLE_WMI_OEM_CAPABILITY_EVENTID(id,op,buf,len) global() argument
4737 WMITLV_TABLE_WMI_OEM_RESPONSE_EVENTID(id,op,buf,len) global() argument
4744 WMITLV_TABLE_WMI_OEM_DMA_BUF_RELEASE_EVENTID(id,op,buf,len) global() argument
4750 WMITLV_TABLE_WMI_OEM_DATA_EVENTID(id,op,buf,len) global() argument
4756 WMITLV_TABLE_WMI_HOST_SWBA_EVENTID(id,op,buf,len) global() argument
4765 WMITLV_TABLE_WMI_HOST_SWBA_V2_EVENTID(id,op,buf,len) global() argument
4775 WMITLV_TABLE_WMI_HOST_SWFDA_EVENTID(id,op,buf,len) global() argument
4781 WMITLV_TABLE_WMI_UPDATE_STATS_EVENTID(id,op,buf,len) global() argument
4791 WMITLV_TABLE_WMI_PEER_TX_PN_RESPONSE_EVENTID(id,op,buf,len) global() argument
4796 WMITLV_TABLE_WMI_UPDATE_VDEV_RATE_STATS_EVENTID(id,op,buf,len) global() argument
4802 WMITLV_TABLE_WMI_REPORT_RX_AGGR_FAILURE_EVENTID(id,op,buf,len) global() argument
4808 WMITLV_TABLE_WMI_UPDATE_FW_MEM_DUMP_EVENTID(id,op,buf,len) global() argument
4814 WMITLV_TABLE_WMI_DIAG_EVENT_LOG_SUPPORTED_EVENTID(id,op,buf,len) global() argument
4821 WMITLV_TABLE_WMI_IFACE_LINK_STATS_EVENTID(id,op,buf,len) global() argument
4830 WMITLV_TABLE_WMI_PEER_LINK_STATS_EVENTID(id,op,buf,len) global() argument
4838 WMITLV_TABLE_WMI_RADIO_LINK_STATS_EVENTID(id,op,buf,len) global() argument
4846 WMITLV_TABLE_WMI_WLM_STATS_EVENTID(id,op,buf,len) global() argument
4852 WMITLV_TABLE_WMI_PDEV_QVIT_EVENTID(id,op,buf,len) global() argument
4857 WMITLV_TABLE_WMI_WLAN_FREQ_AVOID_EVENTID(id,op,buf,len) global() argument
4863 WMITLV_TABLE_WMI_SAR_GET_LIMITS_EVENTID(id,op,buf,len) global() argument
4869 WMITLV_TABLE_WMI_GTK_REKEY_FAIL_EVENTID(id,op,buf,len) global() argument
4874 WMITLV_TABLE_WMI_NLO_MATCH_EVENTID(id,op,buf,len) global() argument
4879 WMITLV_TABLE_WMI_NLO_SCAN_COMPLETE_EVENTID(id,op,buf,len) global() argument
4884 WMITLV_TABLE_WMI_APFIND_EVENTID(id,op,buf,len) global() argument
4890 WMITLV_TABLE_WMI_PASSPOINT_MATCH_EVENTID(id,op,buf,len) global() argument
4896 WMITLV_TABLE_WMI_CHATTER_PC_QUERY_EVENTID(id,op,buf,len) global() argument
4901 WMITLV_TABLE_WMI_UPLOADH_EVENTID(id,op,buf,len) global() argument
4907 WMITLV_TABLE_WMI_CAPTUREH_EVENTID(id,op,buf,len) global() argument
4912 WMITLV_TABLE_WMI_TDLS_PEER_EVENTID(id,op,buf,len) global() argument
4917 WMITLV_TABLE_WMI_VDEV_MCC_BCN_INTERVAL_CHANGE_REQ_EVENTID(id,op,buf,len) global() argument
4921 WMITLV_TABLE_WMI_BATCH_SCAN_ENABLED_EVENTID(id,op,buf,len) global() argument
4925 WMITLV_TABLE_WMI_BATCH_SCAN_RESULT_EVENTID(id,op,buf,len) global() argument
4931 WMITLV_TABLE_WMI_OFFLOAD_BCN_TX_STATUS_EVENTID(id,op,buf,len) global() argument
4936 WMITLV_TABLE_WMI_P2P_NOA_EVENTID(id,op,buf,len) global() argument
4942 WMITLV_TABLE_WMI_AP_PS_EGAP_INFO_EVENTID(id,op,buf,len) global() argument
4947 WMITLV_TABLE_WMI_PEER_INFO_EVENTID(id,op,buf,len) global() argument
4952 WMITLV_TABLE_WMI_PEER_ANTDIV_INFO_EVENTID(id,op,buf,len) global() argument
4957 WMITLV_TABLE_WMI_PEER_TX_FAIL_CNT_THR_EVENTID(id,op,buf,len) global() argument
4961 WMITLV_TABLE_WMI_PEER_OPER_MODE_CHANGE_EVENTID(id,op,buf,len) global() argument
4966 WMITLV_TABLE_WMI_DFS_RADAR_EVENTID(id,op,buf,len) global() argument
4970 WMITLV_TABLE_WMI_PDEV_DFS_RADAR_DETECTION_EVENTID(id,op,buf,len) global() argument
4974 WMITLV_TABLE_WMI_VDEV_ADFS_OCAC_COMPLETE_EVENTID(id,op,buf,len) global() argument
4978 WMITLV_TABLE_WMI_VDEV_DFS_CAC_COMPLETE_EVENTID(id,op,buf,len) global() argument
4983 WMITLV_TABLE_WMI_THERMAL_MGMT_EVENTID(id,op,buf,len) global() argument
4987 WMITLV_TABLE_WMI_OEM_DMA_RING_CFG_RSP_EVENTID(id,op,buf,len) global() argument
4992 WMITLV_TABLE_WMI_NAN_EVENTID(id,op,buf,len) global() argument
4999 WMITLV_TABLE_WMI_NAN_DISC_IFACE_CREATED_EVENTID(id,op,buf,len) global() argument
5004 WMITLV_TABLE_WMI_NAN_DISC_IFACE_DELETED_EVENTID(id,op,buf,len) global() argument
5009 WMITLV_TABLE_WMI_NAN_STARTED_CLUSTER_EVENTID(id,op,buf,len) global() argument
5014 WMITLV_TABLE_WMI_NAN_JOINED_CLUSTER_EVENTID(id,op,buf,len) global() argument
5019 WMITLV_TABLE_WMI_COEX_REPORT_ANTENNA_ISOLATION_EVENTID(id,op,buf,len) global() argument
5024 WMITLV_TABLE_WMI_NDI_CAP_RSP_EVENTID(id,op,buf,len) global() argument
5029 WMITLV_TABLE_WMI_NDP_INITIATOR_RSP_EVENTID(id,op,buf,len) global() argument
5034 WMITLV_TABLE_WMI_NDP_RESPONDER_RSP_EVENTID(id,op,buf,len) global() argument
5045 WMITLV_TABLE_WMI_NDP_END_RSP_EVENTID(id,op,buf,len) global() argument
5059 WMITLV_TABLE_WMI_NDP_INDICATION_EVENTID(id,op,buf,len) global() argument
5075 WMITLV_TABLE_WMI_NDP_CONFIRM_EVENTID(id,op,buf,len) global() argument
5091 WMITLV_TABLE_WMI_NDP_END_INDICATION_EVENTID(id,op,buf,len) global() argument
5101 WMITLV_TABLE_WMI_NDL_SCHEDULE_UPDATE_EVENTID(id,op,buf,len) global() argument
5110 WMITLV_TABLE_WMI_NDP_EVENTID(id,op,buf,len) global() argument
5115 WMITLV_TABLE_WMI_UPDATE_RCPI_EVENTID(id,op,buf,len) global() argument
5120 WMITLV_TABLE_WMI_PDEV_L1SS_TRACK_EVENTID(id,op,buf,len) global() argument
5124 WMITLV_TABLE_WMI_DIAG_DATA_CONTAINER_EVENTID(id,op,buf,len) global() argument
5130 WMITLV_TABLE_WMI_PEER_ESTIMATED_LINKSPEED_EVENTID(id,op,buf,len) global() argument
5135 WMITLV_TABLE_WMI_STATS_EXT_EVENTID(id,op,buf,len) global() argument
5140 WMITLV_TABLE_WMI_OFFLOAD_PROB_RESP_TX_STATUS_EVENTID(id,op,buf,len) global() argument
5145 WMITLV_TABLE_WMI_HOST_AUTO_SHUTDOWN_EVENTID(id,op,buf,len) global() argument
5150 WMITLV_TABLE_WMI_PEER_STATE_EVENTID(id,op,buf,len) global() argument
5155 WMITLV_TABLE_WMI_PEER_DELETE_RESP_EVENTID(id,op,buf,len) global() argument
5160 WMITLV_TABLE_WMI_VDEV_DELETE_ALL_PEER_RESP_EVENTID(id,op,buf,len) global() argument
5165 WMITLV_TABLE_WMI_PEER_ASSOC_CONF_EVENTID(id,op,buf,len) global() argument
5170 WMITLV_TABLE_WMI_PEER_CREATE_CONF_EVENTID(id,op,buf,len) global() argument
5175 WMITLV_TABLE_WMI_D0_WOW_DISABLE_ACK_EVENTID(id,op,buf,len) global() argument
5180 WMITLV_TABLE_WMI_PDEV_TEMPERATURE_EVENTID(id,op,buf,len) global() argument
5185 WMITLV_TABLE_WMI_PDEV_ANTDIV_STATUS_EVENTID(id,op,buf,len) global() argument
5190 WMITLV_TABLE_WMI_MDNS_STATS_EVENTID(id,op,buf,len) global() argument
5195 WMITLV_TABLE_WMI_PDEV_RESUME_EVENTID(id,op,buf,len) global() argument
5200 WMITLV_TABLE_WMI_SAP_OFL_ADD_STA_EVENTID(id,op,buf,len) global() argument
5205 WMITLV_TABLE_WMI_SAP_OFL_DEL_STA_EVENTID(id,op,buf,len) global() argument
5210 WMITLV_TABLE_WMI_SAP_OBSS_DETECTION_REPORT_EVENTID(id,op,buf,len) global() argument
5215 WMITLV_TABLE_WMI_OBSS_COLOR_COLLISION_DETECTION_EVENTID(id,op,buf,len) global() argument
5220 WMITLV_TABLE_WMI_OCB_SET_SCHED_EVENTID(id,op,buf,len) global() argument
5225 WMITLV_TABLE_WMI_OCB_SET_CONFIG_RESP_EVENTID(id,op,buf,len) global() argument
5230 WMITLV_TABLE_WMI_OCB_GET_TSF_TIMER_RESP_EVENTID(id,op,buf,len) global() argument
5235 WMITLV_TABLE_WMI_DCC_GET_STATS_RESP_EVENTID(id,op,buf,len) global() argument
5241 WMITLV_TABLE_WMI_DCC_UPDATE_NDL_RESP_EVENTID(id,op,buf,len) global() argument
5246 WMITLV_TABLE_WMI_DCC_STATS_EVENTID(id,op,buf,len) global() argument
5252 WMITLV_TABLE_WMI_VDEV_TSF_REPORT_EVENTID(id,op,buf,len) global() argument
5257 WMITLV_TABLE_WMI_VDEV_SET_IE_CMDID(id,op,buf,len) global() argument
5263 WMITLV_TABLE_WMI_SOC_SET_HW_MODE_RESP_EVENTID(id,op,buf,len) global() argument
5269 WMITLV_TABLE_WMI_PDEV_SET_HW_MODE_RESP_EVENTID(id,op,buf,len) global() argument
5275 WMITLV_TABLE_WMI_SOC_HW_MODE_TRANSITION_EVENTID(id,op,buf,len) global() argument
5281 WMITLV_TABLE_WMI_PDEV_HW_MODE_TRANSITION_EVENTID(id,op,buf,len) global() argument
5287 WMITLV_TABLE_WMI_SOC_SET_DUAL_MAC_CONFIG_RESP_EVENTID(id,op,buf,len) global() argument
5292 WMITLV_TABLE_WMI_PDEV_SET_MAC_CONFIG_RESP_EVENTID(id,op,buf,len) global() argument
5297 WMITLV_TABLE_WMI_PACKET_FILTER_CONFIG_CMDID(id,op,buf,len) global() argument
5302 WMITLV_TABLE_WMI_PACKET_FILTER_ENABLE_CMDID(id,op,buf,len) global() argument
5307 WMITLV_TABLE_WMI_MAWC_ENABLE_SENSOR_EVENTID(id,op,buf,len) global() argument
5312 WMITLV_TABLE_WMI_STA_SMPS_FORCE_MODE_COMPLETE_EVENTID(id,op,buf,len) global() argument
5317 WMITLV_TABLE_WMI_BPF_CAPABILIY_INFO_EVENTID(id,op,buf,len) global() argument
5322 WMITLV_TABLE_WMI_BPF_VDEV_STATS_INFO_EVENTID(id,op,buf,len) global() argument
5327 WMITLV_TABLE_WMI_BPF_GET_VDEV_WORK_MEMORY_RESP_EVENTID(id,op,buf,len) global() argument
5333 WMITLV_TABLE_WMI_11D_NEW_COUNTRY_EVENTID(id,op,buf,len) global() argument
5338 WMITLV_TABLE_WMI_REG_CHAN_LIST_CC_EVENTID(id,op,buf,len) global() argument
5344 WMITLV_TABLE_WMI_PDEV_FIPS_EVENTID(id,op,buf,len) global() argument
5349 WMITLV_TABLE_WMI_PDEV_CHANNEL_HOPPING_EVENTID(id,op,buf,len) global() argument
5353 WMITLV_TABLE_WMI_PDEV_ANI_CCK_LEVEL_EVENTID(id,op,buf,len) global() argument
5357 WMITLV_TABLE_WMI_PDEV_CHIP_POWER_SAVE_FAILURE_DETECTED_EVENTID(id,op,buf,len) global() argument
5361 WMITLV_TABLE_WMI_PDEV_CHIP_POWER_STATS_EVENTID(id,op,buf,len) global() argument
5366 WMITLV_TABLE_WMI_VDEV_BCN_RECEPTION_STATS_EVENTID(id,op,buf,len) global() argument
5371 WMITLV_TABLE_WMI_VDEV_GET_MWS_COEX_STATE_EVENTID(id,op,buf,len) global() argument
5376 WMITLV_TABLE_WMI_VDEV_GET_MWS_COEX_DPWB_STATE_EVENTID(id,op,buf,len) global() argument
5381 WMITLV_TABLE_WMI_VDEV_GET_MWS_COEX_TDM_STATE_EVENTID(id,op,buf,len) global() argument
5386 WMITLV_TABLE_WMI_VDEV_GET_MWS_COEX_IDRX_STATE_EVENTID(id,op,buf,len) global() argument
5391 WMITLV_TABLE_WMI_VDEV_GET_MWS_COEX_ANTENNA_SHARING_STATE_EVENTID(id,op,buf,len) global() argument
5395 WMITLV_TABLE_WMI_PDEV_ANI_OFDM_LEVEL_EVENTID(id,op,buf,len) global() argument
5399 WMITLV_TABLE_WMI_PDEV_TPC_EVENTID(id,op,buf,len) global() argument
5404 WMITLV_TABLE_WMI_PDEV_NFCAL_POWER_ALL_CHANNELS_EVENTID(id,op,buf,len) global() argument
5411 WMITLV_TABLE_WMI_PEER_RATECODE_LIST_EVENTID(id,op,buf,len) global() argument
5417 WMITLV_TABLE_WMI_WDS_PEER_EVENTID(id,op,buf,len) global() argument
5421 WMITLV_TABLE_WMI_PEER_STA_PS_STATECHG_EVENTID(id,op,buf,len) global() argument
5425 WMITLV_TABLE_WMI_INST_RSSI_STATS_EVENTID(id,op,buf,len) global() argument
5429 WMITLV_TABLE_WMI_RADIO_TX_POWER_LEVEL_STATS_EVENTID(id,op,buf,len) global() argument
5434 WMITLV_TABLE_WMI_RMC_NEW_LEADER_EVENTID(id,op,buf,len) global() argument
5438 WMITLV_TABLE_WMI_VDEV_AUDIO_SYNC_START_STOP_EVENTID(id,op,buf,len) global() argument
5442 WMITLV_TABLE_WMI_VDEV_AUDIO_SYNC_Q_MASTER_SLAVE_OFFSET_EVENTID(id,op,buf,len) global() argument
5564 WMITLV_TABLE_WMI_REPORT_STATS_EVENTID(id,op,buf,len) global() argument
5582 WMITLV_TABLE_WMI_VDEV_ENCRYPT_DECRYPT_DATA_RESP_EVENTID(id,op,buf,len) global() argument
5587 WMITLV_TABLE_WMI_PEER_STATS_INFO_EVENTID(id,op,buf,len) global() argument
5592 WMITLV_TABLE_WMI_RADIO_CHAN_STATS_EVENTID(id,op,buf,len) global() argument
5597 WMITLV_TABLE_WMI_PKGID_EVENTID(id,op,buf,len) global() argument
5602 WMITLV_TABLE_WMI_VDEV_ADD_MAC_ADDR_TO_RX_FILTER_STATUS_EVENTID(id,op,buf,len) global() argument
5606 WMITLV_TABLE_WMI_PDEV_CSA_SWITCH_COUNT_STATUS_EVENTID(id,op,buf,len) global() argument
5611 WMITLV_TABLE_WMI_PDEV_CSC_SWITCH_COUNT_STATUS_EVENTID(id,op,buf,len) global() argument
5617 WMITLV_TABLE_WMI_PDEV_CHECK_CAL_VERSION_EVENTID(id,op,buf,len) global() argument
5622 WMITLV_TABLE_WMI_VDEV_GET_ARP_STAT_EVENTID(id,op,buf,len) global() argument
5628 WMITLV_TABLE_WMI_WLAN_COEX_BT_ACTIVITY_EVENTID(id,op,buf,len) global() argument
5633 WMITLV_TABLE_WMI_THERM_THROT_STATS_EVENTID(id,op,buf,len) global() argument
5638 WMITLV_TABLE_WMI_PDEV_DMA_RING_CFG_RSP_EVENTID(id,op,buf,len) global() argument
5643 WMITLV_TABLE_WMI_PDEV_DMA_RING_BUF_RELEASE_EVENTID(id,op,buf,len) global() argument
5650 WMITLV_TABLE_WMI_PDEV_CTL_FAILSAFE_CHECK_EVENTID(id,op,buf,len) global() argument
5655 WMITLV_TABLE_WMI_UNIT_TEST_EVENTID(id,op,buf,len) global() argument
5662 WMITLV_TABLE_WMI_TWT_ENABLE_COMPLETE_EVENTID(id,op,buf,len) global() argument
5667 WMITLV_TABLE_WMI_TWT_DISABLE_COMPLETE_EVENTID(id,op,buf,len) global() argument
5672 WMITLV_TABLE_WMI_TWT_ADD_DIALOG_COMPLETE_EVENTID(id,op,buf,len) global() argument
5677 WMITLV_TABLE_WMI_TWT_DEL_DIALOG_COMPLETE_EVENTID(id,op,buf,len) global() argument
5682 WMITLV_TABLE_WMI_TWT_PAUSE_DIALOG_COMPLETE_EVENTID(id,op,buf,len) global() argument
5687 WMITLV_TABLE_WMI_TWT_RESUME_DIALOG_COMPLETE_EVENTID(id,op,buf,len) global() argument
5692 WMITLV_TABLE_WMI_TWT_BTWT_INVITE_STA_COMPLETE_EVENTID(id,op,buf,len) global() argument
5697 WMITLV_TABLE_WMI_TWT_BTWT_REMOVE_STA_COMPLETE_EVENTID(id,op,buf,len) global() argument
5702 WMITLV_TABLE_WMI_ROAM_SCAN_STATS_EVENTID(id,op,buf,len) global() argument
5720 WMITLV_TABLE_WMI_MOTION_DET_HOST_EVENTID(id,op,buf,len) global() argument
5724 WMITLV_TABLE_WMI_MOTION_DET_BASE_LINE_HOST_EVENTID(id,op,buf,len) global() argument
5728 WMITLV_TABLE_WMI_ESP_ESTIMATE_EVENTID(id,op,buf,len) global() argument
5733 WMITLV_TABLE_WMI_PEER_CFR_CAPTURE_EVENTID(id,op,buf,len) global() argument
5738 WMITLV_TABLE_WMI_PDEV_COLD_BOOT_CAL_DATA_EVENTID(id,op,buf,len) global() argument
5744 WMITLV_TABLE_WMI_PDEV_RAP_INFO_EVENTID(id,op,buf,len) global() argument
5749 WMITLV_TABLE_WMI_VDEV_MGMT_OFFLOAD_EVENTID(id,op,buf,len) global() argument
5755 WMITLV_TABLE_WMI_GET_ELNA_BYPASS_EVENTID(id,op,buf,len) global() argument
5760 WMITLV_TABLE_WMI_GET_CHANNEL_ANI_EVENTID(id,op,buf,len) global() argument
5766 WMITLV_TABLE_WMI_PDEV_MULTIPLE_VDEV_RESTART_RESP_EVENTID(id,op,buf,len) global() argument
5772 WMITLV_TABLE_WMI_ROAM_SCAN_CHANNEL_LIST_EVENTID(id,op,buf,len) global() argument
5778 WMITLV_TABLE_WMI_VDEV_SEND_BIG_DATA_EVENTID(id,op,buf,len) global() argument
5782 WMITLV_TABLE_WMI_NAN_DMESG_EVENTID(id,op,buf,len) global() argument
[all...]
/wlan-dirver/qca-wifi-host-cmn/umac/cmn_services/serialization/src/
H A Dwlan_serialization_utf.c47 data->id = cmd_id; in wlan_ser_utf_data_alloc()
372 uint8_t id; in wlan_ser_utf_run() local
380 for (id = 0; id < max_cmds; id++) { in wlan_ser_utf_run()
381 if (!wlan_ser_utf_data_alloc(&data, vdev, id)) in wlan_ser_utf_run()
385 ret = wlan_ser_utf_add_scan_cmd(vdev, id, data, in wlan_ser_utf_run()
388 ret = wlan_ser_utf_add_nonscan_cmd(vdev, id, in wlan_ser_utf_run()
394 for (id = 0; id < max_cmd in wlan_ser_utf_run()
411 uint8_t id; wlan_ser_utf_init_iter_op() local
431 uint8_t id; wlan_ser_utf_deinit_iter_op() local
467 uint8_t id; wlan_ser_utf_main() local
[all...]
/wlan-dirver/qca-wifi-host-cmn/cfg/inc/
H A Dcfg_ucfg_api.h219 * cfg_get() - lookup the configured value for @id from @psoc
221 * @id: The id of the configured value to lookup
229 #define cfg_get(psoc, id) __cfg_get(psoc, __##id) argument
235 #define cfg_id(id) #id argument
239 #define cfg_mtype(id) do_call(__cfg_mtype, id) argument
243 #define cfg_type(id) do_cal argument
247 cfg_name(id) global() argument
251 cfg_min(id) global() argument
255 cfg_max(id) global() argument
259 cfg_fallback(id) global() argument
263 cfg_description(id) global() argument
267 cfg_default(id) global() argument
269 __cfg_str(id...) global() argument
270 cfg_str(id) global() argument
286 __cfg_in_range(id,value,mtype) global() argument
290 __cfg_in_range_type(id,value,mtype) global() argument
293 cfg_in_range(id,value) global() argument
296 __cfg_value_or_default(id,value,def) global() argument
299 cfg_value_or_default(id,value) global() argument
304 cfg_clamp(id,value) global() argument
[all...]
/wlan-dirver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/inc/
H A Dwlan_objmgr_global_obj.h62 * @id: component id
74 enum wlan_umac_comp_id id,
80 * @id: component id
91 enum wlan_umac_comp_id id,
97 * @id: component id
109 enum wlan_umac_comp_id id,
115 * @id
[all...]
/wlan-dirver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_ext_scan.c212 hdd_err("Target response id did not match. request_id: %d response_id: %d", in wlan_hdd_cfg80211_extscan_get_capabilities_rsp()
1183 data->request_id, data->id, data->anqp_len, num_matches); in wlan_hdd_cfg80211_passpoint_match_found()
1220 data->id) || in wlan_hdd_cfg80211_passpoint_match_found()
1539 int id, ret; in __wlan_hdd_cfg80211_extscan_get_capabilities() local
1576 id = QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID; in __wlan_hdd_cfg80211_extscan_get_capabilities()
1577 if (!tb[id]) { in __wlan_hdd_cfg80211_extscan_get_capabilities()
1578 hdd_err("attr request id failed"); in __wlan_hdd_cfg80211_extscan_get_capabilities()
1582 params.request_id = nla_get_u32(tb[id]); in __wlan_hdd_cfg80211_extscan_get_capabilities()
1673 int id, retval; in __wlan_hdd_cfg80211_extscan_get_cached_results() local
1698 id in __wlan_hdd_cfg80211_extscan_get_cached_results()
1799 int id; hdd_parse_ap_rssi_threshold() local
1863 int id, rem, retval; __wlan_hdd_cfg80211_extscan_set_bssid_hotlist() local
2050 int id, rem, retval; __wlan_hdd_cfg80211_extscan_set_significant_change() local
2320 int id, rem1, rem2; hdd_extscan_start_fill_bucket_channel_spec() local
2760 int retval, id; __wlan_hdd_cfg80211_extscan_start() local
2974 int id, retval; __wlan_hdd_cfg80211_extscan_stop() local
3090 int id, retval; __wlan_hdd_cfg80211_extscan_reset_bssid_hotlist() local
3210 int id, retval; __wlan_hdd_cfg80211_extscan_reset_significant_change() local
3325 int id, ssid_len; hdd_extscan_epno_fill_network() local
3453 int id, ret_val; __wlan_hdd_cfg80211_set_epno_list() local
3654 int id; hdd_extscan_passpoint_fill_network() local
3788 int id, ret; __wlan_hdd_cfg80211_set_passpoint_list() local
3915 int id, ret; __wlan_hdd_cfg80211_reset_passpoint_list() local
[all...]
H A Dwlan_hdd_sysfs_gtx_bw_mask.c32 green_tx_param id, in hdd_sysfs_set_green_tx_param() argument
40 id, value, GTX_CMD); in hdd_sysfs_set_green_tx_param()
47 #define hdd_sysfs_set_green_tx_param(adapter, id, value) \ argument
48 hdd_sysfs_set_green_tx_param(adapter, id, #id, value)
51 green_tx_param id, in hdd_sysfs_get_green_tx_param() argument
56 value = wma_cli_get_command(adapter->deflink->vdev_id, id, GTX_CMD); in hdd_sysfs_get_green_tx_param()
63 #define hdd_sysfs_get_green_tx_param(adapter, id) \ argument
64 hdd_sysfs_get_green_tx_param(adapter, id, #id)
[all...]
H A Dwlan_hdd_object_manager.c276 wlan_objmgr_ref_dbgid id, in __hdd_objmgr_get_vdev_by_user() argument
285 status = wlan_objmgr_vdev_try_get_ref_debug(vdev, id, func, in __hdd_objmgr_get_vdev_by_user()
293 hdd_debug("VDEV is NULL (via %s, id %d)", func, id); in __hdd_objmgr_get_vdev_by_user()
300 wlan_objmgr_ref_dbgid id, in __hdd_objmgr_get_vdev_by_user() argument
309 status = wlan_objmgr_vdev_try_get_ref(vdev, id); in __hdd_objmgr_get_vdev_by_user()
316 hdd_debug("VDEV is NULL (via %s, id %d)", func, id); in __hdd_objmgr_get_vdev_by_user()
325 wlan_objmgr_ref_dbgid id, const char *func, in __hdd_objmgr_put_vdev_by_user() argument
329 hdd_err("VDEV is NULL (via %s, id in __hdd_objmgr_put_vdev_by_user()
338 __hdd_objmgr_put_vdev_by_user(struct wlan_objmgr_vdev * vdev,wlan_objmgr_ref_dbgid id,const char * func) __hdd_objmgr_put_vdev_by_user() argument
[all...]
/wlan-dirver/qca-wifi-host-cmn/qdf/test/
H A Dqdf_ptr_hash_test.c28 uint32_t id; member
67 items[i].id = i; in __qdf_ptr_hash_test_add_remove()
77 QDF_BUG(item->id == items[i].id); in __qdf_ptr_hash_test_add_remove()
83 QDF_BUG(item->id == items[i].id); in __qdf_ptr_hash_test_add_remove()
114 items[i].id = i; in __qdf_ptr_hash_test_for_each()
121 QDF_BUG(item->id == items[item->id].id); in __qdf_ptr_hash_test_for_each()
[all...]
/wlan-dirver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_idr.c52 int32_t id = 0; in __qdf_idr_alloc() local
54 idr_get_new(&idp->idr, ptr, &id); in __qdf_idr_alloc()
56 return id; in __qdf_idr_alloc()
93 QDF_STATUS qdf_idr_alloc(qdf_idr *idp, void *ptr, int32_t *id) in qdf_idr_alloc() argument
106 *id = local_id; in qdf_idr_alloc()
113 QDF_STATUS qdf_idr_remove(qdf_idr *idp, int32_t id) in qdf_idr_remove() argument
115 if (!idp || id < QDF_IDR_START) in qdf_idr_remove()
119 if (idr_find(&idp->idr, id)) in qdf_idr_remove()
120 idr_remove(&idp->idr, id); in qdf_idr_remove()
128 QDF_STATUS qdf_idr_find(qdf_idr *idp, int32_t id, voi argument
[all...]
/wlan-dirver/qcacld-3.0/components/pmo/dispatcher/src/
H A Dwlan_pmo_obj_mgmt_api.c353 enum wlan_umac_comp_id id, in pmo_register_suspend_handler() argument
369 if (id < 0 || id >= WLAN_UMAC_MAX_COMPONENTS) { in pmo_register_suspend_handler()
370 pmo_err("component id: %d is %s then valid components id", in pmo_register_suspend_handler()
371 id, id < 0 ? "Less" : "More"); in pmo_register_suspend_handler()
377 pmo_ctx->pmo_suspend_handler[id] = handler; in pmo_register_suspend_handler()
378 pmo_ctx->pmo_suspend_handler_arg[id] = arg; in pmo_register_suspend_handler()
387 enum wlan_umac_comp_id id, in pmo_unregister_suspend_handler() argument
426 pmo_register_resume_handler(enum wlan_umac_comp_id id,pmo_psoc_resume_handler handler,void * arg) pmo_register_resume_handler() argument
459 pmo_unregister_resume_handler(enum wlan_umac_comp_id id,pmo_psoc_resume_handler handler) pmo_unregister_resume_handler() argument
[all...]
/wlan-dirver/qcacld-3.0/components/action_oui/dispatcher/src/
H A Dwlan_action_oui_ucfg_api.c118 action_oui_err("Invalid action_oui id: %u", action_id); in ucfg_action_oui_get_config()
144 action_oui_err("Invalid action_oui id: %u", action_id); in ucfg_action_oui_cleanup()
169 uint32_t id; in ucfg_action_oui_send() local
182 for (id = 0; id < ACTION_OUI_MAXIMUM_ID; id++) { in ucfg_action_oui_send()
183 if (id >= ACTION_OUI_HOST_ONLY) in ucfg_action_oui_send()
185 status = action_oui_send(psoc_priv, id); in ucfg_action_oui_send()
187 action_oui_debug("Failed to send: %u", id); in ucfg_action_oui_send()
195 enum action_oui_id id) in ucfg_action_oui_send_by_id() argument
[all...]
/wlan-dirver/qca-wifi-host-cmn/hal/wifi3.0/qca6290/
H A Dhal_6290_tx.h36 * @id: DSCP to tid conversion table to be used for this frame
42 uint8_t id) in hal_tx_desc_set_dscp_tid_table_id_6290() argument
47 DSCP_TID_TABLE_NUM, id); in hal_tx_desc_set_dscp_tid_table_id_6290()
51 uint8_t id) in hal_tx_desc_set_dscp_tid_table_id_6290() argument
56 DSCP_TO_TID_PRIORITY_TABLE_ID, id); in hal_tx_desc_set_dscp_tid_table_id_6290()
69 * @id: mapping table ID - 0-31
72 * in any of the 32 DSCP_TID_MAPS (id = 0-31).
78 uint8_t id) in hal_tx_set_dscp_tid_map_6290() argument
85 if (id >= HAL_MAX_HW_DSCP_TID_MAPS_11AX) in hal_tx_set_dscp_tid_map_6290()
93 id * NUM_WORDS_PER_DSCP_TID_TABL in hal_tx_set_dscp_tid_map_6290()
134 hal_tx_set_dscp_tid_map_6290(struct hal_soc * soc,uint8_t * map,uint8_t id) hal_tx_set_dscp_tid_map_6290() argument
182 hal_tx_update_dscp_tid_6290(struct hal_soc * soc,uint8_t tid,uint8_t id,uint8_t dscp) hal_tx_update_dscp_tid_6290() argument
204 hal_tx_update_dscp_tid_6290(struct hal_soc * soc,uint8_t tid,uint8_t id,uint8_t dscp) hal_tx_update_dscp_tid_6290() argument
[all...]
/wlan-dirver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_tasklet.c42 * @id: ce_id
47 enum ce_id_type id; member
93 if (hif_ce_state->tasklets[ce_work->id].inited) in reschedule_ce_tasklet_work_handler()
94 ce_tasklet_schedule(&hif_ce_state->tasklets[ce_work->id]); in reschedule_ce_tasklet_work_handler()
122 tasklet_workers[ce_id].id = ce_id; in init_tasklet_worker_by_ceid()
136 u32 id; in deinit_tasklet_workers() local
138 for (id = 0; id < CE_ID_MAX; id++) in deinit_tasklet_workers()
139 qdf_cancel_work(&tasklet_workers[id] in deinit_tasklet_workers()
995 int id; ce_unregister_irq() local
1043 int id; ce_register_irq() local
[all...]
/wlan-dirver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_action_oui_tlv.c24 wmi_vendor_oui_action_id *id) in wmi_get_action_oui_id() argument
29 *id = WMI_VENDOR_OUI_ACTION_CONNECTION_1X1; in wmi_get_action_oui_id()
33 *id = WMI_VENDOR_OUI_ACTION_ITO_EXTENSION; in wmi_get_action_oui_id()
37 *id = WMI_VENDOR_OUI_ACTION_CCKM_1X1; in wmi_get_action_oui_id()
41 *id = WMI_VENDOR_OUI_ACTION_ALT_ITO; in wmi_get_action_oui_id()
45 *id = WMI_VENDOR_OUI_ACTION_SWITCH_TO_11N_MODE; in wmi_get_action_oui_id()
49 *id = WMI_VENDOR_OUI_ACTION_CONNECTION_1X1_NUM_TX_RX_CHAINS_1; in wmi_get_action_oui_id()
53 *id = WMI_VENDOR_OUI_ACTION_DISABLE_AGGRESSIVE_TX; in wmi_get_action_oui_id()
57 *id = WMI_VENDOR_OUI_ACTION_DISABLE_FW_TRIGGERED_TWT; in wmi_get_action_oui_id()
61 *id in wmi_get_action_oui_id()
[all...]
/wlan-dirver/qcacld-3.0/components/action_oui/core/src/
H A Dwlan_action_oui_main.c51 action_oui_err("Mem alloc failed for oui_priv id: %u", in action_oui_allocate()
55 oui_priv->id = i; in action_oui_allocate()
113 oui_priv->id); in action_oui_destroy()
220 uint32_t id; in action_oui_parse_config() local
238 for (id = 0; id < ACTION_OUI_MAXIMUM_ID; id++) { in action_oui_parse_config()
239 str = psoc_priv->action_oui_str[id]; in action_oui_parse_config()
243 status = action_oui_parse_string(psoc, str, id); in action_oui_parse_config()
246 id); in action_oui_parse_config()
266 uint32_t id; action_oui_send_config() local
[all...]
/wlan-dirver/qca-wifi-host-cmn/hif/src/
H A Dhif_runtime_pm.c55 * @id: debug id
63 static const char *hif_rtpm_id_to_string(enum hif_rtpm_client_id id) in hif_rtpm_id_to_string() argument
79 return strings[id]; in hif_rtpm_id_to_string()
485 QDF_STATUS hif_rtpm_register(uint32_t id, void (*hif_rtpm_cbk)(void)) in hif_rtpm_register() argument
494 if (id >= HIF_RTPM_ID_MAX || gp_hif_rtpm_ctx->clients[id]) { in hif_rtpm_register()
495 hif_err("Invalid client %d", id); in hif_rtpm_register()
508 gp_hif_rtpm_ctx->clients[id] = client; in hif_rtpm_register()
514 QDF_STATUS hif_rtpm_deregister(uint32_t id) in hif_rtpm_deregister() argument
640 hif_rtpm_get(uint8_t type,uint32_t id) hif_rtpm_get() argument
733 hif_rtpm_put(uint8_t type,uint32_t id) hif_rtpm_put() argument
1082 hif_rtpm_mark_last_busy(uint32_t id) hif_rtpm_mark_last_busy() argument
[all...]
/wlan-dirver/qca-wifi-host-cmn/spectral/core/
H A Dspectral_common.c143 param.id = SPECTRAL_PARAM_SCAN_COUNT; in spectral_control_cmn()
152 param.id = SPECTRAL_PARAM_FFT_PERIOD; in spectral_control_cmn()
161 param.id = SPECTRAL_PARAM_SCAN_PERIOD; in spectral_control_cmn()
170 param.id = SPECTRAL_PARAM_FFT_RECAPTURE; in spectral_control_cmn()
179 param.id = SPECTRAL_PARAM_SHORT_REPORT; in spectral_control_cmn()
188 param.id = SPECTRAL_PARAM_SPECT_PRI; in spectral_control_cmn()
197 param.id = SPECTRAL_PARAM_FFT_SIZE; in spectral_control_cmn()
206 param.id = SPECTRAL_PARAM_GC_ENA; in spectral_control_cmn()
215 param.id = SPECTRAL_PARAM_RESTART_ENA; in spectral_control_cmn()
224 param.id in spectral_control_cmn()
[all...]
/wlan-dirver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_perf.h90 extern bool __qdf_perf_destroy(qdf_perf_id_t id)(__qdf_perf_id_t id);
92 extern void __qdf_perf_start(qdf_perf_id_t id)(__qdf_perf_id_t id);
93 extern void __qdf_perf_end(qdf_perf_id_t id)(__qdf_perf_id_t id);
104 #define DECLARE_N_EXPORT_PERF_CNTR(id) argument
/wlan-dirver/qcacld-3.0/components/pmo/core/src/
H A Dwlan_pmo_wow.c51 uint8_t id; in pmo_core_del_wow_pattern() local
62 for (id = 0; id < pattern_count; id++) in pmo_core_del_wow_pattern()
63 status = pmo_tgt_del_wow_pattern(vdev, id, false); in pmo_core_del_wow_pattern()
67 for (id = 0; id < pattern_count; id++) in pmo_core_del_wow_pattern()
68 status = pmo_tgt_del_wow_pattern(vdev, id, true); in pmo_core_del_wow_pattern()
79 uint8_t id; in pmo_core_add_wow_user_pattern() local
[all...]

1234567891011