Searched refs:cached_ntc (Results 1 – 1 of 1) sorted by relevance
1159 u32 cached_ntc = ntc; in ice_clean_rx_irq() local1302 while (cached_ntc != first) { in ice_clean_rx_irq()1303 struct ice_rx_buf *buf = &rx_ring->rx_buf[cached_ntc]; in ice_clean_rx_irq()1315 if (++cached_ntc >= cnt) in ice_clean_rx_irq()1316 cached_ntc = 0; in ice_clean_rx_irq()
Completed in 6 milliseconds