Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c1026 usb_isoc_req_t *isoc_reqp = itw->itw_curr_xfer_reqp; in ehci_insert_isoc_to_pfl() local
1037 isoc_reqp->isoc_attributes, (void *)itw); in ehci_insert_isoc_to_pfl()
1052 switch (isoc_reqp->isoc_attributes & in ehci_insert_isoc_to_pfl()
1062 if ((isoc_reqp->isoc_frame_no == 0) || in ehci_insert_isoc_to_pfl()
1063 ((isoc_reqp->isoc_frame_no + in ehci_insert_isoc_to_pfl()
1064 isoc_reqp->isoc_pkts_count) < in ehci_insert_isoc_to_pfl()
1079 start_frame_number = isoc_reqp->isoc_frame_no; in ehci_insert_isoc_to_pfl()
1103 isoc_reqp->isoc_frame_no = start_frame_number; in ehci_insert_isoc_to_pfl()
1113 isoc_reqp->isoc_attributes); in ehci_insert_isoc_to_pfl()
1338 usb_isoc_req_t *isoc_reqp; in ehci_deallocate_isoc_in_resource() local
[all …]
H A Dehci_isoch.c64 usb_isoc_req_t *isoc_reqp,
302 usb_isoc_req_t *isoc_reqp, in ehci_allocate_isoc_resources() argument
337 if (isoc_reqp) { in ehci_allocate_isoc_resources()
338 isoc_pkt_descr = isoc_reqp->isoc_pkt_descr; in ehci_allocate_isoc_resources()
339 isoc_pkt_count = isoc_reqp->isoc_pkts_count; in ehci_allocate_isoc_resources()
340 isoc_pkts_length = isoc_reqp->isoc_pkts_length; in ehci_allocate_isoc_resources()
384 ASSERT(isoc_reqp != NULL); in ehci_allocate_isoc_resources()
385 itw_xfer_size = MBLKL(isoc_reqp->isoc_data); in ehci_allocate_isoc_resources()
421 ASSERT(isoc_reqp->isoc_data != NULL); in ehci_allocate_isoc_resources()
424 bcopy(isoc_reqp->isoc_data->b_rptr, in ehci_allocate_isoc_resources()
[all …]
H A Dehci.c1500 usb_isoc_req_t *isoc_reqp, in ehci_hcdi_pipe_isoc_xfer() argument
1511 (void *)ph, (void *)isoc_reqp, usb_flags); in ehci_hcdi_pipe_isoc_xfer()
1527 (usb_opaque_t)isoc_reqp, usb_flags); in ehci_hcdi_pipe_isoc_xfer()
1531 isoc_reqp, usb_flags)) == NULL) { in ehci_hcdi_pipe_isoc_xfer()
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c2196 usb_isoc_req_t *isoc_reqp = NULL; in usba_hcdi_dup_isoc_req() local
2204 return (isoc_reqp); in usba_hcdi_dup_isoc_req()
2216 if (((isoc_reqp = usb_alloc_isoc_req(dip, in usba_hcdi_dup_isoc_req()
2218 isoc_reqp->isoc_frame_no = reqp->isoc_frame_no; in usba_hcdi_dup_isoc_req()
2219 isoc_reqp->isoc_pkts_count = reqp->isoc_pkts_count; in usba_hcdi_dup_isoc_req()
2220 isoc_reqp->isoc_pkts_length = reqp->isoc_pkts_length; in usba_hcdi_dup_isoc_req()
2221 isoc_reqp->isoc_attributes = reqp->isoc_attributes; in usba_hcdi_dup_isoc_req()
2222 isoc_reqp->isoc_client_private = reqp->isoc_client_private; in usba_hcdi_dup_isoc_req()
2223 isoc_reqp->isoc_cb = reqp->isoc_cb; in usba_hcdi_dup_isoc_req()
2224 isoc_reqp->isoc_exc_cb = reqp->isoc_exc_cb; in usba_hcdi_dup_isoc_req()
[all …]
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_isoch.h62 usb_isoc_req_t *isoc_reqp,
H A Dehcid.h1135 usb_isoc_req_t *isoc_reqp,
/titanic_41/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()
/titanic_41/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,
3138 usb_isoc_req_t *isoc_reqp, in ohci_hcdi_pipe_isoc_xfer() argument
3149 (void *)ph, (void *)isoc_reqp, usb_flags); in ohci_hcdi_pipe_isoc_xfer()
3165 (void *)isoc_reqp, usb_flags); in ohci_hcdi_pipe_isoc_xfer()
3169 (usb_opaque_t)isoc_reqp, usb_flags); in ohci_hcdi_pipe_isoc_xfer()
3173 isoc_reqp, usb_flags)) == NULL) { in ohci_hcdi_pipe_isoc_xfer()
5563 usb_isoc_req_t *isoc_reqp, in ohci_allocate_isoc_resources() argument
5599 if (isoc_reqp) { in ohci_allocate_isoc_resources()
5600 isoc_pkt_descr = isoc_reqp->isoc_pkt_descr; in ohci_allocate_isoc_resources()
[all …]