Searched refs:qat_alloc_dmamem (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qat.c | 587 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 D | qatvar.h | 1046 int qat_alloc_dmamem(struct qat_softc *, struct qat_dmamem *, int,
|
H A D | qat_hw15.c | 196 error = qat_alloc_dmamem(sc, &qadr->qadr_dma, 1, PAGE_SIZE, PAGE_SIZE); in qat_adm_ring_init()
|
H A D | qat_ae.c | 2455 error = qat_alloc_dmamem(sc, dma, 1, mapsize, PAGE_SIZE); in qat_aefw_alloc_auth_dmamem()
|