Home
last modified time | relevance | path

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

/illumos-gate/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.c1585 tw->tw_direction = EHCI_QTD_CTRL_IN_PID; in ehci_insert_ctrl_req()
1615 if (tw->tw_direction == EHCI_QTD_CTRL_IN_PID) { in ehci_insert_ctrl_req()
1621 EHCI_QTD_CTRL_IN_PID | in ehci_insert_ctrl_req()
1630 EHCI_QTD_CTRL_IN_PID | in ehci_insert_ctrl_req()
1740 EHCI_QTD_CTRL_OUT_PID : EHCI_QTD_CTRL_IN_PID; in ehci_insert_bulk_req()
2131 tw->tw_direction = EHCI_QTD_CTRL_IN_PID; in ehci_allocate_intr_resources()
4004 (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()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h516 #define EHCI_QTD_CTRL_IN_PID 0x00000100 /* IN token */ macro