Lines Matching defs:ag71xx_desc
292 struct ag71xx_desc {
299 #define AG71XX_DESC_SIZE roundup(sizeof(struct ag71xx_desc), \
365 struct ag71xx_desc *stop_desc;
386 static int ag71xx_desc_empty(struct ag71xx_desc *desc)
391 static struct ag71xx_desc *ag71xx_ring_desc(struct ag71xx_ring *ring, int idx)
393 return (struct ag71xx_desc *)&ring->descs_cpu[idx * AG71XX_DESC_SIZE];
791 struct ag71xx_desc *desc;
1188 struct ag71xx_desc *desc;
1220 struct ag71xx_desc *desc = ag71xx_ring_desc(ring, i);
1266 struct ag71xx_desc *desc;
1293 struct ag71xx_desc *desc = ag71xx_ring_desc(ring, i);
1303 struct ag71xx_desc *desc = ag71xx_ring_desc(ring, i);
1332 struct ag71xx_desc *desc;
1510 struct ag71xx_desc *desc;
1562 struct ag71xx_desc *desc;
1679 struct ag71xx_desc *desc = ag71xx_ring_desc(ring, i);
1947 sizeof(struct ag71xx_desc),