Searched refs:sg_max_nents (Results 1 – 4 of 4) sorted by relevance
986 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()
329 hwif->sg_max_nents = IOC4_PRD_ENTRIES; in ide_dma_sgiioc4()
1701 hwif->sg_max_nents = MAX_DCMDS; in pmac_ide_init_dma()
759 int sg_max_nents; /* Maximum number of entries in it */ member