Searched refs:cached_ntc (Results 1 – 1 of 1) sorted by relevance
1123 u32 cached_ntc = rx_ring->first_desc; in ice_clean_rx_irq() local1261 while (cached_ntc != first) { in ice_clean_rx_irq()1262 struct ice_rx_buf *buf = &rx_ring->rx_buf[cached_ntc]; in ice_clean_rx_irq()1274 if (++cached_ntc >= cnt) in ice_clean_rx_irq()1275 cached_ntc = 0; in ice_clean_rx_irq()