Home
last modified time | relevance | path

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

/openbmc/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,
632 admin->first_cid = cfg->first_cid; in lan966x_vcap_admin_alloc()
/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_kunit.c1342 .first_cid = 8000000, in vcap_api_encode_rule_test()
1573 .first_cid = 10000, in vcap_api_rule_insert_in_order_test()
1611 .first_cid = 10000, in vcap_api_rule_insert_reverse_order_test()
1674 .first_cid = 10000, in vcap_api_rule_remove_at_end_test()
1746 .first_cid = 10000, in vcap_api_rule_remove_in_middle_test()
1821 .first_cid = 10000, in vcap_api_rule_remove_in_front_test()
1880 .first_cid = 8000000, in vcap_api_next_lookup_basic_test()
1888 .first_cid = 8200000, in vcap_api_next_lookup_basic_test()
1927 .first_cid = 1000000, in vcap_api_next_lookup_advanced_test()
1934 .first_cid = 1200000, in vcap_api_next_lookup_advanced_test()
[all …]
H A Dvcap_api_debugfs_kunit.c405 .first_cid = 10000, in vcap_api_show_admin_test()
496 .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.c1609 int cid_next = admin->first_cid + VCAP_CID_LOOKUP_SIZE; in vcap_chain_id_to_lookup()
1610 int cid = admin->first_cid; in vcap_chain_id_to_lookup()
1630 if (cid >= admin->first_cid && cid <= admin->last_cid) in vcap_find_admin()
1646 if (iter->first_cid > max_cid && in vcap_admin_is_last()
1649 max_cid = iter->first_cid; in vcap_admin_is_last()
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()
H A Dvcap_api_debugfs.c284 out->prf(out->dst, "first_cid: %d\n", admin->first_cid); in vcap_show_admin_info()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_impl.c57 int first_cid; /* first chain id in this vcap */ member
71 .first_cid = SPARX5_VCAP_CID_IS0_L0,
83 .first_cid = SPARX5_VCAP_CID_IS0_L2,
95 .first_cid = SPARX5_VCAP_CID_IS0_L4,
107 .first_cid = SPARX5_VCAP_CID_IS2_L0,
119 .first_cid = SPARX5_VCAP_CID_IS2_L2,
129 .first_cid = SPARX5_VCAP_CID_ES0_L0,
138 .first_cid = SPARX5_VCAP_CID_ES2_L0,
1970 admin->first_cid = cfg->first_cid; in sparx5_vcap_admin_alloc()