Home
last modified time | relevance | path

Searched refs:ATA_PRD_TBL_SZ (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Data.h75 ATA_PRD_TBL_SZ = (ATA_MAX_PRD * ATA_PRD_SZ), enumerator
/linux-2.4.37.9/drivers/scsi/
Dlibata-core.c4106 ap->prd = dma_alloc_coherent(dev, ATA_PRD_TBL_SZ, &ap->prd_dma, GFP_KERNEL); in ata_port_start()
4112 dma_free_coherent(dev, ATA_PRD_TBL_SZ, ap->prd, ap->prd_dma); in ata_port_start()
4138 dma_free_coherent(dev, ATA_PRD_TBL_SZ, ap->prd, ap->prd_dma); in ata_port_stop()