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 | 306 xhci_transfer_free(xhcip, xpp->xpp_transfers[i]); in xhci_hcdi_periodic_free() 336 xhci_transfer_free(xhcip, xt); in xhci_hcdi_pipe_flush() 814 xhci_transfer_free(xhcip, xt); in xhci_hcdi_pipe_ctrl_xfer() 856 xhci_transfer_free(xhcip, xt); in xhci_hcdi_pipe_ctrl_xfer() 941 xhci_transfer_free(xhcip, xt); in xhci_hcdi_pipe_bulk_xfer() 955 xhci_transfer_free(xhcip, xt); in xhci_hcdi_pipe_bulk_xfer() 1222 xhci_transfer_free(xhcip, xt); in xhci_hcdi_intr_oneshot() 1234 xhci_transfer_free(xhcip, xt); in xhci_hcdi_intr_oneshot() 1252 xhci_transfer_free(xhcip, xt); in xhci_hcdi_intr_oneshot() 1383 xhci_transfer_free(xhcip, xt); in xhci_hcdi_isoc_oneshot()
|
H A D | xhci_endpoint.c | 992 xhci_transfer_free(xhcip, xt); in xhci_endpoint_tick() 1257 xhci_transfer_free(xhcip, xt); in xhci_endpoint_control_callback() 1434 xhci_transfer_free(xhcip, xt); in xhci_endpoint_norm_callback() 1522 xhci_transfer_free(xhcip, xt); in xhci_endpoint_isoch_callback() 1692 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 *);
|