Home
last modified time | relevance | path

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

/drivers/net/
Dsb1250-mac.c209 int sbdma_maxdescr; /* total # of descriptors member
657 d->sbdma_maxdescr = maxdescr; in sbdma_initctx()
659 d->sbdma_dscrtable_unaligned = kcalloc(d->sbdma_maxdescr + 1, in sbdma_initctx()
671 d->sbdma_dscrtable_end = d->sbdma_dscrtable + d->sbdma_maxdescr; in sbdma_initctx()
679 d->sbdma_ctxtable = kcalloc(d->sbdma_maxdescr, in sbdma_initctx()
727 V_DMA_RINGSZ(d->sbdma_maxdescr) | in sbdma_channel_start()
732 __raw_writeq(V_DMA_RINGSZ(d->sbdma_maxdescr) | in sbdma_channel_start()
1018 for (idx = 0; idx < d->sbdma_maxdescr; idx++) { in sbdma_emptyring()