Home
last modified time | relevance | path

Searched refs:cached_ntc (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_txrx.c1151 u32 cached_ntc = rx_ring->first_desc; in ice_clean_rx_irq() local
1302 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()