Searched refs:num_sd (Results 1 – 2 of 2) sorted by relevance
617 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()792 u32 num_gd, num_sd; in crypto4xx_build_pd() local809 num_sd = 0; in crypto4xx_build_pd()812 num_sd = datalen / PPC4XX_SD_BUFFER_SIZE; in crypto4xx_build_pd()814 num_sd++; in crypto4xx_build_pd()816 num_sd = 1; in crypto4xx_build_pd()834 if (num_sd) { in crypto4xx_build_pd()835 fst_sd = crypto4xx_get_n_sd(dev, num_sd); in crypto4xx_build_pd()[all …]
59 u32 num_sd; /* number of scatter discriptors member