Searched refs:qtd_ctrl_phase (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c664 if (Get_QTD(qtd->qtd_ctrl_phase) !=
830 (Get_QTD(qtd->qtd_ctrl_phase) ==
964 (void *)pp, (void *)tw, (void *)qtd, Get_QTD(qtd->qtd_ctrl_phase));
982 switch (Get_QTD(qtd->qtd_ctrl_phase)) {
H A Dehci_xfer.c170 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
H A Dehci_util.c4444 "\tqtd_ctrl_phase: 0x%x ", Get_QTD(qtd->qtd_ctrl_phase));
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h484 uint32_t qtd_ctrl_phase; /* Control xfer phase info */ member in struct:ehci_qtd
558 * qtd_ctrl_phase

Completed in 77 milliseconds