Searched refs:sc_slots (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/powerpc/powermac/
H A Ddbdmavar.h57 struct dbdma_command *sc_slots; member in struct:dbdma_channel
H A Ddbdma.c79 (void **)&channel->sc_slots, BUS_DMA_WAITOK | BUS_DMA_ZERO,
83 channel->sc_slots, PAGE_SIZE, dbdma_phys_callback, channel, 0);
109 bus_dmamem_free(chan->sc_dmatag, chan->sc_slots, chan->sc_dmamap);
127 return (le16toh(chan->sc_slots[slot].resCount));
134 chan->sc_slots[slot].resCount = 0;
143 return (le16toh(chan->sc_slots[slot].xferStatus));
312 chan->sc_slots[slot] = cmd;

Completed in 55 milliseconds