Lines Matching defs:sbdma_ctxtable
204 struct sk_buff **sbdma_ctxtable;
645 d->sbdma_ctxtable = kcalloc(d->sbdma_maxdescr,
646 sizeof(*d->sbdma_ctxtable), GFP_KERNEL);
854 d->sbdma_ctxtable[dsc-d->sbdma_dscrtable] = sb_new;
944 d->sbdma_ctxtable[dsc-d->sbdma_dscrtable] = sb;
982 sb = d->sbdma_ctxtable[idx];
985 d->sbdma_ctxtable[idx] = NULL;
1088 prefetch(&d->sbdma_ctxtable[curidx]);
1107 sb = d->sbdma_ctxtable[curidx];
1108 d->sbdma_ctxtable[curidx] = NULL;
1264 sb = d->sbdma_ctxtable[curidx];
1265 d->sbdma_ctxtable[curidx] = NULL;
1360 kfree(d->sbdma_ctxtable);
1361 d->sbdma_ctxtable = NULL;