Searched refs:sbdma_ctxtable (Results 1 – 1 of 1) sorted by relevance
204 struct sk_buff **sbdma_ctxtable; member645 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 …]