Lines Matching refs:enet_cb
1091 static struct enet_cb *bcmgenet_get_txcb(struct bcmgenet_priv *priv, in bcmgenet_get_txcb()
1094 struct enet_cb *tx_cb_ptr; in bcmgenet_get_txcb()
1109 static void bcmgenet_free_cb(struct enet_cb *cb) in bcmgenet_free_cb()
1171 struct enet_cb *tx_cb_ptr; in __bcmgenet_tx_reclaim()
1286 struct enet_cb *tx_cb_ptr; in bcmgenet_xmit_single()
1332 struct enet_cb *tx_cb_ptr; in bcmgenet_xmit_frag()
1520 struct enet_cb *cb) in bcmgenet_rx_refill()
1570 struct enet_cb *cb; in bcmgenet_desc_rx()
1736 struct enet_cb *cb; in bcmgenet_alloc_rx_buffers()
1757 struct enet_cb *cb; in bcmgenet_free_rx_buffers()
2378 struct enet_cb *cb; in bcmgenet_init_dma()
2385 priv->rx_cbs = kcalloc(priv->num_rx_bds, sizeof(struct enet_cb), in bcmgenet_init_dma()
2398 priv->tx_cbs = kcalloc(priv->num_tx_bds, sizeof(struct enet_cb), in bcmgenet_init_dma()