Searched refs:sc_dma_alloc (Results 1 – 4 of 4) sorted by relevance
54 void (*sc_dma_alloc)(sc)106 the next link in the chain. The sc_dma_alloc() function builds the chain and111 things so the DMA controller sees contiguous data. In this mode, sc_dma_alloc()
100 void (*sc_dma_alloc)(struct ncr5380_softc *); member
1011 if (sc->sc_dataptr && sc->sc_dma_alloc &&1015 (*sc->sc_dma_alloc)(sc);
381 ncr_sc->sc_dma_alloc = si_dma_alloc;