Lines Matching defs:next_to_clean
1147 uint16_t next_to_clean;
1153 next_to_clean = tx_ring->next_to_clean;
1159 tx_info = &tx_ring->tx_buffer_info[next_to_clean];
1176 next_to_clean = AL_ETH_TX_RING_IDX_NEXT(tx_ring, next_to_clean);
1179 tx_ring->next_to_clean = next_to_clean;
1182 qid, next_to_clean);
1517 unsigned int descs, uint16_t *next_to_clean)
1521 &rx_ring->rx_buffer_info[*next_to_clean];
1529 *next_to_clean = AL_ETH_RX_RING_IDX_NEXT(rx_ring,
1530 *next_to_clean);
1562 *next_to_clean = AL_ETH_RX_RING_IDX_NEXT(rx_ring,
1563 *next_to_clean);
1573 *next_to_clean = AL_ETH_RX_RING_IDX_NEXT(rx_ring, *next_to_clean);
1585 uint16_t next_to_clean = rx_ring->next_to_clean;
1613 next_to_clean = AL_ETH_RX_RING_IDX_ADD(rx_ring,
1614 next_to_clean, descs);
1620 &next_to_clean);
1624 next_to_clean = AL_ETH_RX_RING_IDX_ADD(rx_ring,
1625 next_to_clean, descs);
1662 rx_ring->next_to_clean = next_to_clean;
2360 tx_ring->next_to_clean = 0;
2534 rx_ring->next_to_clean = 0;