Searched refs:first_cid (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/microchip/lan966x/ |
A D | lan966x_vcap_impl.c | 17 int first_cid; /* first chain id in this vcap */ member 26 .first_cid = LAN966X_VCAP_CID_IS2_L0, 430 admin->first_cid = cfg->first_cid; in lan966x_vcap_admin_alloc()
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/ |
A D | sparx5_vcap_impl.c | 57 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, 1700 admin->first_cid = cfg->first_cid; in sparx5_vcap_admin_alloc()
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/vcap/ |
A D | vcap_api_kunit.c | 1309 .first_cid = 8000000, in vcap_api_encode_rule_test() 1542 .first_cid = 10000, in vcap_api_rule_insert_in_order_test() 1575 .first_cid = 10000, in vcap_api_rule_insert_reverse_order_test() 1633 .first_cid = 10000, in vcap_api_rule_remove_at_end_test() 1705 .first_cid = 10000, in vcap_api_rule_remove_in_middle_test() 1780 .first_cid = 10000, in vcap_api_rule_remove_in_front_test() 1836 .first_cid = 8000000, in vcap_api_next_lookup_basic_test() 1844 .first_cid = 8200000, in vcap_api_next_lookup_basic_test() 1883 .first_cid = 1000000, in vcap_api_next_lookup_advanced_test() 1890 .first_cid = 1200000, in vcap_api_next_lookup_advanced_test() [all …]
|
A D | vcap_api_debugfs_kunit.c | 405 .first_cid = 10000, in vcap_api_show_admin_test() 496 .first_cid = 8000000, in vcap_api_show_admin_rule_test()
|
A D | vcap_api.h | 170 int first_cid; /* first chain id in this vcap */ member
|
A D | vcap_api.c | 1576 int cid_next = admin->first_cid + VCAP_CID_LOOKUP_SIZE; in vcap_chain_id_to_lookup() 1577 int cid = admin->first_cid; in vcap_chain_id_to_lookup() 1597 if (cid >= admin->first_cid && cid <= admin->last_cid) in vcap_find_admin() 1613 if (iter->first_cid > max_cid && in vcap_admin_is_last() 1616 max_cid = iter->first_cid; in vcap_admin_is_last() 2970 if (!(chain >= admin->first_cid && chain <= admin->last_cid)) in vcap_enable_rules() 3028 if (!(chain >= admin->first_cid && chain <= admin->last_cid)) in vcap_disable_rules()
|
A D | vcap_api_debugfs.c | 284 out->prf(out->dst, "first_cid: %d\n", admin->first_cid); in vcap_show_admin_info()
|
Completed in 23 milliseconds