Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h190 uint_t ohci_periodic_bandwidth[NUM_INTR_ED_LISTS]; member
/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c3324 min = ohcip->ohci_periodic_bandwidth[0]; in ohci_allocate_bandwidth()
3327 if (ohcip->ohci_periodic_bandwidth[i] < min) { in ohci_allocate_bandwidth()
3329 min = ohcip->ohci_periodic_bandwidth[i]; in ohci_allocate_bandwidth()
3368 if ((ohcip->ohci_periodic_bandwidth[list] + in ohci_allocate_bandwidth()
3385 ohcip->ohci_periodic_bandwidth[list] += bandwidth; in ohci_allocate_bandwidth()
3390 min = ohcip->ohci_periodic_bandwidth[0]; in ohci_allocate_bandwidth()
3393 if (ohcip->ohci_periodic_bandwidth[i] < min) { in ohci_allocate_bandwidth()
3395 min = ohcip->ohci_periodic_bandwidth[i]; in ohci_allocate_bandwidth()
3452 ohcip->ohci_periodic_bandwidth[list] -= bandwidth; in ohci_deallocate_bandwidth()
3455 min = ohcip->ohci_periodic_bandwidth[0]; in ohci_deallocate_bandwidth()
[all …]