Searched defs:qtd_ctrl_phase (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_xfer.c | 170 uint32_t qtd_ctrl_phase, 181 uint32_t qtd_ctrl_phase, 2255 uint32_t qtd_ctrl_phase, 2292 qtd_dma_offs, qtd_length, qtd_ctrl_phase, pp, tw); 2390 uint32_t qtd_ctrl_phase, 2503 * For Control Xfer, qtd_ctrl_phase is a valid filed. 2505 if (qtd_ctrl_phase) { 2506 Set_QTD(qtd->qtd_ctrl_phase, qtd_ctrl_phase); 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
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehci.h | 484 uint32_t qtd_ctrl_phase; /* Control xfer phase info */ member in struct:ehci_qtd 558 * qtd_ctrl_phase
|
Completed in 78 milliseconds