Home
last modified time | relevance | path

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) != in ehci_check_for_short_xfer()
830 (Get_QTD(qtd->qtd_ctrl_phase) == in ehci_handle_error()
964 (void *)pp, (void *)tw, (void *)qtd, Get_QTD(qtd->qtd_ctrl_phase)); in ehci_handle_ctrl_qtd()
982 switch (Get_QTD(qtd->qtd_ctrl_phase)) { in ehci_handle_ctrl_qtd()
H A Dehci_xfer.c170 uint32_t qtd_ctrl_phase,
181 uint32_t qtd_ctrl_phase,
2253 uint32_t qtd_ctrl_phase, in ehci_insert_qtd() argument
2290 qtd_dma_offs, qtd_length, qtd_ctrl_phase, pp, tw); in ehci_insert_qtd()
2388 uint32_t qtd_ctrl_phase, in ehci_fill_in_qtd() argument
2503 if (qtd_ctrl_phase) { in ehci_fill_in_qtd()
2504 Set_QTD(qtd->qtd_ctrl_phase, qtd_ctrl_phase); in ehci_fill_in_qtd()
H A Dehci_util.c4466 "\tqtd_ctrl_phase: 0x%x ", Get_QTD(qtd->qtd_ctrl_phase)); in ehci_print_qtd()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h485 uint32_t qtd_ctrl_phase; /* Control xfer phase info */ member