Searched refs:wmi_ep_count (Results 1 – 5 of 5) sorted by relevance
461 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() argument1287 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()
258 uint8_t wmi_ep_count; member
1030 void htc_set_wmi_endpoint_count(HTC_HANDLE htc_handle, uint8_t wmi_ep_count);
3674 uint8_t wmi_ep_count; in wmi_unified_connect_htc_service() local3678 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()
1718 uint8_t wmi_ep_count = 0; in hif_get_max_wmi_ep() local1730 wmi_ep_count++; in hif_get_max_wmi_ep()1734 return wmi_ep_count; in hif_get_max_wmi_ep()