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()646 sizeof(*d->sbdma_ctxtable), GFP_KERNEL); in sbdma_initctx()854 d->sbdma_ctxtable[dsc-d->sbdma_dscrtable] = sb_new; in sbdma_add_rcvbuffer()944 d->sbdma_ctxtable[dsc-d->sbdma_dscrtable] = sb; in sbdma_add_txbuffer()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()[all …]