Searched refs:vcap_counter (Results 1 – 6 of 6) sorted by relevance
146 struct vcap_counter { struct206 struct vcap_counter *ctr, u64 cookie);207 int vcap_rule_set_counter(struct vcap_rule *rule, struct vcap_counter *ctr);208 int vcap_rule_get_counter(struct vcap_rule *rule, struct vcap_counter *ctr);
37 struct vcap_counter counter; /* last read counter value */
1558 struct vcap_counter *ctr) in vcap_write_counter()2229 struct vcap_counter ctr = {0}; in vcap_add_rule()2425 struct vcap_counter ctr; in vcap_mod_rule()2878 struct vcap_counter *ctr) in vcap_read_counter()3215 int vcap_rule_set_counter(struct vcap_rule *rule, struct vcap_counter *ctr) in vcap_rule_set_counter()3236 int vcap_rule_get_counter(struct vcap_rule *rule, struct vcap_counter *ctr) in vcap_rule_get_counter()3340 struct vcap_counter *ctr, u64 cookie) in vcap_get_rule_count_by_cookie()3343 struct vcap_counter temp = {}; in vcap_get_rule_count_by_cookie()
1449 struct vcap_counter ctr = { .value = 0, .sticky = false}; in vcap_api_set_rule_counter_test()1450 struct vcap_counter ctr2 = { .value = 101, .sticky = true}; in vcap_api_set_rule_counter_test()1502 struct vcap_counter ctr = {}; in vcap_api_get_rule_counter_test()1503 struct vcap_counter ctr2 = {}; in vcap_api_get_rule_counter_test()
321 struct vcap_counter count = {}; in lan966x_tc_flower_stats()
1248 struct vcap_counter ctr = {}; in sparx5_tc_flower_stats()
Completed in 17 milliseconds