Searched refs:hits_hi (Results 1 – 1 of 1) sorted by relevance
1417 uint64_t hits_lo, hits_hi; in ice_fdir_query_count() local1433 hits_hi = ICE_READ_REG(hw, GLSTAT_FD_CNT0H(counter->hw_index)); in ice_fdir_query_count()1436 flow_stats->hits = hits_lo | (hits_hi << 32); in ice_fdir_query_count()