Lines Matching refs:ag71xx_desc
294 struct ag71xx_desc { struct
301 #define AG71XX_DESC_SIZE roundup(sizeof(struct ag71xx_desc), \ argument
367 struct ag71xx_desc *stop_desc;
385 static int ag71xx_desc_empty(struct ag71xx_desc *desc) in ag71xx_desc_empty()
390 static struct ag71xx_desc *ag71xx_ring_desc(struct ag71xx_ring *ring, int idx) in ag71xx_ring_desc()
392 return (struct ag71xx_desc *)&ring->descs_cpu[idx * AG71XX_DESC_SIZE]; in ag71xx_ring_desc()
783 struct ag71xx_desc *desc; in ag71xx_tx_packets()
1126 struct ag71xx_desc *desc; in ag71xx_ring_tx_clean()
1158 struct ag71xx_desc *desc = ag71xx_ring_desc(ring, i); in ag71xx_ring_tx_init()
1204 struct ag71xx_desc *desc; in ag71xx_fill_rx_buf()
1231 struct ag71xx_desc *desc = ag71xx_ring_desc(ring, i); in ag71xx_ring_rx_init()
1241 struct ag71xx_desc *desc = ag71xx_ring_desc(ring, i); in ag71xx_ring_rx_init()
1270 struct ag71xx_desc *desc; in ag71xx_ring_rx_refill()
1448 struct ag71xx_desc *desc; in ag71xx_fill_dma_desc()
1500 struct ag71xx_desc *desc; in ag71xx_hard_start_xmit()
1617 struct ag71xx_desc *desc = ag71xx_ring_desc(ring, i); in ag71xx_rx_packets()
1886 sizeof(struct ag71xx_desc), in ag71xx_probe()