Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/
H A Dsb1250-mac.c204 struct sk_buff **sbdma_ctxtable; member
644 d->sbdma_ctxtable = kzalloc_objs(*d->sbdma_ctxtable, d->sbdma_maxdescr); in sbdma_initctx()
852 d->sbdma_ctxtable[dsc-d->sbdma_dscrtable] = sb_new; in sbdma_add_rcvbuffer()
942 d->sbdma_ctxtable[dsc-d->sbdma_dscrtable] = sb; in sbdma_add_txbuffer()
980 sb = d->sbdma_ctxtable[idx]; in sbdma_emptyring()
983 d->sbdma_ctxtable[idx] = NULL; in sbdma_emptyring()
1086 prefetch(&d->sbdma_ctxtable[curidx]); in sbdma_rx_process()
1105 sb = d->sbdma_ctxtable[curidx]; in sbdma_rx_process()
1106 d->sbdma_ctxtable[curidx] = NULL; in sbdma_rx_process()
1262 sb = d->sbdma_ctxtable[curidx]; in sbdma_tx_process()
[all …]