Searched refs:event_buff (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/target_if/mlo_mgr/src/ |
H A D | target_if_mlo_mgr.c | 583 ol_scn_t scn, uint8_t *event_buff, uint32_t len) in target_if_mlo_vdev_tid_to_link_map_event_handler() argument 591 if (!event_buff) { in target_if_mlo_vdev_tid_to_link_map_event_handler() 614 if (wmi_extract_mlo_vdev_tid_to_link_map_event(wmi_handle, event_buff, in target_if_mlo_vdev_tid_to_link_map_event_handler() 642 ol_scn_t scn, uint8_t *event_buff, uint32_t len) in target_if_mlo_link_state_info_event_handler() argument 650 if (!event_buff) { in target_if_mlo_link_state_info_event_handler() 673 if (wmi_extract_mlo_link_state_info_event(wmi_handle, event_buff, in target_if_mlo_link_state_info_event_handler()
|
/wlan-driver/qca-wifi-host-cmn/target_if/mlme/vdev_mgr/src/ |
H A D | target_if_vdev_mgr_rx_ops.c | 1061 uint8_t *event_buff, in target_if_update_macaddr_conf_evt_handler() argument 1073 if (!event_buff) { in target_if_update_macaddr_conf_evt_handler() 1090 status = wmi_extract_update_mac_address_event(wmi_handle, event_buff, in target_if_update_macaddr_conf_evt_handler() 1179 uint8_t *event_buff, in target_if_quiet_offload_event_handler() argument 1188 if (!event_buff) { in target_if_quiet_offload_event_handler() 1205 status = wmi_extract_quiet_offload_event(wmi_handle, event_buff, in target_if_quiet_offload_event_handler()
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
H A D | wma_internal.h | 1701 int wma_cold_boot_cal_event_handler(void *wma_ctx, uint8_t *event_buff, 1713 int wma_oem_event_handler(void *wma_ctx, uint8_t *event_buff, uint32_t len); 1725 int wma_latency_level_event_handler(void *wma_ctx, uint8_t *event_buff,
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_utils.c | 5020 int wma_cold_boot_cal_event_handler(void *wma_ctx, uint8_t *event_buff, in wma_cold_boot_cal_event_handler() argument 5032 (WMI_PDEV_COLD_BOOT_CAL_DATA_EVENTID_param_tlvs *)event_buff; in wma_cold_boot_cal_event_handler() 5056 int wma_latency_level_event_handler(void *wma_ctx, uint8_t *event_buff, in wma_latency_level_event_handler() argument 5087 param_buf = (WMI_VDEV_LATENCY_LEVEL_EVENTID_param_tlvs *)event_buff; in wma_latency_level_event_handler() 5111 int wma_oem_event_handler(void *wma_ctx, uint8_t *event_buff, uint32_t len) in wma_oem_event_handler() argument 5125 (WMI_OEM_DATA_EVENTID_param_tlvs *)event_buff; in wma_oem_event_handler()
|