Home
last modified time | relevance | path

Searched refs:pipe_dir (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci.c1340 int pipe_dir, rval, error = USB_SUCCESS; in ehci_hcdi_pipe_intr_xfer() local
1357 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_hcdi_pipe_intr_xfer()
1359 if (pipe_dir == USB_EP_DIR_IN) { in ehci_hcdi_pipe_intr_xfer()
1491 int pipe_dir, rval; in ehci_hcdi_pipe_isoc_xfer() local
1508 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_hcdi_pipe_isoc_xfer()
1510 if (pipe_dir == USB_EP_DIR_IN) { in ehci_hcdi_pipe_isoc_xfer()
H A Dehci_polled.c1363 int pipe_attr, pipe_dir; in ehci_polled_process_active_intr_qtd_list() local
1375 pipe_dir = ehci_polledp->ehci_polled_input_pipe_handle-> in ehci_polled_process_active_intr_qtd_list()
1411 } else if (pipe_dir == USB_EP_DIR_IN) { in ehci_polled_process_active_intr_qtd_list()
2007 int result, pipe_dir, qtd_count; in ehci_polled_create_tw() local
2109 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_polled_create_tw()
2110 tw->tw_direction = (pipe_dir == USB_EP_DIR_OUT)? in ehci_polled_create_tw()
H A Dehci_isoch.c307 int pipe_dir, i; in ehci_allocate_isoc_resources() local
354 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_allocate_isoc_resources()
355 if (pipe_dir == USB_EP_DIR_IN) { in ehci_allocate_isoc_resources()
412 if (pipe_dir == USB_EP_DIR_IN) { in ehci_allocate_isoc_resources()
H A Dehci_xfer.c1704 int pipe_dir; in ehci_insert_bulk_req() local
1713 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_insert_bulk_req()
1739 tw->tw_direction = (pipe_dir == USB_EP_DIR_OUT) ? in ehci_insert_bulk_req()
2087 int pipe_dir; in ehci_allocate_intr_resources() local
2097 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_allocate_intr_resources()
2103 ASSERT(pipe_dir == USB_EP_DIR_IN); in ehci_allocate_intr_resources()
2126 if (pipe_dir == USB_EP_DIR_IN) { in ehci_allocate_intr_resources()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1713 int pipe_dir; in ohci_polled_process_input_list() local
1762 pipe_dir = tw->tw_pipe_private->pp_pipe_handle-> in ohci_polled_process_input_list()
1765 switch (pipe_dir) { in ohci_polled_process_input_list()
2121 int result, pipe_dir, td_count; in ohci_polled_create_tw() local
2220 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_polled_create_tw()
2221 tw->tw_direction = (pipe_dir == USB_EP_DIR_IN) ? HC_TD_IN : HC_TD_OUT; in ohci_polled_create_tw()
H A Dohci.c2977 int pipe_dir, rval, error = USB_SUCCESS; in ohci_hcdi_pipe_intr_xfer() local
2996 if (pipe_dir == USB_EP_DIR_IN) { in ohci_hcdi_pipe_intr_xfer()
3128 int pipe_dir, rval; in ohci_hcdi_pipe_isoc_xfer() local
3151 if (pipe_dir == USB_EP_DIR_IN) { in ohci_hcdi_pipe_isoc_xfer()
4982 int pipe_dir; in ohci_insert_bulk_req() local
5375 int pipe_dir; in ohci_allocate_intr_resources() local
5391 ASSERT(pipe_dir == USB_EP_DIR_IN); in ohci_allocate_intr_resources()
5414 if (pipe_dir == USB_EP_DIR_IN) { in ohci_allocate_intr_resources()
5549 int pipe_dir; in ohci_allocate_isoc_resources() local
5602 if (pipe_dir == USB_EP_DIR_IN) { in ohci_allocate_isoc_resources()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1536 int error, pipe_dir; in uhci_insert_intr_td() local
1550 pipe_dir = UHCI_XFER_DIR(&ph->p_ep); in uhci_insert_intr_td()
1556 ASSERT(pipe_dir == USB_EP_DIR_IN); in uhci_insert_intr_td()
1593 tw->tw_direction = (pipe_dir == USB_EP_DIR_OUT) ? in uhci_insert_intr_td()