HomeSort by: relevance | last modified time | path
    Searched refs:sc_ctxsz (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
xhcivar.h 106 uint32_t sc_ctxsz; member in struct:xhci_softc
xhci.c 503 return KERNADDR(&xs->xs_dc_dma, sc->sc_ctxsz * dci);
511 return DMAADDR(&xs->xs_dc_dma, sc->sc_ctxsz * dci);
519 return KERNADDR(&xs->xs_ic_dma, sc->sc_ctxsz * ici);
526 return DMAADDR(&xs->xs_ic_dma, sc->sc_ctxsz * ici);
1458 sc->sc_ctxsz = XHCI_HCC_CSZ(sc->sc_hcc) ? 64 : 32;
1911 sc->sc_ctxsz * 1);
1913 xhci_dci_to_ici(dci)), sc->sc_ctxsz * 1);
1924 sc->sc_ctxsz * 1);
2989 HEXDUMP("slot context", cp, sc->sc_ctxsz);
3486 sc->sc_ctxsz * 4)
    [all...]

Completed in 13 milliseconds