Home
last modified time | relevance | path

Searched refs:EHCI_QTD_CTRL_IN_PID (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c565 if (tw->tw_direction == EHCI_QTD_CTRL_IN_PID) { in ehci_check_for_error()
697 if (tw->tw_direction == EHCI_QTD_CTRL_IN_PID) { in ehci_check_for_short_xfer()
823 if (tw->tw_direction == EHCI_QTD_CTRL_IN_PID) { in ehci_handle_error()
1015 (tw->tw_direction == EHCI_QTD_CTRL_IN_PID)) { in ehci_handle_ctrl_qtd()
H A Dehci_xfer.c1587 tw->tw_direction = EHCI_QTD_CTRL_IN_PID; in ehci_insert_ctrl_req()
1617 if (tw->tw_direction == EHCI_QTD_CTRL_IN_PID) { in ehci_insert_ctrl_req()
1623 EHCI_QTD_CTRL_IN_PID | in ehci_insert_ctrl_req()
1632 EHCI_QTD_CTRL_IN_PID | in ehci_insert_ctrl_req()
1742 EHCI_QTD_CTRL_OUT_PID : EHCI_QTD_CTRL_IN_PID; in ehci_insert_bulk_req()
2133 tw->tw_direction = EHCI_QTD_CTRL_IN_PID; in ehci_allocate_intr_resources()
4008 (curr_tw->tw_direction == EHCI_QTD_CTRL_IN_PID)) { in ehci_handle_outstanding_requests()
H A Dehci_polled.c2111 EHCI_QTD_CTRL_OUT_PID : EHCI_QTD_CTRL_IN_PID; in ehci_polled_create_tw()
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h515 #define EHCI_QTD_CTRL_IN_PID 0x00000100 /* IN token */ macro