Searched refs:last_cid (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/microchip/lan966x/ |
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-6.6.21/drivers/net/ethernet/microchip/vcap/ |
D | vcap_api_kunit.c | 1340 .last_cid = 8099999, in vcap_api_encode_rule_test() 1579 .last_cid = 19999, in vcap_api_rule_insert_in_order_test() 1617 .last_cid = 19999, in vcap_api_rule_insert_reverse_order_test() 1680 .last_cid = 19999, in vcap_api_rule_remove_at_end_test() 1752 .last_cid = 19999, in vcap_api_rule_remove_in_middle_test() 1827 .last_cid = 19999, in vcap_api_rule_remove_in_front_test() 1886 .last_cid = 8199999, in vcap_api_next_lookup_basic_test() 1894 .last_cid = 8399999, in vcap_api_next_lookup_basic_test() 1933 .last_cid = 1199999, in vcap_api_next_lookup_advanced_test() 1940 .last_cid = 1399999, in vcap_api_next_lookup_advanced_test() [all …]
|
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()
|
D | vcap_api.h | 171 int last_cid; /* last chain id in this vcap */ member
|
D | vcap_api_debugfs.c | 285 out->prf(out->dst, "last_cid: %d\n", admin->last_cid); in vcap_show_admin_info()
|
D | vcap_api.c | 1630 if (cid >= admin->first_cid && cid <= admin->last_cid) in vcap_find_admin() 3003 if (!(chain >= admin->first_cid && chain <= admin->last_cid)) in vcap_enable_rules() 3061 if (!(chain >= admin->first_cid && chain <= admin->last_cid)) in vcap_disable_rules()
|
/linux-6.6.21/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_vcap_impl.c | 58 int last_cid; /* last chain id in this vcap */ member 72 .last_cid = SPARX5_VCAP_CID_IS0_L2 - 1, 84 .last_cid = SPARX5_VCAP_CID_IS0_L4 - 1, 96 .last_cid = SPARX5_VCAP_CID_IS0_MAX, 108 .last_cid = SPARX5_VCAP_CID_IS2_L2 - 1, 120 .last_cid = SPARX5_VCAP_CID_IS2_MAX, 130 .last_cid = SPARX5_VCAP_CID_ES0_MAX, 139 .last_cid = SPARX5_VCAP_CID_ES2_MAX, 1971 admin->last_cid = cfg->last_cid; in sparx5_vcap_admin_alloc()
|