Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A 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);
H A Dvcap_api.c803 ri->data.actionset); in vcap_encode_rule_actionset()
811 ri->data.actionset); in vcap_encode_rule_actionset()
819 ri->data.actionset); in vcap_encode_rule_actionset()
918 ri->data.actionset = actionset; in vcap_set_rule_set_actionset()
1451 actionset = res; in vcap_decode_actionset()
1746 enum vcap_actionfield_set actionset = rule->actionset; in vcap_add_type_actionfield() local
1964 for (actionset = 0; actionset < map_size; ++actionset) { in vcap_rule_find_actionsets()
1965 if (!map[actionset]) in vcap_rule_find_actionsets()
1972 actionset, in vcap_rule_find_actionsets()
2823 enum vcap_actionfield_set actionset = rule->actionset; in vcap_actionfield_match_actionset() local
[all …]
H A 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 …]
H A Dvcap_api.h193 enum vcap_actionfield_set actionset; /* actionset used: may be derived from fields */ member
H A Dvcap_api_client.h184 enum vcap_actionfield_set actionset);
H A 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()
H A Dvcap_api_debugfs_kunit.c514 .actionset = VCAP_AFS_BASE_TYPE, in vcap_api_show_admin_rule_test()
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c333 if (vrule->actionset == VCAP_AFS_NO_VALUE) in lan966x_tc_set_actionset()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c522 err = vcap_set_rule_set_actionset(vrule, erule->actionset); in sparx5_tc_add_rule_copy()
593 if (vrule->actionset == VCAP_AFS_NO_VALUE) in sparx5_tc_set_actionset()