Searched refs:xhci_transfer_free (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_usba.c | 338 xhci_transfer_free(xhcip, xpp->xpp_transfers[i]); in xhci_hcdi_periodic_free() 368 xhci_transfer_free(xhcip, xt); in xhci_hcdi_pipe_flush() 876 xhci_transfer_free(xhcip, xt); in xhci_hcdi_pipe_ctrl_xfer() 918 xhci_transfer_free(xhcip, xt); in xhci_hcdi_pipe_ctrl_xfer() 1003 xhci_transfer_free(xhcip, xt); in xhci_hcdi_pipe_bulk_xfer() 1017 xhci_transfer_free(xhcip, xt); in xhci_hcdi_pipe_bulk_xfer() 1284 xhci_transfer_free(xhcip, xt); in xhci_hcdi_intr_oneshot() 1296 xhci_transfer_free(xhcip, xt); in xhci_hcdi_intr_oneshot() 1314 xhci_transfer_free(xhcip, xt); in xhci_hcdi_intr_oneshot() 1445 xhci_transfer_free(xhcip, xt); in xhci_hcdi_isoc_oneshot()
|
H A D | xhci_endpoint.c | 1074 xhci_transfer_free(xhcip, xt); in xhci_endpoint_tick() 1339 xhci_transfer_free(xhcip, xt); in xhci_endpoint_control_callback() 1516 xhci_transfer_free(xhcip, xt); in xhci_endpoint_norm_callback() 1604 xhci_transfer_free(xhcip, xt); in xhci_endpoint_isoch_callback() 1774 xhci_transfer_free(xhcip, xt); in xhci_endpoint_transfer_callback()
|
H A D | xhci_dma.c | 264 xhci_transfer_free(xhci_t *xhcip, xhci_transfer_t *xt) in xhci_transfer_free() function
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/ |
H A D | xhci.h | 760 extern void xhci_transfer_free(xhci_t *, xhci_transfer_t *);
|