Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/amcc/
Dcrypto4xx_core.c617 if (pd_uinfo->num_sd) { in crypto4xx_ret_sg_desc()
618 for (i = 0; i < pd_uinfo->num_sd; i++) in crypto4xx_ret_sg_desc()
622 pd_uinfo->num_sd = 0; in crypto4xx_ret_sg_desc()
772 u32 num_gd, num_sd; in crypto4xx_build_pd() local
789 num_sd = 0; in crypto4xx_build_pd()
792 num_sd = datalen / PPC4XX_SD_BUFFER_SIZE; in crypto4xx_build_pd()
794 num_sd++; in crypto4xx_build_pd()
796 num_sd = 1; in crypto4xx_build_pd()
814 if (num_sd) { in crypto4xx_build_pd()
815 fst_sd = crypto4xx_get_n_sd(dev, num_sd); in crypto4xx_build_pd()
[all …]
Dcrypto4xx_core.h59 u32 num_sd; /* number of scatter discriptors member