Home
last modified time | relevance | path

Searched refs:usb_hs_hub_bandwidth (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c2368 if ((parent_ud->usb_hs_hub_bandwidth[list] + in ehci_allocate_classic_tt_bandwidth()
2387 parent_ud->usb_hs_hub_bandwidth[list] += bandwidth; in ehci_allocate_classic_tt_bandwidth()
2391 min = parent_ud->usb_hs_hub_bandwidth[0]; in ehci_allocate_classic_tt_bandwidth()
2394 if (parent_ud->usb_hs_hub_bandwidth[i] < min) { in ehci_allocate_classic_tt_bandwidth()
2395 min = parent_ud->usb_hs_hub_bandwidth[i]; in ehci_allocate_classic_tt_bandwidth()
2572 parent_ud->usb_hs_hub_bandwidth[list] -= bandwidth; in ehci_deallocate_classic_tt_bandwidth()
2576 min = parent_ud->usb_hs_hub_bandwidth[0]; in ehci_deallocate_classic_tt_bandwidth()
2579 if (parent_ud->usb_hs_hub_bandwidth[i] < min) { in ehci_deallocate_classic_tt_bandwidth()
2580 min = parent_ud->usb_hs_hub_bandwidth[i]; in ehci_deallocate_classic_tt_bandwidth()
/titanic_44/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h283 uint_t usb_hs_hub_bandwidth[32]; member