Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ide/
Dide-probe.c973 if (!hwif->sg_max_nents) in hwif_init()
974 hwif->sg_max_nents = PRD_ENTRIES; in hwif_init()
976 hwif->sg_table = kmalloc(sizeof(struct scatterlist)*hwif->sg_max_nents, in hwif_init()
983 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-4.1.27/include/linux/
Dide.h715 int sg_max_nents; /* Maximum number of entries in it */ member