Home
last modified time | relevance | path

Searched refs:bulk_reqp (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_xfer.h82 usb_bulk_req_t *bulk_reqp,
87 usb_bulk_req_t *bulk_reqp,
H A Dehcid.h1119 usb_bulk_req_t *bulk_reqp,
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c127 usb_bulk_req_t *bulk_reqp,
132 usb_bulk_req_t *bulk_reqp,
1655 usb_bulk_req_t *bulk_reqp, in ehci_allocate_bulk_resources() argument
1675 bulk_reqp->bulk_len == 0) { in ehci_allocate_bulk_resources()
1696 usb_bulk_req_t *bulk_reqp, in ehci_insert_bulk_req() argument
1708 (void *)bulk_reqp, flags); in ehci_insert_bulk_req()
1730 tw->tw_timeout = bulk_reqp->bulk_timeout; in ehci_insert_bulk_req()
1744 if (bulk_reqp->bulk_len) { in ehci_insert_bulk_req()
1745 ASSERT(bulk_reqp->bulk_data != NULL); in ehci_insert_bulk_req()
1748 bulk_reqp->bulk_len); in ehci_insert_bulk_req()
[all …]
H A Dehci.c1277 usb_bulk_req_t *bulk_reqp, in ehci_hcdi_pipe_bulk_xfer() argument
1288 (void *)ph, (void *)bulk_reqp, usb_flags); in ehci_hcdi_pipe_bulk_xfer()
1314 if ((tw = ehci_allocate_bulk_resources(ehcip, pp, bulk_reqp, in ehci_hcdi_pipe_bulk_xfer()
1320 ehci_insert_bulk_req(ehcip, ph, bulk_reqp, tw, usb_flags); in ehci_hcdi_pipe_bulk_xfer()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c663 usb_bulk_req_t *bulk_reqp, usb_flags_t usb_flags) in uhci_hcdi_pipe_bulk_xfer() argument
674 if (bulk_reqp->bulk_len > UHCI_BULK_MAX_XFER_SIZE) { in uhci_hcdi_pipe_bulk_xfer()
677 bulk_reqp->bulk_len, UHCI_BULK_MAX_XFER_SIZE); in uhci_hcdi_pipe_bulk_xfer()
692 if ((error = uhci_insert_bulk_td(uhcip, pipe_handle, bulk_reqp, in uhci_hcdi_pipe_bulk_xfer()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c106 usb_bulk_req_t *bulk_reqp,
243 usb_bulk_req_t *bulk_reqp,
247 usb_bulk_req_t *bulk_reqp,
2914 usb_bulk_req_t *bulk_reqp, in ohci_hcdi_pipe_bulk_xfer() argument
4933 usb_bulk_req_t *bulk_reqp, in ohci_allocate_bulk_resources() argument
4953 bulk_reqp->bulk_len == 0) { in ohci_allocate_bulk_resources()
4974 usb_bulk_req_t *bulk_reqp, in ohci_insert_bulk_req() argument
4986 (void *)bulk_reqp, flags); in ohci_insert_bulk_req()
5007 tw->tw_timeout = bulk_reqp->bulk_timeout; in ohci_insert_bulk_req()
5021 ASSERT(bulk_reqp->bulk_data != NULL); in ohci_insert_bulk_req()
[all …]