Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/
Dsb1250-mac.c156 (d)->sbdma_dscrtable : (d)->f+1)
213 struct sbdmadscr *sbdma_dscrtable; member
639 sizeof(*d->sbdma_dscrtable), in sbdma_initctx()
646 d->sbdma_dscrtable = (struct sbdmadscr *) in sbdma_initctx()
648 sizeof(*d->sbdma_dscrtable)); in sbdma_initctx()
650 d->sbdma_dscrtable_end = d->sbdma_dscrtable + d->sbdma_maxdescr; in sbdma_initctx()
652 d->sbdma_dscrtable_phys = virt_to_phys(d->sbdma_dscrtable); in sbdma_initctx()
721 d->sbdma_addptr = d->sbdma_dscrtable; in sbdma_channel_start()
722 d->sbdma_remptr = d->sbdma_dscrtable; in sbdma_channel_start()
867 d->sbdma_ctxtable[dsc-d->sbdma_dscrtable] = sb_new; in sbdma_add_rcvbuffer()
[all …]