Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h442 #define HC_TD_RECLAIM 5 /* Reclaimed TD */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c6542 Set_TD(next_td->hctd_state, HC_TD_RECLAIM); in ohci_done_list_tds()
6641 (Get_TD(old_td->hctd_state) == HC_TD_RECLAIM)) { in ohci_deallocate_td()
6656 if ((Get_TD(old_td->hctd_state) != HC_TD_RECLAIM) && tw) { in ohci_deallocate_td()
8281 if (state != HC_TD_RECLAIM) { in ohci_traverse_done_list()
8303 if ((state != HC_TD_RECLAIM) && (state != HC_TD_TIMEOUT)) { in ohci_traverse_done_list()
8342 if (state != HC_TD_RECLAIM) { in ohci_traverse_done_list()
8913 Set_TD(next_td->hctd_state, HC_TD_RECLAIM); in ohci_cleanup_data_underrun()