Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h190 uint_t ohci_periodic_bandwidth[NUM_INTR_ED_LISTS]; member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c3308 min = ohcip->ohci_periodic_bandwidth[0]; in ohci_allocate_bandwidth()
3311 if (ohcip->ohci_periodic_bandwidth[i] < min) { in ohci_allocate_bandwidth()
3313 min = ohcip->ohci_periodic_bandwidth[i]; in ohci_allocate_bandwidth()
3352 if ((ohcip->ohci_periodic_bandwidth[list] + in ohci_allocate_bandwidth()
3369 ohcip->ohci_periodic_bandwidth[list] += bandwidth; in ohci_allocate_bandwidth()
3374 min = ohcip->ohci_periodic_bandwidth[0]; in ohci_allocate_bandwidth()
3377 if (ohcip->ohci_periodic_bandwidth[i] < min) { in ohci_allocate_bandwidth()
3379 min = ohcip->ohci_periodic_bandwidth[i]; in ohci_allocate_bandwidth()
3439 min = ohcip->ohci_periodic_bandwidth[0]; in ohci_deallocate_bandwidth()
3443 if (ohcip->ohci_periodic_bandwidth[i] < min) { in ohci_deallocate_bandwidth()
[all …]