Searched refs:lkey_id (Results 1 – 3 of 3) sorted by relevance
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()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() local448 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id = aentry->lkey_id; in mlxsw_sp_acl_atcam_region_entry_action_replace() local[all …]
190 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id; member
3543 u32 lkey_id, u32 action_pointer) in mlxsw_reg_ptce3_pack() argument3556 mlxsw_reg_ptce3_large_entry_key_id_set(payload, lkey_id); in mlxsw_reg_ptce3_pack()