Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/broadcom/
Dbcm4908_enet.c39 struct bcm4908_enet_dma_ring_bd { struct
61 struct bcm4908_enet_dma_ring_bd *buf_desc; argument
161 int size = ring->length * sizeof(struct bcm4908_enet_dma_ring_bd); in bcm4908_dma_alloc_buf_descs()
192 size = rx_ring->length * sizeof(struct bcm4908_enet_dma_ring_bd); in bcm4908_enet_dma_free()
197 size = tx_ring->length * sizeof(struct bcm4908_enet_dma_ring_bd); in bcm4908_enet_dma_free()
257 struct bcm4908_enet_dma_ring_bd *buf_desc = &enet->rx_ring.buf_desc[idx]; in bcm4908_enet_dma_alloc_rx_buf()
516 struct bcm4908_enet_dma_ring_bd *buf_desc; in bcm4908_enet_start_xmit()
576 struct bcm4908_enet_dma_ring_bd *buf_desc; in bcm4908_enet_poll_rx()
633 struct bcm4908_enet_dma_ring_bd *buf_desc; in bcm4908_enet_poll_tx()