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

  /src/sys/dev/pci/qat/
qat_hw17.c 105 error = qat_alloc_dmamem(sc, &sc->sc_admin_comms.qadc_dma,
111 error = qat_alloc_dmamem(sc, qdm, PAGE_SIZE, PAGE_SIZE);
121 error = qat_alloc_dmamem(sc, &sc->sc_admin_comms.qadc_hb_dma,
qat.c 673 qat_alloc_dmamem(struct qat_softc *sc, struct qat_dmamem *qdm, function in typeref:typename:int
1059 error = qat_alloc_dmamem(sc, &qr->qr_dma,
1757 error = qat_alloc_dmamem(sc, qdm, sizeof(struct qat_sym_cookie),
1836 error = qat_alloc_dmamem(sc, qdm, sizeof(struct qat_session),
qat_hw15.c 201 error = qat_alloc_dmamem(sc, &qadr->qadr_dma,
qatvar.h 1144 int qat_alloc_dmamem(struct qat_softc *, struct qat_dmamem *,
qat_ae.c 2523 error = qat_alloc_dmamem(sc, dma, mapsize, PAGE_SIZE);

Completed in 17 milliseconds