Home
last modified time | relevance | path

Searched refs:xt_isoc (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_dma.c271 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()
H A Dxhci_endpoint.c1135 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()
H A Dxhci_usba.c1015 xt->xt_isoc[i].isoc_pkt_length = len; in xhci_hcdi_isoc_transfer_fill()
1016 xt->xt_isoc[i].isoc_pkt_actual_length = len; in xhci_hcdi_isoc_transfer_fill()
1017 xt->xt_isoc[i].isoc_pkt_status = USB_CR_OK; in xhci_hcdi_isoc_transfer_fill()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h341 usb_isoc_pkt_descr_t *xt_isoc; member