Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ide/
Dide-probe.c986 if (!hwif->sg_max_nents) in hwif_init()
987 hwif->sg_max_nents = PRD_ENTRIES; in hwif_init()
989 hwif->sg_table = kmalloc_array(hwif->sg_max_nents, in hwif_init()
997 sg_init_table(hwif->sg_table, hwif->sg_max_nents); in hwif_init()
Dsgiioc4.c329 hwif->sg_max_nents = IOC4_PRD_ENTRIES; in ide_dma_sgiioc4()
Dpmac.c1701 hwif->sg_max_nents = MAX_DCMDS; in pmac_ide_init_dma()
/Linux-v4.19/include/linux/
Dide.h759 int sg_max_nents; /* Maximum number of entries in it */ member