Searched refs:xt_isoc (Results 1 – 4 of 4) sorted by relevance
271 if (xt->xt_isoc != NULL) { in xhci_transfer_free()273 kmem_free(xt->xt_isoc, sizeof (usb_isoc_pkt_descr_t) * in xhci_transfer_free()275 xt->xt_isoc = NULL; in xhci_transfer_free()375 xt->xt_isoc = kmem_zalloc(sizeof (usb_isoc_pkt_descr_t) * trbs, in xhci_transfer_alloc()377 if (xt->xt_isoc == NULL) { in xhci_transfer_alloc()
1135 xt->xt_isoc[i].isoc_pkt_actual_length = in xhci_endpoint_reschedule_periodic()1136 xt->xt_isoc[i].isoc_pkt_length; in xhci_endpoint_reschedule_periodic()1137 xt->xt_isoc[i].isoc_pkt_status = USB_CR_OK; in xhci_endpoint_reschedule_periodic()1459 desc = &xt->xt_isoc[off]; in xhci_endpoint_isoch_callback()1514 bcopy(xt->xt_isoc, usrp->isoc_pkt_descr, in xhci_endpoint_isoch_callback()
1019 xt->xt_isoc[i].isoc_pkt_length = len; in xhci_hcdi_isoc_transfer_fill()1020 xt->xt_isoc[i].isoc_pkt_actual_length = len; in xhci_hcdi_isoc_transfer_fill()1021 xt->xt_isoc[i].isoc_pkt_status = USB_CR_OK; in xhci_hcdi_isoc_transfer_fill()
341 usb_isoc_pkt_descr_t *xt_isoc; member