Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_reqmgr.c142 struct nitrox_sgcomp sgcomp[MAX_SGCOMP_CNT]; member
315 struct nitrox_sgcomp *sgcomp = sgtbl->sgcomp; in create_sgcomp() local
320 for (i = 0; i < nr_sgcomp; i++, sgcomp++) { in create_sgcomp()
322 sgcomp->len[j] = rte_cpu_to_be_16(sglist->len); in create_sgcomp()
323 sgcomp->iova[j] = rte_cpu_to_be_64(sglist->iova); in create_sgcomp()
342 sr->dptr = sr->iova + offsetof(struct nitrox_softreq, in.sgcomp); in create_cipher_inbuf()
382 sr->rptr = sr->iova + offsetof(struct nitrox_softreq, out.sgcomp); in create_cipher_outbuf()
530 sr->dptr = sr->iova + offsetof(struct nitrox_softreq, in.sgcomp); in create_aead_inbuf()
607 sr->rptr = sr->iova + offsetof(struct nitrox_softreq, out.sgcomp); in create_aead_outbuf()