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 D | ehci_intr.c | 662 if (Get_QTD(qtd->qtd_ctrl_phase) != in ehci_check_for_short_xfer() 828 (Get_QTD(qtd->qtd_ctrl_phase) == in ehci_handle_error() 962 (void *)pp, (void *)tw, (void *)qtd, Get_QTD(qtd->qtd_ctrl_phase)); in ehci_handle_ctrl_qtd() 980 switch (Get_QTD(qtd->qtd_ctrl_phase)) { in ehci_handle_ctrl_qtd()
|
H A D | ehci_xfer.c | 170 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 D | ehci_util.c | 4466 "\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 D | ehci.h | 485 uint32_t qtd_ctrl_phase; /* Control xfer phase info */ member
|