Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/
Dsb1250-mac.c217 struct sk_buff **sbdma_ctxtable; member
658 d->sbdma_ctxtable = kcalloc(d->sbdma_maxdescr, in sbdma_initctx()
659 sizeof(*d->sbdma_ctxtable), GFP_KERNEL); in sbdma_initctx()
867 d->sbdma_ctxtable[dsc-d->sbdma_dscrtable] = sb_new; in sbdma_add_rcvbuffer()
957 d->sbdma_ctxtable[dsc-d->sbdma_dscrtable] = sb; in sbdma_add_txbuffer()
995 sb = d->sbdma_ctxtable[idx]; in sbdma_emptyring()
998 d->sbdma_ctxtable[idx] = NULL; in sbdma_emptyring()
1101 prefetch(&d->sbdma_ctxtable[curidx]); in sbdma_rx_process()
1120 sb = d->sbdma_ctxtable[curidx]; in sbdma_rx_process()
1121 d->sbdma_ctxtable[curidx] = NULL; in sbdma_rx_process()
[all …]