Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/scatterlist/
Dmain.c22 const unsigned int sgmax = SCATTERLIST_MAX_SEGMENT; in main() local
33 { -EINVAL, 1, pfn(0), PAGE_SIZE, sgmax + 1, 1 }, in main()
34 { 0, 1, pfn(0), PAGE_SIZE, sgmax, 1 }, in main()
35 { 0, 1, pfn(0), 1, sgmax, 1 }, in main()
36 { 0, 2, pfn(0, 1), 2 * PAGE_SIZE, sgmax, 1 }, in main()
37 { 0, 2, pfn(1, 0), 2 * PAGE_SIZE, sgmax, 2 }, in main()
38 { 0, 3, pfn(0, 1, 2), 3 * PAGE_SIZE, sgmax, 1 }, in main()
39 { 0, 3, pfn(0, 2, 1), 3 * PAGE_SIZE, sgmax, 3 }, in main()
40 { 0, 3, pfn(0, 1, 3), 3 * PAGE_SIZE, sgmax, 2 }, in main()
41 { 0, 3, pfn(1, 2, 4), 3 * PAGE_SIZE, sgmax, 2 }, in main()
[all …]
/Linux-v5.4/drivers/crypto/nx/
Dnx.c81 u32 sgmax) in nx_build_sg_list() argument
126 if ((sg - sg_head) == sgmax) { in nx_build_sg_list()
/Linux-v5.4/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()