Searched refs:ohci_allocate_td_from_pool (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c285 static ohci_td_t *ohci_allocate_td_from_pool(
4739 dummy = ohci_allocate_td_from_pool(ohcip);
5952 * ohci_allocate_td_from_pool:
5957 ohci_allocate_td_from_pool(ohci_state_t *ohcip) function
5977 "ohci_allocate_td_from_pool: TD exhausted");
5983 "ohci_allocate_td_from_pool: Allocated %d", i);
5989 "ohci_allocate_td_from_pool: td 0x%p", (void *)td);
6770 td = ohci_allocate_td_from_pool(ohcip);

Completed in 75 milliseconds