Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_sgt.c143 unsigned int nb_sgt = 0; in caam_sgtbuf_alloc() local
149 nb_sgt = ROUNDUP(data->number, CFG_CAAM_SGT_ALIGN); in caam_sgtbuf_alloc()
150 data->sgt = caam_calloc(nb_sgt * (sizeof(union caamsgt) + in caam_sgtbuf_alloc()
153 (nb_sgt * sizeof(union caamsgt))); in caam_sgtbuf_alloc()
H A Dutils_dmaobj.c1284 unsigned int nb_sgt = 0; in caam_dmaobj_sgtbuf_build() local
1323 nb_sgt = 1; in caam_dmaobj_sgtbuf_build()
1329 nb_sgt++; in caam_dmaobj_sgtbuf_build()
1332 DMAOBJ_TRACE("%d of %d SGT/Buffer entries to handle", nb_sgt, in caam_dmaobj_sgtbuf_build()
1334 if (priv->nb_sgtbuf < nb_sgt) { in caam_dmaobj_sgtbuf_build()
1344 obj->sgtbuf.number = nb_sgt; in caam_dmaobj_sgtbuf_build()
1345 obj->sgtbuf.sgt_type = (nb_sgt > 1) ? true : false; in caam_dmaobj_sgtbuf_build()
1356 priv->sgtdata = caam_calloc(nb_sgt * sizeof(*priv->sgtdata)); in caam_dmaobj_sgtbuf_build()
1362 priv->nb_sgtbuf = nb_sgt; in caam_dmaobj_sgtbuf_build()
1364 obj->sgtbuf.number = nb_sgt; in caam_dmaobj_sgtbuf_build()
[all …]