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;
1771 ASSERT(tw->tw_qtd_tail == NULL);
1773 tw->tw_qtd_tail = qtd;
1775 ehci_qtd_t *dummy = (ehci_qtd_t *)tw->tw_qtd_tail;
1785 tw->tw_qtd_tail = qtd;
H A Dehci_xfer.c2538 ASSERT(tw->tw_qtd_tail == NULL);
2540 tw->tw_qtd_tail = qtd;
2542 ehci_qtd_t *dummy = (ehci_qtd_t *)tw->tw_qtd_tail;
2552 tw->tw_qtd_tail = qtd;
2754 tw->tw_qtd_tail = qtd;
2761 tw->tw_qtd_tail = NULL;
3196 if (tw->tw_qtd_head != tw->tw_qtd_tail) {
3424 ASSERT(tw->tw_qtd_tail != NULL);
3429 ASSERT(tw->tw_qtd_tail == NULL);
H A Dehci_intr.c893 if ((tw->tw_alt_qtd == NULL) || (qtd == tw->tw_qtd_tail)) {
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h613 ehci_qtd_t *tw_qtd_tail; /* Tail QTD */ member in struct:ehci_trans_wrapper

Completed in 59 milliseconds