Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1059 min = uhcip->uhci_bandwidth[0]; in uhci_allocate_bandwidth()
1062 if (uhcip->uhci_bandwidth[i] < min) { in uhci_allocate_bandwidth()
1064 min = uhcip->uhci_bandwidth[i]; in uhci_allocate_bandwidth()
1127 uhcip->uhci_bandwidth[i] += length; in uhci_allocate_bandwidth()
1132 min = uhcip->uhci_bandwidth[0]; in uhci_allocate_bandwidth()
1135 if (uhcip->uhci_bandwidth[i] < min) { in uhci_allocate_bandwidth()
1137 min = uhcip->uhci_bandwidth[i]; in uhci_allocate_bandwidth()
1206 uhcip->uhci_bandwidth[i] -= length; in uhci_deallocate_bandwidth()
1209 min = uhcip->uhci_bandwidth[0]; in uhci_deallocate_bandwidth()
1213 if (uhcip->uhci_bandwidth[i] < min) { in uhci_deallocate_bandwidth()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h194 uint_t uhci_bandwidth[NUM_FRAME_LST_ENTRIES]; member