Home
last modified time | relevance | path

Searched refs:isoc_reqp (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c1053 switch (isoc_reqp->isoc_attributes & 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()
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
1352 if (isoc_reqp) { in ehci_deallocate_isoc_in_resource()
1360 usb_free_isoc_req(isoc_reqp); in ehci_deallocate_isoc_in_resource()
1441 usb_isoc_req_t *isoc_reqp; in ehci_parse_isoc_error() local
1454 isoc_reqp->isoc_error_count++; in ehci_parse_isoc_error()
1475 usb_isoc_req_t *isoc_reqp; in ehci_parse_itd_error() local
[all …]
H A Dehci_isoch.c64 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()
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()
431 itw->itw_curr_xfer_reqp = isoc_reqp; in ehci_allocate_isoc_resources()
[all …]
H A Dehci.c1485 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 Dusbai_req.c2201 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()
2226 isoc_reqp->isoc_attributes = reqp->isoc_attributes; 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()
2231 isoc_wrp = USBA_REQ2WRP(isoc_reqp); in usba_hcdi_dup_isoc_req()
2238 isoc_reqp->isoc_pkt_descr[count].isoc_pkt_length = in usba_hcdi_dup_isoc_req()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_isoch.h62 usb_isoc_req_t *isoc_reqp,
H A Dehcid.h1136 usb_isoc_req_t *isoc_reqp,
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c895 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()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c123 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
3149 (void *)isoc_reqp, usb_flags); 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()
5621 ASSERT(isoc_reqp != NULL); in ohci_allocate_isoc_resources()
6243 usb_isoc_req_t *isoc_reqp = in ohci_insert_td_with_frame_number() local
6327 isoc_reqp->isoc_attributes); in ohci_insert_td_with_frame_number()
8493 usb_isoc_req_t *isoc_reqp; in ohci_parse_isoc_error() local
[all …]