Searched refs:last_cid (Results 1 – 7 of 7) 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, 633 admin->last_cid = cfg->last_cid; in lan966x_vcap_admin_alloc()
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_api_kunit.c | 1343 .last_cid = 8099999, in vcap_api_encode_rule_test() 1574 .last_cid = 19999, in vcap_api_rule_insert_in_order_test() 1612 .last_cid = 19999, in vcap_api_rule_insert_reverse_order_test() 1675 .last_cid = 19999, in vcap_api_rule_remove_at_end_test() 1747 .last_cid = 19999, in vcap_api_rule_remove_in_middle_test() 1822 .last_cid = 19999, in vcap_api_rule_remove_in_front_test() 1881 .last_cid = 8199999, in vcap_api_next_lookup_basic_test() 1889 .last_cid = 8399999, in vcap_api_next_lookup_basic_test() 1928 .last_cid = 1199999, in vcap_api_next_lookup_advanced_test() 1935 .last_cid = 1399999, in vcap_api_next_lookup_advanced_test() [all …]
|
| H A D | vcap_api_debugfs_kunit.c | 406 .last_cid = 19999, in vcap_api_show_admin_test() 497 .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_debugfs.c | 285 out->prf(out->dst, "last_cid: %d\n", admin->last_cid); in vcap_show_admin_info()
|
| H A D | vcap_api.c | 1630 if (cid >= admin->first_cid && cid <= admin->last_cid) in vcap_find_admin() 3015 if (!(chain >= admin->first_cid && chain <= admin->last_cid)) in vcap_enable_rules() 3073 if (!(chain >= admin->first_cid && chain <= admin->last_cid)) in vcap_disable_rules()
|