Searched refs:cached_ntc (Results 1 – 1 of 1) sorted by relevance
1121 u32 cached_ntc = rx_ring->first_desc; in ice_clean_rx_irq() local1263 while (cached_ntc != first) { in ice_clean_rx_irq()1264 struct ice_rx_buf *buf = &rx_ring->rx_buf[cached_ntc]; in ice_clean_rx_irq()1276 if (++cached_ntc >= cnt) in ice_clean_rx_irq()1277 cached_ntc = 0; in ice_clean_rx_irq()