Searched refs:microframe_load (Results 1 – 4 of 4) sorted by relevance
85 ULONG microframe_load[8], ULONG microframe_ssplit_count[8]) in _ux_hcd_ehci_least_traffic_list_get()125 microframe_load[frindex] = 0; in _ux_hcd_ehci_least_traffic_list_get()137 microframe_load[frindex] += ed -> REF_AS.ANCHOR.ux_ehci_ed_microframe_load[frindex]; in _ux_hcd_ehci_least_traffic_list_get()149 bandwidth_used += microframe_load[frindex]; in _ux_hcd_ehci_least_traffic_list_get()
120 ULONG microframe_load[8]; in _ux_hcd_ehci_interrupt_endpoint_create() local254 …ed_list = _ux_hcd_ehci_least_traffic_list_get(hcd_ehci, microframe_load, microframe_ssplit_count); in _ux_hcd_ehci_interrupt_endpoint_create()273 if (microframe_load[i] + max_packet_size > UX_MAX_BYTES_PER_MICROFRAME_HS) in _ux_hcd_ehci_interrupt_endpoint_create()
119 ULONG microframe_load[8]; in _ux_hcd_ehci_isochronous_endpoint_create()335 … ed_list = _ux_hcd_ehci_least_traffic_list_get(hcd_ehci, microframe_load, microframe_ssplit_count); in _ux_hcd_ehci_isochronous_endpoint_create()351 if (microframe_load[microframe_i] + max_packet_size > UX_MAX_BYTES_PER_MICROFRAME_HS) in _ux_hcd_ehci_isochronous_endpoint_create()
817 … *_ux_hcd_ehci_least_traffic_list_get(UX_HCD_EHCI *hcd_ehci, ULONG microframe_load[8], ULONG mic…