Home
last modified time | relevance | path

Searched refs:tw_qtd_tail (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c1538 tw->tw_qtd_tail = NULL; in ehci_polled_insert_intr_qtd()
1771 ASSERT(tw->tw_qtd_tail == NULL); in ehci_polled_insert_qtd_on_tw()
1773 tw->tw_qtd_tail = qtd; in ehci_polled_insert_qtd_on_tw()
1775 ehci_qtd_t *dummy = (ehci_qtd_t *)tw->tw_qtd_tail; in ehci_polled_insert_qtd_on_tw()
1785 tw->tw_qtd_tail = qtd; in ehci_polled_insert_qtd_on_tw()
H A Dehci_xfer.c2536 ASSERT(tw->tw_qtd_tail == NULL); in ehci_insert_qtd_on_tw()
2538 tw->tw_qtd_tail = qtd; in ehci_insert_qtd_on_tw()
2540 ehci_qtd_t *dummy = (ehci_qtd_t *)tw->tw_qtd_tail; in ehci_insert_qtd_on_tw()
2550 tw->tw_qtd_tail = qtd; in ehci_insert_qtd_on_tw()
2752 tw->tw_qtd_tail = qtd; in ehci_deallocate_qtd()
2759 tw->tw_qtd_tail = NULL; in ehci_deallocate_qtd()
3192 if (tw->tw_qtd_head != tw->tw_qtd_tail) { in ehci_stop_xfer_timer()
3420 ASSERT(tw->tw_qtd_tail != NULL); in ehci_deallocate_tw()
3425 ASSERT(tw->tw_qtd_tail == NULL); in ehci_deallocate_tw()
H A Dehci_intr.c893 if ((tw->tw_alt_qtd == NULL) || (qtd == tw->tw_qtd_tail)) { in ehci_cleanup_data_underrun()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h614 ehci_qtd_t *tw_qtd_tail; /* Tail QTD */ member