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
1662 if (bulk_reqp->bulk_len > EHCI_MAX_BULK_XFER_SIZE) { in ehci_allocate_bulk_resources()
1666 "more than 0x%x", bulk_reqp->bulk_len, in ehci_allocate_bulk_resources()
1673 qtd_count = bulk_reqp->bulk_len / EHCI_MAX_QTD_XFER_SIZE; in ehci_allocate_bulk_resources()
1674 if (bulk_reqp->bulk_len % EHCI_MAX_QTD_XFER_SIZE || in ehci_allocate_bulk_resources()
1675 bulk_reqp->bulk_len == 0) { in ehci_allocate_bulk_resources()
1679 tw = ehci_allocate_tw_resources(ehcip, pp, bulk_reqp->bulk_len, in ehci_allocate_bulk_resources()
1696 usb_bulk_req_t *bulk_reqp, in ehci_insert_bulk_req() argument
[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
2925 (void *)ph, (void *)bulk_reqp, usb_flags); in ohci_hcdi_pipe_bulk_xfer()
2951 if ((tw = ohci_allocate_bulk_resources(ohcip, pp, bulk_reqp, in ohci_hcdi_pipe_bulk_xfer()
2957 ohci_insert_bulk_req(ohcip, ph, bulk_reqp, tw, usb_flags); in ohci_hcdi_pipe_bulk_xfer()
4933 usb_bulk_req_t *bulk_reqp, in ohci_allocate_bulk_resources() argument
4940 if (bulk_reqp->bulk_len > OHCI_MAX_BULK_XFER_SIZE) { in ohci_allocate_bulk_resources()
4944 "more than 0x%x", bulk_reqp->bulk_len, in ohci_allocate_bulk_resources()
[all …]