Searched refs:tw_cookie_idx (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h370 uint_t tw_cookie_idx; /* DMA cookie index */ member in struct:uhci_trans_wrapper
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c1711 tw->tw_cookie_idx++;
1712 ASSERT(tw->tw_cookie_idx < tw->tw_ncookies);
2082 tw->tw_cookie_idx = 0;
H A Dehci_xfer.c2447 tw->tw_cookie_idx++;
2448 ASSERT(tw->tw_cookie_idx < tw->tw_ncookies);
2467 tw->tw_cookie_idx);
3079 tw->tw_cookie_idx = 0;
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h594 uint_t tw_cookie_idx; /* DMA cookie index */ member in struct:ohci_trans_wrapper
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h605 uint_t tw_cookie_idx; /* DMA cookie index */ member in struct:ehci_trans_wrapper
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1879 ASSERT((tw->tw_cookie_idx == 0) && (tw->tw_dma_offs == 0));
2188 tw->tw_cookie_idx = 0;
H A Dohci.c6105 tw->tw_cookie_idx++;
6106 ASSERT(tw->tw_cookie_idx < tw->tw_ncookies);
6131 tw->tw_cookie_idx);
6966 tw->tw_cookie_idx = 0;
9457 if (tw->tw_cookie_idx != 0) {
9477 tw->tw_cookie_idx = 0;
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1830 tw->tw_cookie_idx = 0;
2057 tw->tw_cookie_idx++;
2058 ASSERT(tw->tw_cookie_idx < tw->tw_ncookies);
2076 tw->tw_cookie_idx);

Completed in 91 milliseconds