Home
last modified time | relevance | path

Searched refs:tw_dma_offs (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c1683 ASSERT(buf_len == 0 || qtd_dma_offs >= tw->tw_dma_offs); in ehci_polled_fill_in_qtd()
1703 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()
1719 rem_len = (tw->tw_dma_offs + tw->tw_cookie.dmac_size) - in ehci_polled_fill_in_qtd()
1723 buf_addr = (qtd_dma_offs - tw->tw_dma_offs) + in ehci_polled_fill_in_qtd()
2083 tw->tw_dma_offs = 0; in ehci_polled_create_tw()
H A Dehci_xfer.c2417 ASSERT(buf_len == 0 || qtd_dma_offs >= tw->tw_dma_offs); in ehci_fill_in_qtd()
2437 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()
2453 rem_len = (tw->tw_dma_offs + tw->tw_cookie.dmac_size) - in ehci_fill_in_qtd()
2457 buf_addr = (qtd_dma_offs - tw->tw_dma_offs) + in ehci_fill_in_qtd()
3076 tw->tw_dma_offs = 0; in ehci_create_transfer_wrapper()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h371 size_t tw_dma_offs; /* DMA buffer offset */ member
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h595 size_t tw_dma_offs; /* DMA buffer offset */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1831 tw->tw_dma_offs = 0; in uhci_create_transfer_wrapper()
2032 ASSERT(length == 0 || buffer_offset >= tw->tw_dma_offs); in uhci_get_tw_paddr_by_offs()
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()
2065 rem_len = (tw->tw_dma_offs + tw->tw_cookie.dmac_size) - in uhci_get_tw_paddr_by_offs()
2070 buf_addr = (buffer_offset - tw->tw_dma_offs) + in uhci_get_tw_paddr_by_offs()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1882 ASSERT((tw->tw_cookie_idx == 0) && (tw->tw_dma_offs == 0)); in ohci_polled_insert_td()
2192 tw->tw_dma_offs = 0; in ohci_polled_create_tw()
H A Dohci.c6071 ASSERT(buf_len == 0 || hctd_dma_offs >= tw->tw_dma_offs); in ohci_init_td()
6079 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()
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()
6102 page_addr = (hctd_dma_offs - tw->tw_dma_offs) + in ohci_init_td()
6947 tw->tw_dma_offs = 0; in ohci_create_transfer_wrapper()
9456 tw->tw_dma_offs = 0; in ohci_tw_rebind_cookie()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h607 size_t tw_dma_offs; /* DMA buffer offset */ member