Searched refs:microframe_load (Results 1 – 4 of 4) sorted by relevance
84 ULONG microframe_load[8], ULONG microframe_ssplit_count[8]) in _ux_hcd_ehci_least_traffic_list_get()124 microframe_load[frindex] = 0; in _ux_hcd_ehci_least_traffic_list_get()136 microframe_load[frindex] += ed -> REF_AS.ANCHOR.ux_ehci_ed_microframe_load[frindex]; in _ux_hcd_ehci_least_traffic_list_get()148 bandwidth_used += microframe_load[frindex]; in _ux_hcd_ehci_least_traffic_list_get()
122 ULONG microframe_load[8]; in _ux_hcd_ehci_interrupt_endpoint_create() local260 …ed_list = _ux_hcd_ehci_least_traffic_list_get(hcd_ehci, microframe_load, microframe_ssplit_count); in _ux_hcd_ehci_interrupt_endpoint_create()279 if (microframe_load[i] + max_packet_size > UX_MAX_BYTES_PER_MICROFRAME_HS) in _ux_hcd_ehci_interrupt_endpoint_create()
123 ULONG microframe_load[8]; in _ux_hcd_ehci_isochronous_endpoint_create()340 … ed_list = _ux_hcd_ehci_least_traffic_list_get(hcd_ehci, microframe_load, microframe_ssplit_count); in _ux_hcd_ehci_isochronous_endpoint_create()356 if (microframe_load[microframe_i] + max_packet_size > UX_MAX_BYTES_PER_MICROFRAME_HS) in _ux_hcd_ehci_isochronous_endpoint_create()
816 … *_ux_hcd_ehci_least_traffic_list_get(UX_HCD_EHCI *hcd_ehci, ULONG microframe_load[8], ULONG mic…