Searched refs:hits_lo (Results 1 – 1 of 1) sorted by relevance
1417 uint64_t hits_lo, hits_hi; in ice_fdir_query_count() local1432 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()