Lines Matching refs:enet_cb
942 static struct enet_cb *bcmgenet_get_txcb(struct bcmgenet_priv *priv, in bcmgenet_get_txcb()
945 struct enet_cb *tx_cb_ptr; in bcmgenet_get_txcb()
960 static void bcmgenet_free_cb(struct enet_cb *cb) in bcmgenet_free_cb()
1022 struct enet_cb *tx_cb_ptr; in __bcmgenet_tx_reclaim()
1137 struct enet_cb *tx_cb_ptr; in bcmgenet_xmit_single()
1183 struct enet_cb *tx_cb_ptr; in bcmgenet_xmit_frag()
1372 struct enet_cb *cb) in bcmgenet_rx_refill()
1422 struct enet_cb *cb; in bcmgenet_desc_rx()
1591 struct enet_cb *cb; in bcmgenet_alloc_rx_buffers()
1612 struct enet_cb *cb; in bcmgenet_free_rx_buffers()
2206 struct enet_cb *cb; in bcmgenet_init_dma()
2213 priv->rx_cbs = kcalloc(priv->num_rx_bds, sizeof(struct enet_cb), in bcmgenet_init_dma()
2226 priv->tx_cbs = kcalloc(priv->num_tx_bds, sizeof(struct enet_cb), in bcmgenet_init_dma()