Searched refs:num_sd (Results 1 – 2 of 2) sorted by relevance
611 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() local804 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 …]
59 u32 num_sd; /* number of scatter discriptors member