Searched refs:cached_ntc (Results 1 – 1 of 1) sorted by relevance
1155 u32 cached_ntc = rx_ring->first_desc; in ice_clean_rx_irq() local1303 while (cached_ntc != first) { in ice_clean_rx_irq()1304 struct ice_rx_buf *buf = &rx_ring->rx_buf[cached_ntc]; in ice_clean_rx_irq()1316 if (++cached_ntc >= cnt) in ice_clean_rx_irq()1317 cached_ntc = 0; in ice_clean_rx_irq()