Searched refs:qtd_ctrl_phase (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_intr.c | 664 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 D | ehci_xfer.c | 170 uint32_t qtd_ctrl_phase, 181 uint32_t qtd_ctrl_phase, 2255 uint32_t qtd_ctrl_phase, in ehci_insert_qtd() argument 2292 qtd_dma_offs, qtd_length, qtd_ctrl_phase, pp, tw); in ehci_insert_qtd() 2390 uint32_t qtd_ctrl_phase, in ehci_fill_in_qtd() argument 2505 if (qtd_ctrl_phase) { in ehci_fill_in_qtd() 2506 Set_QTD(qtd->qtd_ctrl_phase, qtd_ctrl_phase); in ehci_fill_in_qtd()
|
H A D | ehci_util.c | 4444 "\tqtd_ctrl_phase: 0x%x ", Get_QTD(qtd->qtd_ctrl_phase)); in ehci_print_qtd()
|
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehci.h | 484 uint32_t qtd_ctrl_phase; /* Control xfer phase info */ member
|