Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/
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()
/linux-6.12.1/drivers/net/ethernet/microchip/vcap/
Dvcap_api_kunit.c1339 .first_cid = 8000000, in vcap_api_encode_rule_test()
1570 .first_cid = 10000, in vcap_api_rule_insert_in_order_test()
1608 .first_cid = 10000, in vcap_api_rule_insert_reverse_order_test()
1671 .first_cid = 10000, in vcap_api_rule_remove_at_end_test()
1743 .first_cid = 10000, in vcap_api_rule_remove_in_middle_test()
1818 .first_cid = 10000, in vcap_api_rule_remove_in_front_test()
1877 .first_cid = 8000000, in vcap_api_next_lookup_basic_test()
1885 .first_cid = 8200000, in vcap_api_next_lookup_basic_test()
1924 .first_cid = 1000000, in vcap_api_next_lookup_advanced_test()
1931 .first_cid = 1200000, in vcap_api_next_lookup_advanced_test()
[all …]
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()
Dvcap_api.h170 int first_cid; /* first chain id in this vcap */ member
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()
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()
Dvcap_api_debugfs.c284 out->prf(out->dst, "first_cid: %d\n", admin->first_cid); in vcap_show_admin_info()
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/
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()