Home
last modified time | relevance | path

Searched refs:PRD_ENTRIES (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-dma-sff.c137 if (count++ >= PRD_ENTRIES) in ide_build_dmatable()
148 if (count++ >= PRD_ENTRIES) in ide_build_dmatable()
H A Dide-dma.c512 hwif->prd_max_nents = PRD_ENTRIES; in ide_allocate_dma_engine()
H A Dtx4939ide.c253 if (count++ >= PRD_ENTRIES) in tx4939ide_build_dmatable()
H A Dide-probe.c768 int max_sg_entries = PRD_ENTRIES; in ide_init_queue()
1006 hwif->sg_max_nents = PRD_ENTRIES; in hwif_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dide.h157 #define PRD_ENTRIES 256 macro