Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/crypto/amcc/
Dcrypto4xx_core.c611 if (pd_uinfo->num_sd) { in crypto4xx_ret_sg_desc()
612 for (i = 0; i < pd_uinfo->num_sd; i++) in crypto4xx_ret_sg_desc()
616 pd_uinfo->num_sd = 0; in crypto4xx_ret_sg_desc()
787 u32 num_gd, num_sd; in crypto4xx_build_pd() local
804 num_sd = 0; in crypto4xx_build_pd()
807 num_sd = datalen / PPC4XX_SD_BUFFER_SIZE; in crypto4xx_build_pd()
809 num_sd++; in crypto4xx_build_pd()
811 num_sd = 1; in crypto4xx_build_pd()
829 if (num_sd) { in crypto4xx_build_pd()
830 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