Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c6565 ohci_td_t *old_td, in ohci_unlink_td_from_tw() argument
6574 if (old_td == NULL || tw == NULL) { in ohci_unlink_td_from_tw()
6588 if (old_td == head) { in ohci_unlink_td_from_tw()
6589 if (old_td == tail) { in ohci_unlink_td_from_tw()
6602 while (next && (old_td != next)) { in ohci_unlink_td_from_tw()
6609 if (old_td == next) { in ohci_unlink_td_from_tw()
6611 if (old_td == tail) { in ohci_unlink_td_from_tw()
6627 ohci_td_t *old_td) in ohci_deallocate_td() argument
6662 Set_TD(old_td->hctd_state, HC_TD_FREE); in ohci_deallocate_td()
8322 old_td = td; in ohci_traverse_done_list()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h967 ohci_td_t *old_td);