sys/dev/usb/xhci.c
105
struct xhci_trb *xhci_xfer_get_trb(struct xhci_softc *, struct usbd_xfer*,
sys/dev/usb/xhci.c
2947
trb0 = xhci_xfer_get_trb(sc, xfer, &toggle, 0);
sys/dev/usb/xhci.c
2966
trb = xhci_xfer_get_trb(sc, xfer, &toggle, 0);
sys/dev/usb/xhci.c
2985
trb = xhci_xfer_get_trb(sc, xfer, &toggle, 1);
sys/dev/usb/xhci.c
3077
trb0 = xhci_xfer_get_trb(sc, xfer, &toggle, (ntrb == 1));
sys/dev/usb/xhci.c
3101
trb = xhci_xfer_get_trb(sc, xfer, &toggle, (i == 1));
sys/dev/usb/xhci.c
3124
trb = xhci_xfer_get_trb(sc, xfer, &toggle, -1);
sys/dev/usb/xhci.c
3255
trb = xhci_xfer_get_trb(sc, xfer, &toggle, (ntrb == 1));
sys/dev/usb/xhci.c
3295
trb = xhci_xfer_get_trb(sc, xfer, &toggle, (j == 1));