Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/
H A Data-dma.c90 if (ch->dma.dma_slots == 0) in ata_dmainit()
91 ch->dma.dma_slots = 1; in ata_dmainit()
164 for (i = 0; i < ch->dma.dma_slots; i++) { in ata_dmaalloc()
H A Data-all.h349 int dma_slots; /* DMA slots allocated */ member