Searched refs:tally (Results 1 – 2 of 2) sorted by relevance
1118 int tally[RTE_ACL_MAX_LEVELS][TALLY_NUM]; in acl_rule_stats() local1120 memset(tally, 0, sizeof(tally)); in acl_rule_stats()1127 tally[n][TALLY_0]++; in acl_rule_stats()1131 tally[n][m]++; in acl_rule_stats()1139 tally[n][TALLY_DEPTH]++; in acl_rule_stats()1153 tally[m][TALLY_DEACTIVATED] = deactivate; in acl_rule_stats()1160 if (tally[n][TALLY_100] != tally[n][TALLY_0]) in acl_rule_stats()1165 tally[m][TALLY_DEACTIVATED] = deactivate; in acl_rule_stats()1174 if (tally[k][TALLY_DEACTIVATED] == 0) { in acl_rule_stats()1175 memmove(&tally[l][0], &tally[k][0], in acl_rule_stats()[all …]
270 uint64_t tally = 0; in dlb2_get_threshold_stat() local273 tally += dlb2->ev_ports[port].stats.queue[qid].qid_depth[stat]; in dlb2_get_threshold_stat()275 return tally; in dlb2_get_threshold_stat()