spu_sg_count      352 drivers/crypto/bcm/cipher.c 	rctx->src_nents = spu_sg_count(rctx->src_sg, rctx->src_skip, chunksize);
spu_sg_count      353 drivers/crypto/bcm/cipher.c 	rctx->dst_nents = spu_sg_count(rctx->dst_sg, rctx->dst_skip, chunksize);
spu_sg_count      805 drivers/crypto/bcm/cipher.c 	rctx->src_nents = spu_sg_count(rctx->src_sg, rctx->src_skip,
spu_sg_count     1381 drivers/crypto/bcm/cipher.c 	rctx->src_nents = spu_sg_count(rctx->src_sg, rctx->src_skip, chunksize);
spu_sg_count     1382 drivers/crypto/bcm/cipher.c 	rctx->dst_nents = spu_sg_count(rctx->dst_sg, rctx->dst_skip, chunksize);
spu_sg_count     1384 drivers/crypto/bcm/cipher.c 		assoc_nents = spu_sg_count(rctx->assoc, 0,
spu_sg_count       80 drivers/crypto/bcm/util.h int spu_sg_count(struct scatterlist *sg_list, unsigned int skip, int nbytes);