Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ata/
HData-all.h348 struct ata_dma { struct
357 struct ata_dmaslot slot[ATA_DMA_SLOTS]; argument
358 u_int32_t alignment; /* DMA SG list alignment */
359 u_int32_t boundary; /* DMA SG list boundary */
360 u_int32_t segsize; /* DMA SG list segment size */
361 u_int32_t max_iosize; /* DMA data max IO size */
362 u_int64_t max_address; /* highest DMA'able address */
363 int flags;
366 void (*alloc)(device_t dev);
367 void (*free)(device_t dev);
[all …]
/freebsd-11-stable/sys/dev/ahci/
HDahci.h359 struct ata_dma { struct
383 struct ata_dmaslot dma; /* DMA data of this slot */ argument
/freebsd-11-stable/sys/dev/siis/
HDsiis.h331 struct ata_dma { struct
351 struct ata_dmaslot dma; /* DMA data of this slot */ argument
/freebsd-11-stable/sys/cam/ata/
HData_xpt.c197 static int ata_dma = 1; variable