xhci_ring_produce
struct xhci_trb *xhci_ring_produce(struct xhci_softc *, struct xhci_ring *);
return (xhci_ring_produce(sc, &xp->ring));
trb = xhci_ring_produce(sc, &sc->sc_cmd_ring);