HomeSort by: relevance | last modified time | path
    Searched refs:nextdma_setconf (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/next68k/dev/
nextdmavar.h 66 #define nextdma_setconf(nsc, elem, val) nsc->sc_conf.nd_##elem = (val) macro
if_xe.c 172 nextdma_setconf (xsc->sc_rxdma, continue_cb, xe_dma_rx_continue);
173 nextdma_setconf (xsc->sc_rxdma, completed_cb, xe_dma_rx_completed);
174 nextdma_setconf (xsc->sc_rxdma, shutdown_cb, xe_dma_rx_shutdown);
175 nextdma_setconf (xsc->sc_rxdma, cb_arg, sc);
177 nextdma_setconf (xsc->sc_txdma, continue_cb, xe_dma_tx_continue);
178 nextdma_setconf (xsc->sc_txdma, completed_cb, xe_dma_tx_completed);
179 nextdma_setconf (xsc->sc_txdma, shutdown_cb, xe_dma_tx_shutdown);
180 nextdma_setconf (xsc->sc_txdma, cb_arg, sc);
esp.c 248 nextdma_setconf(esc->sc_dma, shutdown_cb, &esp_dmacb_shutdown);
249 nextdma_setconf(esc->sc_dma, continue_cb, &esp_dmacb_continue);
250 nextdma_setconf(esc->sc_dma, completed_cb, &esp_dmacb_completed);
251 nextdma_setconf(esc->sc_dma, cb_arg, sc);

Completed in 13 milliseconds