Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/sparx5/lan969x/
H A Dlan969x_vcap_impl.c13 .first_cid = SPARX5_VCAP_CID_IS0_L0,
25 .first_cid = SPARX5_VCAP_CID_IS0_L2,
37 .first_cid = SPARX5_VCAP_CID_IS0_L4,
49 .first_cid = SPARX5_VCAP_CID_IS2_L0,
61 .first_cid = SPARX5_VCAP_CID_IS2_L2,
71 .first_cid = SPARX5_VCAP_CID_ES0_L0,
80 .first_cid = SPARX5_VCAP_CID_ES2_L0,
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_impl.c24 int first_cid; /* first chain id in this vcap */ member
33 .first_cid = LAN966X_VCAP_CID_ES0_L0,
41 .first_cid = LAN966X_VCAP_CID_IS1_L0,
50 .first_cid = LAN966X_VCAP_CID_IS2_L0,
631 admin->first_cid = cfg->first_cid; in lan966x_vcap_admin_alloc()
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_kunit.c1343 .first_cid = 8000000, in vcap_api_encode_rule_test()
1574 .first_cid = 10000, in vcap_api_rule_insert_in_order_test()
1612 .first_cid = 10000, in vcap_api_rule_insert_reverse_order_test()
1675 .first_cid = 10000, in vcap_api_rule_remove_at_end_test()
1747 .first_cid = 10000, in vcap_api_rule_remove_in_middle_test()
1822 .first_cid = 10000, in vcap_api_rule_remove_in_front_test()
1881 .first_cid = 8000000, in vcap_api_next_lookup_basic_test()
1889 .first_cid = 8200000, in vcap_api_next_lookup_basic_test()
1928 .first_cid = 1000000, in vcap_api_next_lookup_advanced_test()
1935 .first_cid = 1200000, in vcap_api_next_lookup_advanced_test()
[all …]
H A Dvcap_api_debugfs_kunit.c406 .first_cid = 10000, in vcap_api_show_admin_test()
497 .first_cid = 8000000, in vcap_api_show_admin_rule_test()
H A Dvcap_api.h170 int first_cid; /* first chain id in this vcap */ member
H A Dvcap_api.c1619 int cid_next = admin->first_cid + VCAP_CID_LOOKUP_SIZE; in vcap_chain_id_to_lookup()
1620 int cid = admin->first_cid; in vcap_chain_id_to_lookup()
1640 if (cid >= admin->first_cid && cid <= admin->last_cid) in vcap_find_admin()
1656 if (iter->first_cid > max_cid && in vcap_admin_is_last()
1659 max_cid = iter->first_cid; in vcap_admin_is_last()
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()
H A Dvcap_api_debugfs.c284 out->prf(out->dst, "first_cid: %d\n", admin->first_cid); in vcap_show_admin_info()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_impl.c55 .first_cid = SPARX5_VCAP_CID_IS0_L0,
67 .first_cid = SPARX5_VCAP_CID_IS0_L2,
79 .first_cid = SPARX5_VCAP_CID_IS0_L4,
91 .first_cid = SPARX5_VCAP_CID_IS2_L0,
103 .first_cid = SPARX5_VCAP_CID_IS2_L2,
113 .first_cid = SPARX5_VCAP_CID_ES0_L0,
122 .first_cid = SPARX5_VCAP_CID_ES2_L0,
1958 admin->first_cid = cfg->first_cid; in sparx5_vcap_admin_alloc()