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