Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/
Dsb1250-mac.c217 struct sk_buff **sbdma_ctxtable; member
659 d->sbdma_ctxtable = kcalloc(d->sbdma_maxdescr, in sbdma_initctx()
660 sizeof(*d->sbdma_ctxtable), GFP_KERNEL); in sbdma_initctx()
868 d->sbdma_ctxtable[dsc-d->sbdma_dscrtable] = sb_new; in sbdma_add_rcvbuffer()
958 d->sbdma_ctxtable[dsc-d->sbdma_dscrtable] = sb; in sbdma_add_txbuffer()
996 sb = d->sbdma_ctxtable[idx]; in sbdma_emptyring()
999 d->sbdma_ctxtable[idx] = NULL; in sbdma_emptyring()
1102 prefetch(&d->sbdma_ctxtable[curidx]); in sbdma_rx_process()
1121 sb = d->sbdma_ctxtable[curidx]; in sbdma_rx_process()
1122 d->sbdma_ctxtable[curidx] = NULL; in sbdma_rx_process()
[all …]