Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
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(sizeof(*lkey_id), GFP_KERNEL); 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 …]
Dspectrum_acl_tcam.h197 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id; member
Dreg.h3375 u32 lkey_id, u32 action_pointer) in mlxsw_reg_ptce3_pack() argument
3388 mlxsw_reg_ptce3_large_entry_key_id_set(payload, lkey_id); in mlxsw_reg_ptce3_pack()