Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c1851 &priv->tx_cbs[ring->clean_ptr]); in __bcmgenet_tx_reclaim()
2591 ring->cbs = priv->tx_cbs + start_ptr; in bcmgenet_init_tx_ring()
2985 priv->tx_cbs + i)); in bcmgenet_fini_dma()
2997 kfree(priv->tx_cbs); in bcmgenet_fini_dma()
3025 priv->tx_cbs = kcalloc(priv->num_tx_bds, sizeof(struct enet_cb), in bcmgenet_init_dma()
3027 if (!priv->tx_cbs) { in bcmgenet_init_dma()
3033 cb = priv->tx_cbs + i; in bcmgenet_init_dma()
3047 kfree(priv->tx_cbs); in bcmgenet_init_dma()
H A Dbcmgenet.h635 struct enet_cb *tx_cbs; member