Searched defs:qtd_dma_offs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c87 size_t qtd_dma_offs,
1647 * qtd_dma_offs - the starting offset into the TW buffer, where the QTD
1658 size_t qtd_dma_offs,
1683 ASSERT(buf_len == 0 || qtd_dma_offs >= tw->tw_dma_offs);
1690 Set_QTD(qtd->qtd_xfer_offs, qtd_dma_offs);
1696 * that qtd_dma_offs falls in.
1698 * once. It is here just to accommodate the case qtd_dma_offs
1704 qtd_dma_offs) {
1720 qtd_dma_offs;
1723 buf_addr = (qtd_dma_offs
1654 ehci_polled_fill_in_qtd( ehci_state_t *ehcip, ehci_qtd_t *qtd, uint_t qtd_ctrl, size_t qtd_dma_offs, size_t qtd_length, ehci_trans_wrapper_t *tw) argument
[all...]
H A Dehci_xfer.c168 size_t qtd_dma_offs,
179 size_t qtd_dma_offs,
2253 size_t qtd_dma_offs,
2292 qtd_dma_offs, qtd_length, qtd_ctrl_phase, pp, tw);
2376 * qtd_dma_offs - the starting offset into the TW buffer, where the QTD
2388 size_t qtd_dma_offs,
2402 "len 0x%lx", (void *)qtd, qtd_ctrl, qtd_dma_offs, qtd_length);
2419 ASSERT(buf_len == 0 || qtd_dma_offs >= tw->tw_dma_offs);
2426 Set_QTD(qtd->qtd_xfer_offs, qtd_dma_offs);
2432 * that qtd_dma_offs fall
2250 ehci_insert_qtd( ehci_state_t *ehcip, uint32_t qtd_ctrl, size_t qtd_dma_offs, size_t qtd_length, uint32_t qtd_ctrl_phase, ehci_pipe_private_t *pp, ehci_trans_wrapper_t *tw) argument
2384 ehci_fill_in_qtd( ehci_state_t *ehcip, ehci_qtd_t *qtd, uint32_t qtd_ctrl, size_t qtd_dma_offs, size_t qtd_length, uint32_t qtd_ctrl_phase, ehci_pipe_private_t *pp, ehci_trans_wrapper_t *tw) argument
[all...]

Completed in 51 milliseconds