Home
last modified time | relevance | path

Searched refs:tw_ncookies (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h369 uint_t tw_ncookies; /* DMA cookie count */ member
/titanic_41/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h593 uint_t tw_ncookies; /* DMA cookie count */ member
/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1819 dmamem_wait, NULL, &tw->tw_cookie, &tw->tw_ncookies) != in uhci_create_transfer_wrapper()
1855 (void *)tw, tw->tw_ncookies); in uhci_create_transfer_wrapper()
2058 ASSERT(tw->tw_cookie_idx < tw->tw_ncookies); in uhci_get_tw_paddr_by_offs()
2482 for (i = 0; i < tw->tw_ncookies; i++) { in uhci_free_tw()
3939 tw->tw_ncookies = tmp_req->isoc_pkts_count; in uhci_create_isoc_transfer_wrapper()
3963 (void *)tw, tw->tw_ncookies); in uhci_create_isoc_transfer_wrapper()
H A Duhci.c1375 for (i = 0; i < tw->tw_ncookies; i++) { in uhci_sendup_td_message()
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h604 uint_t tw_ncookies; /* DMA cookie count */ member
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c1712 ASSERT(tw->tw_cookie_idx < tw->tw_ncookies); in ehci_polled_fill_in_qtd()
2115 (void *)tw, tw->tw_ncookies); in ehci_polled_create_tw()
H A Dehci_xfer.c2448 ASSERT(tw->tw_cookie_idx < tw->tw_ncookies); in ehci_fill_in_qtd()
3067 dmamem_wait, NULL, &tw->tw_cookie, &tw->tw_ncookies); in ehci_create_transfer_wrapper()
3119 (void *)tw, tw->tw_ncookies); in ehci_create_transfer_wrapper()
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c6106 ASSERT(tw->tw_cookie_idx < tw->tw_ncookies); in ohci_init_td()
6954 dmamem_wait, NULL, &tw->tw_cookie, &tw->tw_ncookies); in ohci_create_transfer_wrapper()
6998 (void *)tw, tw->tw_ncookies); in ohci_create_transfer_wrapper()
7217 tw->tw_ncookies = (uint_t)td_count; in ohci_create_isoc_transfer_wrapper()
7649 for (i = 0; i < tw->tw_ncookies; i++) { in ohci_free_tw()
7660 if (tw->tw_ncookies > 0) { in ohci_free_tw()
9418 ASSERT(tw->tw_num_tds == tw->tw_ncookies); in ohci_tw_rebind_cookie()
9461 tw->tw_ncookies = 0; in ohci_tw_rebind_cookie()
9475 tw->tw_ncookies = ccount; in ohci_tw_rebind_cookie()
9615 for (i = 0; i < tw->tw_ncookies; i++) { in ohci_sendup_td_message()
H A Dohci_polled.c2222 (void *)tw, tw->tw_ncookies); in ohci_polled_create_tw()