comp_sg_limit     633 drivers/crypto/nx/nx-842-pseries.c 	unsigned int comp_sg_limit, decomp_sg_limit;
comp_sg_limit     637 drivers/crypto/nx/nx-842-pseries.c 		__be32 comp_sg_limit;
comp_sg_limit     653 drivers/crypto/nx/nx-842-pseries.c 	comp_sg_limit = be32_to_cpu(maxsynccop->comp_sg_limit);
comp_sg_limit     677 drivers/crypto/nx/nx-842-pseries.c 	devdata->max_sync_sg = min(comp_sg_limit, decomp_sg_limit);