Searched refs:tw_direction (Results 1 - 10 of 10) 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) {
692 residue, tw->tw_direction);
697 if (tw->tw_direction == EHCI_QTD_CTRL_IN_PID) {
823 if (tw->tw_direction == EHCI_QTD_CTRL_IN_PID) {
1015 (tw->tw_direction == EHCI_QTD_CTRL_IN_PID)) {
H A Dehci_xfer.c1587 tw->tw_direction = EHCI_QTD_CTRL_IN_PID;
1589 tw->tw_direction = EHCI_QTD_CTRL_OUT_PID;
1599 ctrl = (EHCI_QTD_CTRL_DATA_TOGGLE_1 | tw->tw_direction);
1617 if (tw->tw_direction == EHCI_QTD_CTRL_IN_PID) {
1741 tw->tw_direction = (pipe_dir == USB_EP_DIR_OUT) ?
1744 if (tw->tw_direction == EHCI_QTD_CTRL_OUT_PID) {
1757 ctrl = tw->tw_direction;
2133 tw->tw_direction = EHCI_QTD_CTRL_IN_PID;
2147 tw->tw_direction = EHCI_QTD_CTRL_OUT_PID;
2184 ctrl = (tw->tw_direction | EHCI_QTD_CTRL_INTR_ON_COMPLET
[all...]
H A Dehci_polled.c1561 qtd_control = (tw->tw_direction | EHCI_QTD_CTRL_INTR_ON_COMPLETE);
1619 qtd_control = (tw->tw_direction | EHCI_QTD_CTRL_INTR_ON_COMPLETE);
2110 tw->tw_direction = (pipe_dir == USB_EP_DIR_OUT)?
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1593 tw->tw_direction = (pipe_dir == USB_EP_DIR_OUT) ?
1602 if (tw->tw_direction == PID_IN) {
1623 if (tw->tw_direction == PID_IN) {
2251 tw->tw_direction = PID_IN;
2253 tw->tw_direction = PID_OUT;
2614 if ((tw_tmp->tw_direction == PID_IN) &&
2823 tw->tw_direction = (UHCI_XFER_DIR(&ph->p_ep) == USB_EP_DIR_OUT) ?
2827 "uhci_insert_bulk_td: direction: 0x%x", tw->tw_direction);
2830 if (tw->tw_direction == PID_OUT) {
3004 SetTD_PID(uhcip, current_td, tw->tw_direction);
[all...]
H A Duhci.c1460 (tw->tw_direction == PID_IN)) {
1552 pp, tw, tw->tw_direction,
1625 tw->tw_direction,
1643 direction = (tw->tw_direction == PID_IN) ? PID_OUT : PID_IN;
1669 if ((tw->tw_length != 0) && (tw->tw_direction == PID_IN)) {
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h375 uint_t tw_direction; /* Direction of TD */ member in struct:uhci_trans_wrapper
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c522 ctrl = tw->tw_direction | HC_TD_DT_0|HC_TD_1I | HC_TD_R;
1924 td_control = tw->tw_direction|HC_TD_DT_0|HC_TD_1I|HC_TD_R;
2096 ctrl = tw->tw_direction | HC_TD_DT_0 | HC_TD_1I | HC_TD_R;
2218 tw->tw_direction = (pipe_dir == USB_EP_DIR_IN) ? HC_TD_IN : HC_TD_OUT;
H A Dohci.c4884 tw->tw_direction = HC_TD_IN;
4886 tw->tw_direction = HC_TD_OUT;
4902 if (tw->tw_direction == HC_TD_IN) {
4919 if (tw->tw_direction == HC_TD_IN) {
5034 tw->tw_direction =
5037 if (tw->tw_direction == HC_TD_OUT && bulk_reqp->bulk_len) {
5047 ctrl = tw->tw_direction|HC_TD_DT_0|HC_TD_6I;
5439 tw->tw_direction = HC_TD_IN;
5451 tw->tw_direction = HC_TD_OUT;
5491 ctrl = tw->tw_direction | HC_TD_DT_
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h600 uint_t tw_direction; /* Direction of TD */ member in struct:ohci_trans_wrapper
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h614 uint_t tw_direction; /* Direction of QTD */ member in struct:ehci_trans_wrapper

Completed in 318 milliseconds