Home
last modified time | relevance | path

Searched refs:OHCI_DMA_ATTR_TD_SGLLEN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h88 #define OHCI_DMA_ATTR_TD_SGLLEN 2 /* maximum 8K per TD */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c6173 if (bufp->ncookies == OHCI_DMA_ATTR_TD_SGLLEN) { in ohci_init_itd()
7060 dma_attr.dma_attr_sgllen = OHCI_DMA_ATTR_TD_SGLLEN; in ohci_create_isoc_transfer_wrapper()
7148 (ccount <= OHCI_DMA_ATTR_TD_SGLLEN)) { in ohci_create_isoc_transfer_wrapper()
9429 (ccount <= OHCI_DMA_ATTR_TD_SGLLEN)) { in ohci_tw_rebind_cookie()