Home
last modified time | relevance | path

Searched refs:qat_alloc_dmamem (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c587 qat_alloc_dmamem(struct qat_softc *sc, struct qat_dmamem *qdm, in qat_alloc_dmamem() function
934 error = qat_alloc_dmamem(sc, &qr->qr_dma, 1, ring_size_bytes, in qat_etr_setup_ring()
1553 error = qat_alloc_dmamem(sc, qdm, 1, in qat_crypto_setup_ring()
1930 error = qat_alloc_dmamem(sc, qdm, QAT_MAXSEG, in qat_newsession()
H A Dqatvar.h1046 int qat_alloc_dmamem(struct qat_softc *, struct qat_dmamem *, int,
H A Dqat_hw15.c196 error = qat_alloc_dmamem(sc, &qadr->qadr_dma, 1, PAGE_SIZE, PAGE_SIZE); in qat_adm_ring_init()
H A Dqat_ae.c2455 error = qat_alloc_dmamem(sc, dma, 1, mapsize, PAGE_SIZE); in qat_aefw_alloc_auth_dmamem()