Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/microchip/vcap/
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);
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()
1418 actionset = res; in vcap_decode_actionset()
1713 enum vcap_actionfield_set actionset = rule->actionset; in vcap_add_type_actionfield() local
1931 for (actionset = 0; actionset < map_size; ++actionset) { in vcap_rule_find_actionsets()
1932 if (!map[actionset]) in vcap_rule_find_actionsets()
1939 actionset, in vcap_rule_find_actionsets()
2790 enum vcap_actionfield_set actionset = rule->actionset; in vcap_actionfield_match_actionset() local
[all …]
A Dvcap_api_kunit.c254 enum vcap_actionfield_set actionset = VCAP_AFS_NO_VALUE; in test_vcap_xn_rule_creator() local
267 actionset = VCAP_AFS_CLASS_REDUCED; in test_vcap_xn_rule_creator()
271 actionset = VCAP_AFS_CLASSIFICATION; in test_vcap_xn_rule_creator()
275 actionset = VCAP_AFS_CLASSIFICATION; in test_vcap_xn_rule_creator()
279 actionset = VCAP_AFS_FULL; in test_vcap_xn_rule_creator()
302 ret = vcap_set_rule_set_actionset(rule, actionset); in test_vcap_xn_rule_creator()
307 KUNIT_EXPECT_EQ(test, actionset, rule->actionset); in test_vcap_xn_rule_creator()
717 .actionset = VCAP_AFS_BASE_TYPE, in vcap_api_encode_actionfield_test()
948 .actionset = VCAP_AFS_BASE_TYPE, in vcap_api_encode_rule_actionset_test()
1091 .actionset = VCAP_AFS_NO_VALUE, in vcap_api_rule_add_actionvalue_test()
[all …]
A Dvcap_api.h193 enum vcap_actionfield_set actionset; /* actionset used: may be derived from fields */ member
A Dvcap_api_client.h184 enum vcap_actionfield_set actionset);
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()
A Dvcap_api_debugfs_kunit.c514 .actionset = VCAP_AFS_BASE_TYPE, in vcap_api_show_admin_rule_test()
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_tc_flower.c495 err = vcap_set_rule_set_actionset(vrule, erule->actionset); in sparx5_tc_add_rule_copy()
566 if (vrule->actionset == VCAP_AFS_NO_VALUE) in sparx5_tc_set_actionset()

Completed in 21 milliseconds