Home
last modified time | relevance | path

Searched defs:ata_dma (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/ata/
H A Data-all.h341 struct ata_dma { struct
350 struct ata_dmaslot slot[ATA_DMA_SLOTS]; argument
351 u_int32_t alignment; /* DMA SG list alignment */
352 u_int32_t boundary; /* DMA SG list boundary */
353 u_int32_t segsize; /* DMA SG list segment size */
354 u_int32_t max_iosize; /* DMA data max IO size */
355 u_int64_t max_address; /* highest DMA'able address */
356 int flags;
359 void (*alloc)(device_t dev);
360 void (*free)(device_t dev);
[all …]
/freebsd/sys/dev/ahci/
H A Dahci.h367 struct ata_dma { struct
368 bus_dma_tag_t work_tag; /* workspace DMA tag */
392 struct ata_dmaslot dma; /* DMA data of this slot */ argument
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.c215 struct ata_dma { struct
235 struct ata_dmaslot dma; /* DMA data of this slot */ argument
/freebsd/sys/dev/siis/
H A Dsiis.h325 struct ata_dma { struct
346 struct ata_dmaslot dma; /* DMA data of this slot */ argument
/freebsd/sys/cam/ata/
H A Data_xpt.c194 static int ata_dma = 1; variable