Home
last modified time | relevance | path

Searched refs:EHCI_QTD_CTRL_OUT_PID (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h515 #define EHCI_QTD_CTRL_OUT_PID 0x00000000 /* OUT token */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1587 tw->tw_direction = EHCI_QTD_CTRL_OUT_PID; in ehci_insert_ctrl_req()
1617 EHCI_QTD_CTRL_OUT_PID | in ehci_insert_ctrl_req()
1740 EHCI_QTD_CTRL_OUT_PID : EHCI_QTD_CTRL_IN_PID; in ehci_insert_bulk_req()
1742 if (tw->tw_direction == EHCI_QTD_CTRL_OUT_PID) { in ehci_insert_bulk_req()
2145 tw->tw_direction = EHCI_QTD_CTRL_OUT_PID; in ehci_allocate_intr_resources()
H A Dehci_polled.c2111 EHCI_QTD_CTRL_OUT_PID : EHCI_QTD_CTRL_IN_PID; in ehci_polled_create_tw()