Home
last modified time | relevance | path

Searched refs:mlxsw_afk_key_info (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dcore_acl_flex_keys.c66 struct mlxsw_afk_key_info { struct
78 mlxsw_afk_key_info_elements_eq(struct mlxsw_afk_key_info *key_info, in mlxsw_afk_key_info_elements_eq() argument
84 static struct mlxsw_afk_key_info *
88 struct mlxsw_afk_key_info *key_info; in mlxsw_afk_key_info_find()
164 struct mlxsw_afk_key_info *key_info) in mlxsw_afk_picker_key_info_add()
184 struct mlxsw_afk_key_info *key_info, in mlxsw_afk_picker()
234 static struct mlxsw_afk_key_info *
238 struct mlxsw_afk_key_info *key_info; in mlxsw_afk_key_info_create()
259 static void mlxsw_afk_key_info_destroy(struct mlxsw_afk_key_info *key_info) in mlxsw_afk_key_info_destroy()
265 struct mlxsw_afk_key_info *
[all …]
Dcore_acl_flex_keys.h198 struct mlxsw_afk_key_info;
200 struct mlxsw_afk_key_info *
203 void mlxsw_afk_key_info_put(struct mlxsw_afk_key_info *key_info);
204 bool mlxsw_afk_key_info_subset(struct mlxsw_afk_key_info *key_info,
208 mlxsw_afk_key_info_block_encoding_get(const struct mlxsw_afk_key_info *key_info,
211 mlxsw_afk_key_info_blocks_count_get(const struct mlxsw_afk_key_info *key_info);
229 struct mlxsw_afk_key_info *key_info,
Dspectrum_acl_tcam.h76 struct mlxsw_afk_key_info *key_info;
Dspectrum_acl_tcam.c452 struct mlxsw_afk_key_info *key_info = region->key_info; in mlxsw_sp_acl_tcam_region_alloc()