Home
last modified time | relevance | path

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) { in ehci_check_for_error()
692 residue, tw->tw_direction); in ehci_check_for_short_xfer()
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()
1587 tw->tw_direction = EHCI_QTD_CTRL_OUT_PID; in ehci_insert_ctrl_req()
1597 ctrl = (EHCI_QTD_CTRL_DATA_TOGGLE_1 | tw->tw_direction); in ehci_insert_ctrl_req()
1615 if (tw->tw_direction == EHCI_QTD_CTRL_IN_PID) { in ehci_insert_ctrl_req()
1739 tw->tw_direction = (pipe_dir == USB_EP_DIR_OUT) ? in ehci_insert_bulk_req()
1742 if (tw->tw_direction == EHCI_QTD_CTRL_OUT_PID) { in ehci_insert_bulk_req()
1755 ctrl = tw->tw_direction; in ehci_insert_bulk_req()
2131 tw->tw_direction = EHCI_QTD_CTRL_IN_PID; in ehci_allocate_intr_resources()
2145 tw->tw_direction = EHCI_QTD_CTRL_OUT_PID; in ehci_allocate_intr_resources()
2182 ctrl = (tw->tw_direction | EHCI_QTD_CTRL_INTR_ON_COMPLETE); in ehci_insert_intr_req()
[all …]
H A Dehci_polled.c1561 qtd_control = (tw->tw_direction | EHCI_QTD_CTRL_INTR_ON_COMPLETE); in ehci_polled_insert_intr_qtd()
1619 qtd_control = (tw->tw_direction | EHCI_QTD_CTRL_INTR_ON_COMPLETE); in ehci_polled_insert_bulk_qtd()
2110 tw->tw_direction = (pipe_dir == USB_EP_DIR_OUT)? in ehci_polled_create_tw()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1602 if (tw->tw_direction == PID_IN) { in uhci_insert_intr_td()
1623 if (tw->tw_direction == PID_IN) { in uhci_insert_intr_td()
2251 tw->tw_direction = PID_IN; in uhci_create_setup_pkt()
2253 tw->tw_direction = PID_OUT; in uhci_create_setup_pkt()
2830 if (tw->tw_direction == PID_OUT) { in uhci_insert_bulk_td()
3450 if (tw->tw_direction == PID_IN) { in uhci_handle_bulk_td()
4043 if (tw->tw_direction == PID_IN) { in uhci_insert_isoc_td()
4070 if (tw->tw_direction == PID_IN) { in uhci_insert_isoc_td()
4163 if (tw->tw_direction == PID_IN) { in uhci_insert_isoc_td()
4341 if (tw->tw_direction == PID_IN) { in uhci_handle_isoc_td()
[all …]
H A Duhci.c1460 (tw->tw_direction == PID_IN)) { in uhci_handle_ctrl_td()
1552 pp, tw, tw->tw_direction, in uhci_handle_ctrl_td()
1625 tw->tw_direction, in uhci_handle_ctrl_td()
1643 direction = (tw->tw_direction == PID_IN) ? PID_OUT : PID_IN; in uhci_handle_ctrl_td()
1669 if ((tw->tw_length != 0) && (tw->tw_direction == PID_IN)) { in uhci_handle_ctrl_td()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c524 ctrl = tw->tw_direction | HC_TD_DT_0|HC_TD_1I | HC_TD_R; in ohci_hcdi_polled_write()
1927 td_control = tw->tw_direction|HC_TD_DT_0|HC_TD_1I|HC_TD_R; in ohci_polled_insert_td()
2099 ctrl = tw->tw_direction | HC_TD_DT_0 | HC_TD_1I | HC_TD_R; in ohci_polled_insert_bulk_td()
2221 tw->tw_direction = (pipe_dir == USB_EP_DIR_IN) ? HC_TD_IN : HC_TD_OUT; in ohci_polled_create_tw()
H A Dohci.c4866 tw->tw_direction = HC_TD_IN; in ohci_insert_ctrl_req()
4868 tw->tw_direction = HC_TD_OUT; in ohci_insert_ctrl_req()
4884 if (tw->tw_direction == HC_TD_IN) { in ohci_insert_ctrl_req()
4901 if (tw->tw_direction == HC_TD_IN) { in ohci_insert_ctrl_req()
5016 tw->tw_direction = in ohci_insert_bulk_req()
5421 tw->tw_direction = HC_TD_IN; in ohci_allocate_intr_resources()
5433 tw->tw_direction = HC_TD_OUT; in ohci_allocate_intr_resources()
5677 tw->tw_direction = HC_TD_IN; in ohci_allocate_isoc_resources()
5697 tw->tw_direction = HC_TD_OUT; in ohci_allocate_isoc_resources()
8738 if (tw->tw_direction == HC_TD_IN) { in ohci_handle_error()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h375 uint_t tw_direction; /* Direction of TD */ member
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h600 uint_t tw_direction; /* Direction of TD */ member
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h615 uint_t tw_direction; /* Direction of QTD */ member