Home
last modified time | relevance | path

Searched refs:lkey_id (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_atcam.c41 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id);
105 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id) in mlxsw_sp_acl_atcam_generic_lkey_id_put() argument
171 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id; in mlxsw_sp_acl_atcam_lkey_id_create() local
182 lkey_id = kzalloc_obj(*lkey_id); in mlxsw_sp_acl_atcam_lkey_id_create()
183 if (!lkey_id) { in mlxsw_sp_acl_atcam_lkey_id_create()
188 lkey_id->id = id; in mlxsw_sp_acl_atcam_lkey_id_create()
189 memcpy(&lkey_id->ht_key, ht_key, sizeof(*ht_key)); in mlxsw_sp_acl_atcam_lkey_id_create()
190 refcount_set(&lkey_id->refcnt, 1); in mlxsw_sp_acl_atcam_lkey_id_create()
193 &lkey_id->ht_node, in mlxsw_sp_acl_atcam_lkey_id_create()
198 return lkey_id; in mlxsw_sp_acl_atcam_lkey_id_create()
[all …]
H A Dspectrum_acl_tcam.h190 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id; member