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 in struct:ohci_state
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c3324 min = ohcip->ohci_periodic_bandwidth[0];
3327 if (ohcip->ohci_periodic_bandwidth[i] < min) {
3329 min = ohcip->ohci_periodic_bandwidth[i];
3368 if ((ohcip->ohci_periodic_bandwidth[list] +
3385 ohcip->ohci_periodic_bandwidth[list] += bandwidth;
3390 min = ohcip->ohci_periodic_bandwidth[0];
3393 if (ohcip->ohci_periodic_bandwidth[i] < min) {
3395 min = ohcip->ohci_periodic_bandwidth[i];
3452 ohcip->ohci_periodic_bandwidth[list] -= bandwidth;
3455 min = ohcip->ohci_periodic_bandwidth[
[all...]

Completed in 72 milliseconds