Searched refs:qtd_length (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehci_xfer.h | 113 size_t qtd_length,
|
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_xfer.c | 169 size_t qtd_length, 180 size_t qtd_length, 2254 size_t qtd_length, in ehci_insert_qtd() argument 2292 qtd_dma_offs, qtd_length, qtd_ctrl_phase, pp, tw); in ehci_insert_qtd() 2389 size_t qtd_length, in ehci_fill_in_qtd() argument 2395 size_t buf_len = qtd_length; in ehci_fill_in_qtd() 2402 "len 0x%lx", (void *)qtd, qtd_ctrl, qtd_dma_offs, qtd_length); in ehci_fill_in_qtd() 2411 ctrl |= (((qtd_length << EHCI_QTD_CTRL_BYTES_TO_XFER_SHIFT) in ehci_fill_in_qtd()
|
H A D | ehci_polled.c | 88 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()
|