Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/microchip/vcap/
Dvcap_api_client.h213 int vcap_rule_get_counter(struct vcap_rule *rule, struct vcap_counter *ctr);
Dvcap_api_kunit.c1541 ret = vcap_rule_get_counter(&ri.data, &ctr); in vcap_api_get_rule_counter_test()
1552 ret = vcap_rule_get_counter(&ri2.data, &ctr2); in vcap_api_get_rule_counter_test()
Dvcap_api.c3281 int vcap_rule_get_counter(struct vcap_rule *rule, struct vcap_counter *ctr) in vcap_rule_get_counter() function
3300 EXPORT_SYMBOL_GPL(vcap_rule_get_counter);