Searched refs:actionset (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/microchip/vcap/ |
A D | vcap_api_private.h | 84 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 D | vcap_api.c | 803 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 D | vcap_api_kunit.c | 254 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 D | vcap_api.h | 193 enum vcap_actionfield_set actionset; /* actionset used: may be derived from fields */ member
|
A D | vcap_api_client.h | 184 enum vcap_actionfield_set actionset);
|
A D | vcap_api_debugfs.c | 221 vcap_actionset_name(vctrl, ri->data.actionset)); in vcap_debugfs_show_rule_actionset() 227 ri->data.actionset); in vcap_debugfs_show_rule_actionset()
|
A D | vcap_api_debugfs_kunit.c | 514 .actionset = VCAP_AFS_BASE_TYPE, in vcap_api_show_admin_rule_test()
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/ |
A D | sparx5_tc_flower.c | 495 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 19 milliseconds