Searched defs:ata_dma (Results 1 – 5 of 5) sorted by relevance
341 struct ata_dma { struct350 struct ata_dmaslot slot[ATA_DMA_SLOTS]; argument351 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 …]
367 struct ata_dma { struct368 bus_dma_tag_t work_tag; /* workspace DMA tag */392 struct ata_dmaslot dma; /* DMA data of this slot */ argument
215 struct ata_dma { struct235 struct ata_dmaslot dma; /* DMA data of this slot */ argument
325 struct ata_dma { struct346 struct ata_dmaslot dma; /* DMA data of this slot */ argument
194 static int ata_dma = 1; variable