Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c1406 &priv->tx_cbs[ring->clean_ptr]); in __bcmgenet_tx_reclaim()
2134 ring->cbs = priv->tx_cbs + start_ptr; in bcmgenet_init_tx_ring()
2529 cb = priv->tx_cbs + i; in bcmgenet_fini_dma()
2545 kfree(priv->tx_cbs); in bcmgenet_fini_dma()
2573 priv->tx_cbs = kcalloc(priv->num_tx_bds, sizeof(struct enet_cb), in bcmgenet_init_dma()
2575 if (!priv->tx_cbs) { in bcmgenet_init_dma()
2581 cb = priv->tx_cbs + i; in bcmgenet_init_dma()
2594 kfree(priv->tx_cbs); in bcmgenet_init_dma()
Dbcmgenet.h617 struct enet_cb *tx_cbs; member