Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/mgmt_txrx/src/
H A Dtarget_if_mgmt_txrx_rx_reo.c679 HTC_ENDPOINT_ID wmi_endpoint_id; in target_if_mgmt_rx_reo_schedule_delivery() local
694 wmi_endpoint_id = wmi_get_endpoint(wmi_handle); in target_if_mgmt_rx_reo_schedule_delivery()
696 status = htc_enable_custom_cb(htc_handle, wmi_endpoint_id); in target_if_mgmt_rx_reo_schedule_delivery()
717 HTC_ENDPOINT_ID wmi_endpoint_id; in target_if_mgmt_rx_reo_cancel_scheduled_delivery() local
732 wmi_endpoint_id = wmi_get_endpoint(wmi_handle); in target_if_mgmt_rx_reo_cancel_scheduled_delivery()
734 status = htc_disable_custom_cb(htc_handle, wmi_endpoint_id); in target_if_mgmt_rx_reo_cancel_scheduled_delivery()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified.c2037 wmi_handle->wmi_endpoint_id, in wmi_unified_debug_dump()
2039 wmi_handle->wmi_endpoint_id), in wmi_unified_debug_dump()
2203 wmi_handle->wmi_endpoint_id, htc_tag); in wmi_unified_cmd_send_fl()
2618 if (soc->wmi_endpoint_id[i] == ep) in wmi_get_pdev_ep()
3255 wmi_handle->wmi_endpoint_id = soc->wmi_endpoint_id[pdev_idx]; in wmi_unified_get_pdev_handle()
3663 soc->wmi_endpoint_id[pdev_idx] = response.Endpoint; in wmi_connect_pdev_htc_service()
3686 wmi_handle->wmi_endpoint_id = wmi_handle->soc->wmi_endpoint_id[0]; in wmi_unified_connect_htc_service()
3861 wmi_handle->wmi_endpoint_id, 0); in wmi_flush_endpoint()
3867 return wmi_handle->wmi_endpoint_id; in wmi_get_endpoint()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_priv.h3511 HTC_ENDPOINT_ID wmi_endpoint_id; member
3600 HTC_ENDPOINT_ID wmi_endpoint_id[WMI_MAX_RADIOS]; member