Home
last modified time | relevance | path

Searched refs:sg_tmp (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/memstick/core/
H A Dms_block.c1609 struct scatterlist sg_tmp[10]; in msb_cache_write() local
1636 sg_init_table(sg_tmp, ARRAY_SIZE(sg_tmp)); in msb_cache_write()
1637 msb_sg_copy(sg, sg_tmp, ARRAY_SIZE(sg_tmp), offset, msb->page_size); in msb_cache_write()
1639 sg_copy_to_buffer(sg_tmp, sg_nents(sg_tmp), in msb_cache_write()
1650 struct scatterlist sg_tmp[10]; in msb_cache_read() local
1659 sg_init_table(sg_tmp, ARRAY_SIZE(sg_tmp)); in msb_cache_read()
1660 msb_sg_copy(sg, sg_tmp, ARRAY_SIZE(sg_tmp), in msb_cache_read()
1662 sg_copy_from_buffer(sg_tmp, sg_nents(sg_tmp), in msb_cache_read()
/linux/drivers/crypto/
H A Ds5p-sss.c1125 struct scatterlist *sg_tmp = sg; in s5p_hash_prepare_sgs() local
1133 while (nbytes > 0 && sg_tmp) { in s5p_hash_prepare_sgs()
1135 if (skip >= sg_tmp->length) { in s5p_hash_prepare_sgs()
1136 skip -= sg_tmp->length; in s5p_hash_prepare_sgs()
1137 if (!sg_tmp->length) { in s5p_hash_prepare_sgs()
1142 if (!IS_ALIGNED(sg_tmp->length - skip, BUFLEN)) { in s5p_hash_prepare_sgs()
1147 if (nbytes < sg_tmp->length - skip) { in s5p_hash_prepare_sgs()
1152 nbytes -= sg_tmp->length - skip; in s5p_hash_prepare_sgs()
1156 sg_tmp = sg_next(sg_tmp); in s5p_hash_prepare_sgs()
H A Domap-sham.c732 struct scatterlist *sg_tmp = sg; in omap_sham_align_sgs() local
765 while (nbytes > 0 && sg_tmp) { in omap_sham_align_sgs()
782 if (page_zonenum(sg_page(sg_tmp)) != ZONE_DMA) { in omap_sham_align_sgs()
788 if (offset < sg_tmp->length) { in omap_sham_align_sgs()
789 if (!IS_ALIGNED(offset + sg_tmp->offset, 4)) { in omap_sham_align_sgs()
794 if (!IS_ALIGNED(sg_tmp->length - offset, bs)) { in omap_sham_align_sgs()
801 offset -= sg_tmp->length; in omap_sham_align_sgs()
807 nbytes -= sg_tmp->length; in omap_sham_align_sgs()
810 sg_tmp = sg_next(sg_tmp); in omap_sham_align_sgs()