Searched defs:bulk_reqp (Results 1 - 4 of 4) sorted by relevance

/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)
674 if (bulk_reqp->bulk_len > UHCI_BULK_MAX_XFER_SIZE) {
677 bulk_reqp->bulk_len, UHCI_BULK_MAX_XFER_SIZE);
692 if ((error = uhci_insert_bulk_td(uhcip, pipe_handle, bulk_reqp,
662 uhci_hcdi_pipe_bulk_xfer(usba_pipe_handle_data_t *pipe_handle, usb_bulk_req_t *bulk_reqp, usb_flags_t usb_flags) argument
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci.c1292 usb_bulk_req_t *bulk_reqp,
1303 (void *)ph, (void *)bulk_reqp, usb_flags);
1329 if ((tw = ehci_allocate_bulk_resources(ehcip, pp, bulk_reqp,
1335 ehci_insert_bulk_req(ehcip, ph, bulk_reqp, tw, usb_flags);
1290 ehci_hcdi_pipe_bulk_xfer( usba_pipe_handle_data_t *ph, usb_bulk_req_t *bulk_reqp, usb_flags_t usb_flags) argument
H A Dehci_xfer.c127 usb_bulk_req_t *bulk_reqp,
132 usb_bulk_req_t *bulk_reqp,
1657 usb_bulk_req_t *bulk_reqp,
1664 if (bulk_reqp->bulk_len > EHCI_MAX_BULK_XFER_SIZE) {
1668 "more than 0x%x", bulk_reqp->bulk_len,
1675 qtd_count = bulk_reqp->bulk_len / EHCI_MAX_QTD_XFER_SIZE;
1676 if (bulk_reqp->bulk_len % EHCI_MAX_QTD_XFER_SIZE ||
1677 bulk_reqp->bulk_len == 0) {
1681 tw = ehci_allocate_tw_resources(ehcip, pp, bulk_reqp->bulk_len,
1698 usb_bulk_req_t *bulk_reqp,
1654 ehci_allocate_bulk_resources( ehci_state_t *ehcip, ehci_pipe_private_t *pp, usb_bulk_req_t *bulk_reqp, usb_flags_t usb_flags) argument
1695 ehci_insert_bulk_req( ehci_state_t *ehcip, usba_pipe_handle_data_t *ph, usb_bulk_req_t *bulk_reqp, ehci_trans_wrapper_t *tw, usb_flags_t flags) argument
[all...]
/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,
2930 usb_bulk_req_t *bulk_reqp,
2941 (void *)ph, (void *)bulk_reqp, usb_flags);
2967 if ((tw = ohci_allocate_bulk_resources(ohcip, pp, bulk_reqp,
2973 ohci_insert_bulk_req(ohcip, ph, bulk_reqp, tw, usb_flags);
4951 usb_bulk_req_t *bulk_reqp,
4958 if (bulk_reqp->bulk_len > OHCI_MAX_BULK_XFER_SIZE) {
4962 "more than 0x%x", bulk_reqp
2928 ohci_hcdi_pipe_bulk_xfer( usba_pipe_handle_data_t *ph, usb_bulk_req_t *bulk_reqp, usb_flags_t usb_flags) argument
4948 ohci_allocate_bulk_resources( ohci_state_t *ohcip, ohci_pipe_private_t *pp, usb_bulk_req_t *bulk_reqp, usb_flags_t usb_flags) argument
4989 ohci_insert_bulk_req( ohci_state_t *ohcip, usba_pipe_handle_data_t *ph, usb_bulk_req_t *bulk_reqp, ohci_trans_wrapper_t *tw, usb_flags_t flags) argument
[all...]

Completed in 80 milliseconds