sgmax              81 drivers/crypto/nx/nx.c 			       u32           sgmax)
sgmax             126 drivers/crypto/nx/nx.c 		if ((sg - sg_head) == sgmax) {
sgmax            1029 drivers/scsi/initio.c 	scb->sgmax = scb->sglen;
sgmax            1568 drivers/scsi/initio.c 		for (i = scb->sgidx; i < scb->sgmax; sgp++, i++) {
sgmax            1576 drivers/scsi/initio.c 				scb->sglen = (u8) (scb->sgmax - i);
sgmax             356 drivers/scsi/initio.h 	u16 sgmax;	/*A */
sgmax              22 tools/testing/scatterlist/main.c 	const unsigned int sgmax = SCATTERLIST_MAX_SEGMENT;
sgmax              33 tools/testing/scatterlist/main.c 		{ -EINVAL, 1, pfn(0), PAGE_SIZE, sgmax + 1, 1 },
sgmax              34 tools/testing/scatterlist/main.c 		{ 0, 1, pfn(0), PAGE_SIZE, sgmax, 1 },
sgmax              35 tools/testing/scatterlist/main.c 		{ 0, 1, pfn(0), 1, sgmax, 1 },
sgmax              36 tools/testing/scatterlist/main.c 		{ 0, 2, pfn(0, 1), 2 * PAGE_SIZE, sgmax, 1 },
sgmax              37 tools/testing/scatterlist/main.c 		{ 0, 2, pfn(1, 0), 2 * PAGE_SIZE, sgmax, 2 },
sgmax              38 tools/testing/scatterlist/main.c 		{ 0, 3, pfn(0, 1, 2), 3 * PAGE_SIZE, sgmax, 1 },
sgmax              39 tools/testing/scatterlist/main.c 		{ 0, 3, pfn(0, 2, 1), 3 * PAGE_SIZE, sgmax, 3 },
sgmax              40 tools/testing/scatterlist/main.c 		{ 0, 3, pfn(0, 1, 3), 3 * PAGE_SIZE, sgmax, 2 },
sgmax              41 tools/testing/scatterlist/main.c 		{ 0, 3, pfn(1, 2, 4), 3 * PAGE_SIZE, sgmax, 2 },
sgmax              42 tools/testing/scatterlist/main.c 		{ 0, 3, pfn(1, 3, 4), 3 * PAGE_SIZE, sgmax, 2 },
sgmax              43 tools/testing/scatterlist/main.c 		{ 0, 4, pfn(0, 1, 3, 4), 4 * PAGE_SIZE, sgmax, 2 },
sgmax              44 tools/testing/scatterlist/main.c 		{ 0, 5, pfn(0, 1, 3, 4, 5), 5 * PAGE_SIZE, sgmax, 2 },
sgmax              45 tools/testing/scatterlist/main.c 		{ 0, 5, pfn(0, 1, 3, 4, 6), 5 * PAGE_SIZE, sgmax, 3 },
sgmax              46 tools/testing/scatterlist/main.c 		{ 0, 5, pfn(0, 1, 2, 3, 4), 5 * PAGE_SIZE, sgmax, 1 },