Symbol: xhci_transfer_t
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
264
xhci_transfer_free(xhci_t *xhcip, xhci_transfer_t *xt)
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
287
kmem_free(xt, sizeof (xhci_transfer_t));
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
290
xhci_transfer_t *
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
296
xhci_transfer_t *xt;
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
308
xt = kmem_zalloc(sizeof (xhci_transfer_t), kmflags);
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
344
kmem_free(xt, sizeof (xhci_transfer_t));
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
359
kmem_free(xt, sizeof (xhci_transfer_t));
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
367
kmem_free(xt, sizeof (xhci_transfer_t));
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
381
kmem_free(xt, sizeof (xhci_transfer_t));
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
398
xhci_transfer_copy(xhci_transfer_t *xt, void *buf, size_t len,
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
409
xhci_transfer_sync(xhci_t *xhcip, xhci_transfer_t *xt, uint_t type)
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
434
xhci_transfer_get_tdsize(xhci_transfer_t *xt, uint_t off, uint_t mps)
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
459
xhci_transfer_trb_fill_data(xhci_endpoint_t *xep, xhci_transfer_t *xt, int off,
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1085
xhci_transfer_t *xt, boolean_t ring)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1135
xhci_transfer_t *
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1141
xhci_transfer_t *xt;
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1191
xhci_endpoint_t *xep, xhci_transfer_t *xt)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1255
xhci_endpoint_t *xep, xhci_transfer_t *xt, uint_t off, xhci_trb_t *trb)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1259
xhci_transfer_t *rem;
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1350
xhci_endpoint_dup_periodic(xhci_endpoint_t *xep, xhci_transfer_t *xt,
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1409
xhci_endpoint_t *xep, xhci_transfer_t *xt, uint_t off, xhci_trb_t *trb)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1413
xhci_transfer_t *rem;
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1524
xhci_endpoint_t *xep, xhci_transfer_t *xt, uint_t off, xhci_trb_t *trb)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1528
xhci_transfer_t *rem;
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1618
xhci_transfer_t *xt;
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1761
xhci_transfer_t *alt;
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
732
list_create(&xep->xep_transfers, sizeof (xhci_transfer_t),
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
733
offsetof(xhci_transfer_t, xt_link));
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
963
xhci_transfer_t *xt;
usr/src/uts/common/io/usb/hcd/xhci/xhci_polled.c
129
xhci_transfer_t *xt;
usr/src/uts/common/io/usb/hcd/xhci/xhci_polled.c
131
xhci_transfer_t *rem;
usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c
449
xhci_ring_skip_transfer(xhci_ring_t *xrp, xhci_transfer_t *xt)
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1028
xhci_transfer_t *xt, usb_isoc_req_t *usrp)
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1171
xhci_transfer_t *xt = xhci_transfer_alloc(xhcip, xep,
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1231
xhci_transfer_t *xt;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1398
xhci_transfer_t *xt;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
359
xhci_transfer_t *xt;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
788
xhci_transfer_t *xt;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
954
xhci_transfer_t *xt;
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
599
xhci_transfer_t *xpp_transfers[XHCI_PERIODIC_IN_NTRANSFERS];
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
758
extern xhci_transfer_t *xhci_transfer_alloc(xhci_t *, xhci_endpoint_t *, size_t,
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
760
extern void xhci_transfer_free(xhci_t *, xhci_transfer_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
761
extern void xhci_transfer_copy(xhci_transfer_t *, void *, size_t, boolean_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
762
extern int xhci_transfer_sync(xhci_t *, xhci_transfer_t *, uint_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
763
extern void xhci_transfer_trb_fill_data(xhci_endpoint_t *, xhci_transfer_t *,
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
832
extern void xhci_ring_skip_transfer(xhci_ring_t *, xhci_transfer_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
879
xhci_transfer_t *, boolean_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
883
extern xhci_transfer_t *xhci_endpoint_determine_transfer(xhci_t *,