Lines Matching refs:sbdma_ctxtable
217 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()
1278 sb = d->sbdma_ctxtable[curidx]; in sbdma_tx_process()
1279 d->sbdma_ctxtable[curidx] = NULL; in sbdma_tx_process()
1376 if (d->sbdma_ctxtable) { in sbdma_uninitctx()
1377 kfree(d->sbdma_ctxtable); in sbdma_uninitctx()
1378 d->sbdma_ctxtable = NULL; in sbdma_uninitctx()