Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c1417 uint64_t hits_lo, hits_hi; in ice_fdir_query_count() local
1432 hits_lo = ICE_READ_REG(hw, GLSTAT_FD_CNT0L(counter->hw_index)); in ice_fdir_query_count()
1436 flow_stats->hits = hits_lo | (hits_hi << 32); in ice_fdir_query_count()