Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c1703 while ((tw->tw_dma_offs + tw->tw_cookie.dmac_size) <= in ehci_polled_fill_in_qtd()
1709 tw->tw_dma_offs += tw->tw_cookie.dmac_size; in ehci_polled_fill_in_qtd()
1710 ddi_dma_nextcookie(tw->tw_dmahandle, &tw->tw_cookie); in ehci_polled_fill_in_qtd()
1719 rem_len = (tw->tw_dma_offs + tw->tw_cookie.dmac_size) - in ehci_polled_fill_in_qtd()
1724 tw->tw_cookie.dmac_address; in ehci_polled_fill_in_qtd()
2055 DDI_DMA_DONTWAIT, NULL, &tw->tw_cookie, &ccount)) != in ehci_polled_create_tw()
H A Dehci_xfer.c2437 while ((tw->tw_dma_offs + tw->tw_cookie.dmac_size) <= in ehci_fill_in_qtd()
2443 tw->tw_dma_offs += tw->tw_cookie.dmac_size; in ehci_fill_in_qtd()
2444 ddi_dma_nextcookie(tw->tw_dmahandle, &tw->tw_cookie); in ehci_fill_in_qtd()
2453 rem_len = (tw->tw_dma_offs + tw->tw_cookie.dmac_size) - in ehci_fill_in_qtd()
2458 tw->tw_cookie.dmac_address; in ehci_fill_in_qtd()
2464 "0x%lx idx %d", buf_addr, tw->tw_cookie.dmac_size, in ehci_fill_in_qtd()
3063 dmamem_wait, NULL, &tw->tw_cookie, &tw->tw_ncookies); in ehci_create_transfer_wrapper()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcipolled.c433 SetTD32(uhcip, td->buffer_address, tw->tw_cookie.dmac_address); in uhci_hcdi_polled_write()
829 SetTD32(uhcip, td->buffer_address, tw->tw_cookie.dmac_address); in uhci_polled_insert_td_on_qh()
888 DDI_DMA_DONTWAIT, NULL, &tw->tw_cookie, &ccount)) != in uhci_polled_create_tw()
H A Duhciutil.c1819 dmamem_wait, NULL, &tw->tw_cookie, &tw->tw_ncookies) != in uhci_create_transfer_wrapper()
2049 while ((tw->tw_dma_offs + tw->tw_cookie.dmac_size) <= in uhci_get_tw_paddr_by_offs()
2055 tw->tw_dma_offs += tw->tw_cookie.dmac_size; in uhci_get_tw_paddr_by_offs()
2056 ddi_dma_nextcookie(tw->tw_dmahandle, &tw->tw_cookie); in uhci_get_tw_paddr_by_offs()
2065 rem_len = (tw->tw_dma_offs + tw->tw_cookie.dmac_size) - in uhci_get_tw_paddr_by_offs()
2071 tw->tw_cookie.dmac_address; in uhci_get_tw_paddr_by_offs()
2075 "0x%lx idx %d", buf_addr, tw->tw_cookie.dmac_size, in uhci_get_tw_paddr_by_offs()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h368 ddi_dma_cookie_t tw_cookie; /* DMA cookie */ member
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h589 ddi_dma_cookie_t tw_cookie; /* DMA cookie */ member
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h604 ddi_dma_cookie_t tw_cookie; /* DMA cookie */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c6079 if ((tw->tw_dma_offs + tw->tw_cookie.dmac_size) <= in ohci_init_td()
6085 tw->tw_dma_offs += tw->tw_cookie.dmac_size; in ohci_init_td()
6086 ddi_dma_nextcookie(tw->tw_dmahandle, &tw->tw_cookie); in ohci_init_td()
6091 ASSERT((tw->tw_dma_offs + tw->tw_cookie.dmac_size) > in ohci_init_td()
6098 rem_len = (tw->tw_dma_offs + tw->tw_cookie.dmac_size) - in ohci_init_td()
6103 tw->tw_cookie.dmac_address; in ohci_init_td()
6112 "0x%lx idx %d", page_addr, tw->tw_cookie.dmac_size, in ohci_init_td()
6934 dmamem_wait, NULL, &tw->tw_cookie, &tw->tw_ncookies); in ohci_create_transfer_wrapper()
9452 &tw->tw_cookie, &ccount); in ohci_tw_rebind_cookie()
H A Dohci_polled.c2164 DDI_DMA_DONTWAIT, NULL, &tw->tw_cookie, &ccount)) != in ohci_polled_create_tw()