Home
last modified time | relevance | path

Searched refs:wmi_event (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_main.c2420 static void wma_process_cal_fail_info(uint8_t *wmi_event) in wma_process_cal_fail_info() argument
2436 buf_ptr = wmi_event; in wma_process_cal_fail_info()
2460 static inline void wma_process_cal_fail_info(uint8_t *wmi_event) in wma_process_cal_fail_info() argument
2480 wmi_debug_mesg_flush_complete_fixed_param *wmi_event; in wma_flush_complete_evt_handler() local
2492 wmi_event = param_buf->fixed_param; in wma_flush_complete_evt_handler()
2493 reason_code = wmi_event->reserved0; in wma_flush_complete_evt_handler()
2497 buf_ptr = (uint8_t *)wmi_event; in wma_flush_complete_evt_handler()
2556 wma_process_cal_fail_info((uint8_t *)wmi_event); in wma_flush_complete_evt_handler()
4239 wmi_pdev_set_hw_mode_response_event_fixed_param *wmi_event; in wma_pdev_set_hw_mode_resp_evt_handler() local
4277 wmi_event = param_buf->fixed_param; in wma_pdev_set_hw_mode_resp_evt_handler()
[all …]
Dwma_power.c1180 wmi_pdev_temperature_event_fixed_param *wmi_event; in wma_pdev_temperature_evt_handler() local
1188 wmi_event = param_buf->fixed_param; in wma_pdev_temperature_evt_handler()
1189 wma_info("temperature: %d", wmi_event->value); in wma_pdev_temperature_evt_handler()
1193 sme_msg.bodyval = wmi_event->value; in wma_pdev_temperature_evt_handler()
Dwma_data.c1534 wmi_tx_pause_event_fixed_param *wmi_event; in wma_mcc_vdev_tx_pause_evt_handler() local
1553 wmi_event = param_buf->fixed_param; in wma_mcc_vdev_tx_pause_evt_handler()
1554 vdev_map = wmi_event->vdev_map; in wma_mcc_vdev_tx_pause_evt_handler()
1572 wmi_event, in wma_mcc_vdev_tx_pause_evt_handler()
1578 wmi_event->pause_type, wmi_event->action); in wma_mcc_vdev_tx_pause_evt_handler()
/wlan-driver/qcacld-3.0/components/wmi/src/
Dwmi_unified_roam_tlv.c1000 wmi_roam_event_fixed_param *wmi_event = NULL; in extract_roam_event_tlv() local
1018 wmi_event = param_buf->fixed_param; in extract_roam_event_tlv()
1019 if (!wmi_event) { in extract_roam_event_tlv()
1024 roam_event->vdev_id = wmi_event->vdev_id; in extract_roam_event_tlv()
1042 wmi_convert_fw_reason_to_cm_reason(wmi_event->reason); in extract_roam_event_tlv()
1043 roam_event->rssi = wmi_event->rssi; in extract_roam_event_tlv()
1044 roam_event->notif = wmi_convert_fw_notif_to_cm_notif(wmi_event->notif); in extract_roam_event_tlv()
1045 roam_event->notif_params = wmi_event->notif_params; in extract_roam_event_tlv()
1046 roam_event->notif_params1 = wmi_event->notif_params1; in extract_roam_event_tlv()
1079 if (wmi_event->notif_params1) in extract_roam_event_tlv()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c10574 wmi_diag_event_log_supported_event_fixed_params *wmi_event; in send_log_supported_evt_cmd_tlv() local
10583 wmi_event = param_buf->fixed_param; in send_log_supported_evt_cmd_tlv()
10584 num_of_diag_events_logs = wmi_event->num_of_diag_events_logs; in send_log_supported_evt_cmd_tlv()