Home
last modified time | relevance | path

Searched refs:qtd_length (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_xfer.h113 size_t qtd_length,
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c169 size_t qtd_length,
180 size_t qtd_length,
2252 size_t qtd_length, in ehci_insert_qtd() argument
2290 qtd_dma_offs, qtd_length, qtd_ctrl_phase, pp, tw); in ehci_insert_qtd()
2387 size_t qtd_length, in ehci_fill_in_qtd() argument
2393 size_t buf_len = qtd_length; in ehci_fill_in_qtd()
2400 "len 0x%lx", (void *)qtd, qtd_ctrl, qtd_dma_offs, qtd_length); in ehci_fill_in_qtd()
2409 ctrl |= (((qtd_length << EHCI_QTD_CTRL_BYTES_TO_XFER_SHIFT) in ehci_fill_in_qtd()
H A Dehci_polled.c88 size_t qtd_length,
1659 size_t qtd_length, in ehci_polled_fill_in_qtd() argument
1663 size_t buf_len = qtd_length; in ehci_polled_fill_in_qtd()
1675 ctrl |= (((qtd_length << EHCI_QTD_CTRL_BYTES_TO_XFER_SHIFT) in ehci_polled_fill_in_qtd()