ata_dmaslot
struct ata_dmaslot dma; /* DMA data of this slot */
struct ata_dmaslot *dma; /* DMA slot of this request */
struct ata_dmaslot slot[ATA_DMA_SLOTS];
bzero(ch->dma.slot, sizeof(struct ata_dmaslot) * ATA_DMA_SLOTS);
struct ata_dmaslot *slot = &ch->dma.slot[i];
struct ata_dmaslot *slot = &ch->dma.slot[i];
struct ata_dmaslot dma; /* DMA data of this slot */
struct ata_dmaslot dma; /* DMA data of this slot */
struct ata_dmaslot dma; /* DMA data of this slot */