xhci_pipe
sc->sc_bus.ub_pipesize = sizeof(struct xhci_pipe);
sc->sc_bus2.ub_pipesize = sizeof(struct xhci_pipe);
struct xhci_pipe * const xpipe = (struct xhci_pipe *)pipe;
struct xhci_pipe * const xp =
container_of(pipe, struct xhci_pipe, xp_pipe);
struct xhci_pipe * const xp =
container_of(pipe, struct xhci_pipe, xp_pipe);
struct xhci_pipe * const xpipe = (struct xhci_pipe *)pipe;
struct xhci_pipe * const xpipe = (struct xhci_pipe *)xfer->ux_pipe;