Searched refs:last_cid (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/microchip/sparx5/lan969x/ |
| H A D | lan969x_vcap_impl.c | 14 .last_cid = SPARX5_VCAP_CID_IS0_L2 - 1, 26 .last_cid = SPARX5_VCAP_CID_IS0_L4 - 1, 38 .last_cid = SPARX5_VCAP_CID_IS0_MAX, 50 .last_cid = SPARX5_VCAP_CID_IS2_L2 - 1, 62 .last_cid = SPARX5_VCAP_CID_IS2_MAX, 72 .last_cid = SPARX5_VCAP_CID_ES0_MAX, 81 .last_cid = SPARX5_VCAP_CID_ES2_MAX,
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_vcap_impl.c | 25 int last_cid; /* last chain id in this vcap */ member 34 .last_cid = LAN966X_VCAP_CID_ES0_MAX, 42 .last_cid = LAN966X_VCAP_CID_IS1_MAX, 51 .last_cid = LAN966X_VCAP_CID_IS2_MAX, 632 admin->last_cid = cfg->last_cid; in lan966x_vcap_admin_alloc()
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_api_kunit.c | 1344 .last_cid = 8099999, in vcap_api_encode_rule_test() 1575 .last_cid = 19999, in vcap_api_rule_insert_in_order_test() 1613 .last_cid = 19999, in vcap_api_rule_insert_reverse_order_test() 1676 .last_cid = 19999, in vcap_api_rule_remove_at_end_test() 1748 .last_cid = 19999, in vcap_api_rule_remove_in_middle_test() 1823 .last_cid = 19999, in vcap_api_rule_remove_in_front_test() 1882 .last_cid = 8199999, in vcap_api_next_lookup_basic_test() 1890 .last_cid = 8399999, in vcap_api_next_lookup_basic_test() 1929 .last_cid = 1199999, in vcap_api_next_lookup_advanced_test() 1936 .last_cid = 1399999, in vcap_api_next_lookup_advanced_test() [all …]
|
| H A D | vcap_api_debugfs_kunit.c | 407 .last_cid = 19999, in vcap_api_show_admin_test() 498 .last_cid = 8199999, in vcap_api_show_admin_rule_test()
|
| H A D | vcap_api.h | 171 int last_cid; /* last chain id in this vcap */ member
|
| H A D | vcap_api.c | 1640 if (cid >= admin->first_cid && cid <= admin->last_cid) in vcap_find_admin() 3028 if (!(chain >= admin->first_cid && chain <= admin->last_cid)) in vcap_enable_rules() 3086 if (!(chain >= admin->first_cid && chain <= admin->last_cid)) in vcap_disable_rules()
|