Searched refs:isoc_reqp (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_isoch_util.c | 1027 usb_isoc_req_t *isoc_reqp = itw->itw_curr_xfer_reqp; in ehci_insert_isoc_to_pfl() local 1038 isoc_reqp->isoc_attributes, (void *)itw); in ehci_insert_isoc_to_pfl() 1053 switch (isoc_reqp->isoc_attributes & in ehci_insert_isoc_to_pfl() 1063 if ((isoc_reqp->isoc_frame_no == 0) || in ehci_insert_isoc_to_pfl() 1064 ((isoc_reqp->isoc_frame_no + in ehci_insert_isoc_to_pfl() 1065 isoc_reqp->isoc_pkts_count) < in ehci_insert_isoc_to_pfl() 1080 start_frame_number = isoc_reqp->isoc_frame_no; in ehci_insert_isoc_to_pfl() 1104 isoc_reqp->isoc_frame_no = start_frame_number; in ehci_insert_isoc_to_pfl() 1114 isoc_reqp->isoc_attributes); in ehci_insert_isoc_to_pfl() 1339 usb_isoc_req_t *isoc_reqp; in ehci_deallocate_isoc_in_resource() local [all …]
|
H A D | ehci_isoch.c | 64 usb_isoc_req_t *isoc_reqp, 303 usb_isoc_req_t *isoc_reqp, in ehci_allocate_isoc_resources() argument 338 if (isoc_reqp) { in ehci_allocate_isoc_resources() 339 isoc_pkt_descr = isoc_reqp->isoc_pkt_descr; in ehci_allocate_isoc_resources() 340 isoc_pkt_count = isoc_reqp->isoc_pkts_count; in ehci_allocate_isoc_resources() 341 isoc_pkts_length = isoc_reqp->isoc_pkts_length; in ehci_allocate_isoc_resources() 385 ASSERT(isoc_reqp != NULL); in ehci_allocate_isoc_resources() 386 itw_xfer_size = MBLKL(isoc_reqp->isoc_data); in ehci_allocate_isoc_resources() 422 ASSERT(isoc_reqp->isoc_data != NULL); in ehci_allocate_isoc_resources() 425 bcopy(isoc_reqp->isoc_data->b_rptr, in ehci_allocate_isoc_resources() [all …]
|
H A D | ehci.c | 1485 usb_isoc_req_t *isoc_reqp, in ehci_hcdi_pipe_isoc_xfer() argument 1496 (void *)ph, (void *)isoc_reqp, usb_flags); in ehci_hcdi_pipe_isoc_xfer() 1512 (usb_opaque_t)isoc_reqp, usb_flags); in ehci_hcdi_pipe_isoc_xfer() 1516 isoc_reqp, usb_flags)) == NULL) { in ehci_hcdi_pipe_isoc_xfer()
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_req.c | 2201 usb_isoc_req_t *isoc_reqp = NULL; in usba_hcdi_dup_isoc_req() local 2209 return (isoc_reqp); in usba_hcdi_dup_isoc_req() 2221 if (((isoc_reqp = usb_alloc_isoc_req(dip, in usba_hcdi_dup_isoc_req() 2223 isoc_reqp->isoc_frame_no = reqp->isoc_frame_no; in usba_hcdi_dup_isoc_req() 2224 isoc_reqp->isoc_pkts_count = reqp->isoc_pkts_count; in usba_hcdi_dup_isoc_req() 2225 isoc_reqp->isoc_pkts_length = reqp->isoc_pkts_length; in usba_hcdi_dup_isoc_req() 2226 isoc_reqp->isoc_attributes = reqp->isoc_attributes; in usba_hcdi_dup_isoc_req() 2227 isoc_reqp->isoc_client_private = reqp->isoc_client_private; in usba_hcdi_dup_isoc_req() 2228 isoc_reqp->isoc_cb = reqp->isoc_cb; in usba_hcdi_dup_isoc_req() 2229 isoc_reqp->isoc_exc_cb = reqp->isoc_exc_cb; in usba_hcdi_dup_isoc_req() [all …]
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehci_isoch.h | 62 usb_isoc_req_t *isoc_reqp,
|
H A D | ehcid.h | 1136 usb_isoc_req_t *isoc_reqp,
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci.c | 123 usb_isoc_req_t *isoc_reqp, 272 usb_isoc_req_t *isoc_reqp, 3122 usb_isoc_req_t *isoc_reqp, in ohci_hcdi_pipe_isoc_xfer() argument 3133 (void *)ph, (void *)isoc_reqp, usb_flags); in ohci_hcdi_pipe_isoc_xfer() 3149 (void *)isoc_reqp, usb_flags); in ohci_hcdi_pipe_isoc_xfer() 3153 (usb_opaque_t)isoc_reqp, usb_flags); in ohci_hcdi_pipe_isoc_xfer() 3157 isoc_reqp, usb_flags)) == NULL) { in ohci_hcdi_pipe_isoc_xfer() 5545 usb_isoc_req_t *isoc_reqp, in ohci_allocate_isoc_resources() argument 5581 if (isoc_reqp) { in ohci_allocate_isoc_resources() 5582 isoc_pkt_descr = isoc_reqp->isoc_pkt_descr; in ohci_allocate_isoc_resources() [all …]
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhcitgt.c | 895 usb_isoc_req_t *isoc_reqp, in uhci_hcdi_pipe_isoc_xfer() argument 903 (void *)isoc_reqp, flags); in uhci_hcdi_pipe_isoc_xfer() 908 (usb_opaque_t)isoc_reqp, flags)); in uhci_hcdi_pipe_isoc_xfer() 911 return (uhci_pipe_send_isoc_data(uhcip, ph, isoc_reqp, flags)); in uhci_hcdi_pipe_isoc_xfer()
|