Searched refs:bulk_reqp (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehci_xfer.h | 82 usb_bulk_req_t *bulk_reqp, 87 usb_bulk_req_t *bulk_reqp,
|
H A D | ehcid.h | 1118 usb_bulk_req_t *bulk_reqp,
|
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_xfer.c | 127 usb_bulk_req_t *bulk_reqp, 132 usb_bulk_req_t *bulk_reqp, 1657 usb_bulk_req_t *bulk_reqp, in ehci_allocate_bulk_resources() argument 1664 if (bulk_reqp->bulk_len > EHCI_MAX_BULK_XFER_SIZE) { in ehci_allocate_bulk_resources() 1668 "more than 0x%x", bulk_reqp->bulk_len, in ehci_allocate_bulk_resources() 1675 qtd_count = bulk_reqp->bulk_len / EHCI_MAX_QTD_XFER_SIZE; in ehci_allocate_bulk_resources() 1676 if (bulk_reqp->bulk_len % EHCI_MAX_QTD_XFER_SIZE || in ehci_allocate_bulk_resources() 1677 bulk_reqp->bulk_len == 0) { in ehci_allocate_bulk_resources() 1681 tw = ehci_allocate_tw_resources(ehcip, pp, bulk_reqp->bulk_len, in ehci_allocate_bulk_resources() 1698 usb_bulk_req_t *bulk_reqp, in ehci_insert_bulk_req() argument [all …]
|
H A D | ehci.c | 1292 usb_bulk_req_t *bulk_reqp, in ehci_hcdi_pipe_bulk_xfer() argument 1303 (void *)ph, (void *)bulk_reqp, usb_flags); in ehci_hcdi_pipe_bulk_xfer() 1329 if ((tw = ehci_allocate_bulk_resources(ehcip, pp, bulk_reqp, in ehci_hcdi_pipe_bulk_xfer() 1335 ehci_insert_bulk_req(ehcip, ph, bulk_reqp, tw, usb_flags); in ehci_hcdi_pipe_bulk_xfer()
|
/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhcitgt.c | 663 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()
|
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci.c | 106 usb_bulk_req_t *bulk_reqp, 243 usb_bulk_req_t *bulk_reqp, 247 usb_bulk_req_t *bulk_reqp, 2930 usb_bulk_req_t *bulk_reqp, in ohci_hcdi_pipe_bulk_xfer() argument 2941 (void *)ph, (void *)bulk_reqp, usb_flags); in ohci_hcdi_pipe_bulk_xfer() 2967 if ((tw = ohci_allocate_bulk_resources(ohcip, pp, bulk_reqp, in ohci_hcdi_pipe_bulk_xfer() 2973 ohci_insert_bulk_req(ohcip, ph, bulk_reqp, tw, usb_flags); in ohci_hcdi_pipe_bulk_xfer() 4951 usb_bulk_req_t *bulk_reqp, in ohci_allocate_bulk_resources() argument 4958 if (bulk_reqp->bulk_len > OHCI_MAX_BULK_XFER_SIZE) { in ohci_allocate_bulk_resources() 4962 "more than 0x%x", bulk_reqp->bulk_len, in ohci_allocate_bulk_resources() [all …]
|