Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc.c461 target->wmi_ep_count = 1; in htc_create()
676 if ((target->wmi_ep_count == 0) || in htc_setup_target_buffer_assignments()
677 (target->wmi_ep_count > max_wmi_svc)) in htc_setup_target_buffer_assignments()
683 credits = credits / target->wmi_ep_count; in htc_setup_target_buffer_assignments()
684 for (i = 0; i < target->wmi_ep_count; i++) { in htc_setup_target_buffer_assignments()
1283 void htc_set_wmi_endpoint_count(HTC_HANDLE htc_handle, uint8_t wmi_ep_count) in htc_set_wmi_endpoint_count() argument
1287 target->wmi_ep_count = wmi_ep_count; in htc_set_wmi_endpoint_count()
1300 return target->wmi_ep_count; in htc_get_wmi_endpoint_count()
H A Dhtc_internal.h258 uint8_t wmi_ep_count; member
H A Dhtc_api.h1030 void htc_set_wmi_endpoint_count(HTC_HANDLE htc_handle, uint8_t wmi_ep_count);
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified.c3674 uint8_t wmi_ep_count; in wmi_unified_connect_htc_service() local
3678 wmi_ep_count = htc_get_wmi_endpoint_count(htc_handle); in wmi_unified_connect_htc_service()
3679 if (wmi_ep_count > WMI_MAX_RADIOS) in wmi_unified_connect_htc_service()
3682 for (i = 0; i < wmi_ep_count; i++) in wmi_unified_connect_htc_service()
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_main.c1718 uint8_t wmi_ep_count = 0; in hif_get_max_wmi_ep() local
1730 wmi_ep_count++; in hif_get_max_wmi_ep()
1734 return wmi_ep_count; in hif_get_max_wmi_ep()