Home
last modified time | relevance | path

Searched refs:isoc_pkts_length (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c309 size_t isoc_pkt_count, isoc_pkts_length; in ehci_allocate_isoc_resources() local
340 isoc_pkts_length = isoc_reqp->isoc_pkts_length; in ehci_allocate_isoc_resources()
348 isoc_pkts_length = ((usb_isoc_req_t *) in ehci_allocate_isoc_resources()
349 pp->pp_client_periodic_in_reqp)->isoc_pkts_length; in ehci_allocate_isoc_resources()
371 if ((isoc_pkts_length) && in ehci_allocate_isoc_resources()
372 (isoc_pkts_length != itw_xfer_size)) { in ehci_allocate_isoc_resources()
378 isoc_pkts_length, itw_xfer_size); in ehci_allocate_isoc_resources()
/titanic_44/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugend.h173 uint_t isoc_pkts_length; member
/titanic_44/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c3168 pkts_len = epp->ep_isoc_info.isoc_pkts_length; in ugen_epx_isoc_IN_req()
3281 pkts_len = epp->ep_isoc_info.isoc_pkts_length; in ugen_epx_isoc_IN_start_polling()
3308 reqp->isoc_pkts_length = 0; in ugen_epx_isoc_IN_start_polling()
3677 epp->ep_isoc_info.isoc_pkts_length = pkts_len; in ugen_epx_isoc_OUT_req()
3687 epp->ep_isoc_info.isoc_pkts_length = 0; in ugen_epx_isoc_OUT_req()
3726 epp->ep_isoc_info.isoc_pkts_length = pkts_len; in ugen_epx_isoc_OUT_req()
3736 epp->ep_isoc_info.isoc_pkts_length = 0; in ugen_epx_isoc_OUT_req()
3771 epp->ep_isoc_info.isoc_pkts_length = 0; in ugen_epx_isoc_OUT_req()
H A Dusbai_req.c2220 isoc_reqp->isoc_pkts_length = reqp->isoc_pkts_length; in usba_hcdi_dup_isoc_req()
/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c4453 size_t max_isoc_xfer_size, length, isoc_pkts_length; in uhci_start_isoc_receive_polling() local
4468 isoc_pkts_length = isoc_req->isoc_pkts_length; in uhci_start_isoc_receive_polling()
4474 isoc_pkts_length = ((usb_isoc_req_t *) in uhci_start_isoc_receive_polling()
4475 pp->pp_client_periodic_in_reqp)->isoc_pkts_length; in uhci_start_isoc_receive_polling()
4483 if ((isoc_pkts_length) && (isoc_pkts_length != length)) { in uhci_start_isoc_receive_polling()
4488 "an isoc request", isoc_pkts_length, length); in uhci_start_isoc_receive_polling()
/titanic_44/usr/src/uts/common/sys/usb/
H A Dusbai.h2165 ushort_t isoc_pkts_length; member
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c5574 size_t isoc_pkts_length; in ohci_allocate_isoc_resources() local
5602 isoc_pkts_length = isoc_reqp->isoc_pkts_length; in ohci_allocate_isoc_resources()
5610 isoc_pkts_length = ((usb_isoc_req_t *) in ohci_allocate_isoc_resources()
5611 pp->pp_client_periodic_in_reqp)->isoc_pkts_length; in ohci_allocate_isoc_resources()
5627 if ((isoc_pkts_length) && (isoc_pkts_length != tw_length)) { in ohci_allocate_isoc_resources()
5633 isoc_pkts_length, tw_length); in ohci_allocate_isoc_resources()
/titanic_44/usr/src/uts/common/io/usb/clients/audio/usb_as/
H A Dusb_as.c1395 isoc_req->isoc_pkts_length = record_pkt_size; in usb_as_start_record()
/titanic_44/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c3127 req->isoc_pkts_length = 0; in usbvc_start_isoc_polling()