Home
last modified time | relevance | path

Searched refs:actionset (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/microchip/vcap/
Dvcap_api_private.h84 enum vcap_type vt, enum vcap_actionfield_set actionset);
88 enum vcap_actionfield_set actionset);
92 enum vcap_actionfield_set actionset);
96 enum vcap_type vt, enum vcap_actionfield_set actionset);
99 enum vcap_actionfield_set actionset);
Dvcap_api.c692 enum vcap_type vt, enum vcap_actionfield_set actionset) in vcap_actionfields() argument
695 if (actionset >= vctrl->vcaps[vt].actionfield_set_size) in vcap_actionfields()
697 return vctrl->vcaps[vt].actionfield_set_map[actionset]; in vcap_actionfields()
702 enum vcap_type vt, enum vcap_actionfield_set actionset) in vcap_actionfieldset() argument
707 if (actionset >= vctrl->vcaps[vt].actionfield_set_size) in vcap_actionfieldset()
709 aset = &vctrl->vcaps[vt].actionfield_set[actionset]; in vcap_actionfieldset()
718 enum vcap_type vt, enum vcap_actionfield_set actionset) in vcap_actionfield_typegroup() argument
720 const struct vcap_set *aset = vcap_actionfieldset(vctrl, vt, actionset); in vcap_actionfield_typegroup()
731 enum vcap_actionfield_set actionset) in vcap_actionfield_count() argument
734 if (actionset >= vctrl->vcaps[vt].actionfield_set_size) in vcap_actionfield_count()
[all …]
Dvcap_api_kunit.c253 enum vcap_actionfield_set actionset = VCAP_AFS_NO_VALUE; in test_vcap_xn_rule_creator() local
266 actionset = VCAP_AFS_CLASS_REDUCED; in test_vcap_xn_rule_creator()
270 actionset = VCAP_AFS_CLASSIFICATION; in test_vcap_xn_rule_creator()
274 actionset = VCAP_AFS_CLASSIFICATION; in test_vcap_xn_rule_creator()
278 actionset = VCAP_AFS_FULL; in test_vcap_xn_rule_creator()
301 ret = vcap_set_rule_set_actionset(rule, actionset); in test_vcap_xn_rule_creator()
306 KUNIT_EXPECT_EQ(test, actionset, rule->actionset); in test_vcap_xn_rule_creator()
716 .actionset = VCAP_AFS_BASE_TYPE, in vcap_api_encode_actionfield_test()
947 .actionset = VCAP_AFS_BASE_TYPE, in vcap_api_encode_rule_actionset_test()
1116 .actionset = VCAP_AFS_NO_VALUE, in vcap_api_rule_add_actionvalue_test()
[all …]
Dvcap_api.h193 enum vcap_actionfield_set actionset; /* actionset used: may be derived from fields */ member
Dvcap_api_debugfs.c221 vcap_actionset_name(vctrl, ri->data.actionset)); in vcap_debugfs_show_rule_actionset()
227 ri->data.actionset); in vcap_debugfs_show_rule_actionset()
Dvcap_api_client.h184 enum vcap_actionfield_set actionset);
Dvcap_api_debugfs_kunit.c514 .actionset = VCAP_AFS_BASE_TYPE, in vcap_api_show_admin_rule_test()
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_tc_flower.c339 if (vrule->actionset == VCAP_AFS_NO_VALUE) in lan966x_tc_set_actionset()
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_tc_flower.c526 err = vcap_set_rule_set_actionset(vrule, erule->actionset); in sparx5_tc_add_rule_copy()
597 if (vrule->actionset == VCAP_AFS_NO_VALUE) in sparx5_tc_set_actionset()