Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_atcam.c182 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()
198 return lkey_id; in mlxsw_sp_acl_atcam_lkey_id_create()
201 kfree(lkey_id); in mlxsw_sp_acl_atcam_lkey_id_create()
216 kfree(lkey_id); in mlxsw_sp_acl_atcam_lkey_id_destroy()
238 if (lkey_id) { in mlxsw_sp_acl_atcam_12kb_lkey_id_get()
398 aentry->lkey_id = lkey_id; in mlxsw_sp_acl_atcam_region_entry_insert()
407 refcount_read(&lkey_id->refcnt) != 1, lkey_id->id, in mlxsw_sp_acl_atcam_region_entry_insert()
425 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id = aentry->lkey_id; in mlxsw_sp_acl_atcam_region_entry_remove() local
448 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id = aentry->lkey_id; in mlxsw_sp_acl_atcam_region_entry_action_replace() local
[all …]
H A Dspectrum_acl_tcam.h190 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id; member
H A Dreg.h3543 u32 lkey_id, u32 action_pointer) in mlxsw_reg_ptce3_pack() argument
3556 mlxsw_reg_ptce3_large_entry_key_id_set(payload, lkey_id); in mlxsw_reg_ptce3_pack()