Searched defs:old_td (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c6578 * Remove old_td from tw and update the links.
6583 ohci_td_t *old_td,
6589 "ohci_unlink_td_from_tw: ohcip = 0x%p, old_td = 0x%p, tw = 0x%p",
6590 (void *)ohcip, (void *)old_td, (void *)tw);
6592 if (old_td == NULL || tw == NULL) {
6605 /* if this old_td is on head */
6606 if (old_td == head) {
6607 if (old_td == tail) {
6618 /* find this old_td's position in the tw */
6620 while (next && (old_td !
6581 ohci_unlink_td_from_tw( ohci_state_t *ohcip, ohci_td_t *old_td, ohci_trans_wrapper_t *tw) argument
6643 ohci_deallocate_td( ohci_state_t *ohcip, ohci_td_t *old_td) argument
8268 ohci_td_t *td, *old_td; /* TD pointers */ local
[all...]

Completed in 60 milliseconds