Lines Matching defs:ag71xx_desc
294 struct ag71xx_desc {
301 #define AG71XX_DESC_SIZE roundup(sizeof(struct ag71xx_desc), \
367 struct ag71xx_desc *stop_desc;
388 static int ag71xx_desc_empty(struct ag71xx_desc *desc)
393 static struct ag71xx_desc *ag71xx_ring_desc(struct ag71xx_ring *ring, int idx)
395 return (struct ag71xx_desc *)&ring->descs_cpu[idx * AG71XX_DESC_SIZE];
804 struct ag71xx_desc *desc;
1147 struct ag71xx_desc *desc;
1179 struct ag71xx_desc *desc = ag71xx_ring_desc(ring, i);
1225 struct ag71xx_desc *desc;
1252 struct ag71xx_desc *desc = ag71xx_ring_desc(ring, i);
1262 struct ag71xx_desc *desc = ag71xx_ring_desc(ring, i);
1291 struct ag71xx_desc *desc;
1469 struct ag71xx_desc *desc;
1521 struct ag71xx_desc *desc;
1638 struct ag71xx_desc *desc = ag71xx_ring_desc(ring, i);
1905 sizeof(struct ag71xx_desc),