Lines Matching defs:isoc_req

3979 	usb_isoc_req_t		*isoc_req,
3998 (void *)ph, (void *)isoc_req, length);
4003 if ((tw = uhci_create_isoc_transfer_wrapper(uhcip, pp, isoc_req,
4012 tw->tw_curr_xfer_reqp = (usb_opaque_t)isoc_req;
4030 ASSERT(isoc_req->isoc_data != NULL);
4031 p = isoc_req->isoc_data->b_rptr;
4034 for (i = 0; i < isoc_req->isoc_pkts_count; i++) {
4037 isoc_req->isoc_pkt_descr[i].isoc_pkt_length,
4039 p += isoc_req->isoc_pkt_descr[i].isoc_pkt_length;
4053 isoc_req = (usb_isoc_req_t *)tw->tw_curr_xfer_reqp;
4060 isoc_xfer_info->num_tds = isoc_req->isoc_pkts_count;
4065 if ((rval = uhci_alloc_bulk_isoc_tds(uhcip, isoc_req->isoc_pkts_count,
4090 "uhci_insert_isoc_td : isoc pkts %d", isoc_req->isoc_pkts_count);
4095 isoc_req->isoc_pkt_descr[index].isoc_pkt_length;
4120 if (isoc_req->isoc_attributes & USB_ATTRS_ISOC_START_FRAME) {
4121 start_frame = isoc_req->isoc_frame_no;
4122 end_frame = start_frame + isoc_req->isoc_pkts_count;
4141 } else if (isoc_req->isoc_attributes & USB_ATTRS_ISOC_XFER_ASAP) {
4150 end_frame = start_frame + isoc_req->isoc_pkts_count;
4151 isoc_req->isoc_frame_no = start_frame;
4188 isoc_req->isoc_pkt_descr[i].isoc_pkt_status =
4190 isoc_req->isoc_pkt_descr[i].isoc_pkt_actual_length =
4191 isoc_req->isoc_pkt_descr[i].isoc_pkt_length;
4202 for (; i < isoc_req->isoc_pkts_count; i++) {
4295 usb_isoc_req_t *isoc_req = (usb_isoc_req_t *)tw->tw_isoc_req;
4303 "index = %x", (void *)td, (void *)pp, (void *)tw, (void *)isoc_req,
4320 isoc_req->isoc_error_count++;
4323 if (isoc_req != NULL) {
4324 isoc_req->isoc_pkt_descr[pkt_index].isoc_pkt_status = cr;
4325 isoc_req->isoc_pkt_descr[pkt_index].isoc_pkt_actual_length =
4449 usb_isoc_req_t *isoc_req,
4465 if (isoc_req) {
4466 isoc_pkt_descr = isoc_req->isoc_pkt_descr;
4467 isoc_pkt_count = isoc_req->isoc_pkts_count;
4468 isoc_pkts_length = isoc_req->isoc_pkts_length;
4504 error = uhci_insert_isoc_td(uhcip, ph, isoc_req, length, usb_flags);
4521 usb_isoc_req_t *isoc_req;
4548 isoc_req = (usb_isoc_req_t *)tmp_tw->tw_isoc_req;
4549 if (isoc_req) {
4550 usb_free_isoc_req(isoc_req);