Home
last modified time | relevance | path

Searched refs:sgmax (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/scatterlist/
Dmain.c53 const unsigned int sgmax = SCATTERLIST_MAX_SEGMENT; in main() local
57 { 0, 1, pfn(0), PAGE_SIZE, sgmax + 1, 1 }, in main()
58 { 0, 1, pfn(0), PAGE_SIZE, sgmax, 1 }, in main()
59 { 0, 1, pfn(0), 1, sgmax, 1 }, in main()
60 { 0, 2, pfn(0, 1), 2 * PAGE_SIZE, sgmax, 1 }, in main()
61 { 0, 2, pfn(1, 0), 2 * PAGE_SIZE, sgmax, 2 }, in main()
62 { 0, 3, pfn(0, 1, 2), 3 * PAGE_SIZE, sgmax, 1 }, in main()
63 { 0, 3, pfn(0, 2, 1), 3 * PAGE_SIZE, sgmax, 3 }, in main()
64 { 0, 3, pfn(0, 1, 3), 3 * PAGE_SIZE, sgmax, 2 }, in main()
65 { 0, 3, pfn(1, 2, 4), 3 * PAGE_SIZE, sgmax, 2 }, in main()
[all …]
/kernel/linux/linux-5.10/drivers/crypto/nx/
Dnx.c81 u32 sgmax) in nx_build_sg_list() argument
126 if ((sg - sg_head) == sgmax) { in nx_build_sg_list()
/kernel/linux/linux-5.10/drivers/scsi/
Dinitio.h356 u16 sgmax; /*A */ member
Dinitio.c1029 scb->sgmax = scb->sglen; in initio_exec_scb()
1568 for (i = scb->sgidx; i < scb->sgmax; sgp++, i++) { in initio_state_5()
1576 scb->sglen = (u8) (scb->sgmax - i); in initio_state_5()