Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dsb1250-mac.c204 struct sk_buff **sbdma_ctxtable; member
645 d->sbdma_ctxtable = kcalloc(d->sbdma_maxdescr, in sbdma_initctx()
982 sb = d->sbdma_ctxtable[idx]; in sbdma_emptyring()
985 d->sbdma_ctxtable[idx] = NULL; in sbdma_emptyring()
1088 prefetch(&d->sbdma_ctxtable[curidx]); in sbdma_rx_process()
1107 sb = d->sbdma_ctxtable[curidx]; in sbdma_rx_process()
1108 d->sbdma_ctxtable[curidx] = NULL; in sbdma_rx_process()
1264 sb = d->sbdma_ctxtable[curidx]; in sbdma_tx_process()
1265 d->sbdma_ctxtable[curidx] = NULL; in sbdma_tx_process()
1360 kfree(d->sbdma_ctxtable); in sbdma_uninitctx()
[all …]