Searched refs:tt_index (Results 1 – 3 of 3) sorted by relevance
93 ULONG tt_index; in _ux_host_stack_bandwidth_release() local215 for (tt_index = 0; tt_index < UX_MAX_TT; tt_index++) in _ux_host_stack_bandwidth_release()219 … if ((parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_port_mapping & port_map) != 0) in _ux_host_stack_bandwidth_release()224 … parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_max_bandwidth += tt_bandwidth_claimed; in _ux_host_stack_bandwidth_release()
95 ULONG tt_index; in _ux_host_stack_bandwidth_check() local228 for (tt_index = 0; tt_index < UX_MAX_TT; tt_index++) in _ux_host_stack_bandwidth_check()232 … if ((parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_port_mapping & port_map) != 0) in _ux_host_stack_bandwidth_check()237 … if (parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_max_bandwidth < tt_bandwidth_claimed) in _ux_host_stack_bandwidth_check()
94 ULONG tt_index; in _ux_host_stack_bandwidth_claim() local220 tt_index = 0; in _ux_host_stack_bandwidth_claim()224 … if ((parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_port_mapping & port_map) != 0) in _ux_host_stack_bandwidth_claim()229 … parent_device -> ux_device_hub_tt[tt_index].ux_hub_tt_max_bandwidth -= tt_bandwidth_claimed; in _ux_host_stack_bandwidth_claim()234 tt_index ++; in _ux_host_stack_bandwidth_claim()