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()397 aentry->lkey_id = lkey_id; in mlxsw_sp_acl_atcam_region_entry_insert()406 refcount_read(&lkey_id->refcnt) != 1, lkey_id->id, in mlxsw_sp_acl_atcam_region_entry_insert()424 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id = aentry->lkey_id; in mlxsw_sp_acl_atcam_region_entry_remove() local447 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id = aentry->lkey_id; in mlxsw_sp_acl_atcam_region_entry_action_replace() local[all …]
197 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id; member
3215 u32 lkey_id, u32 action_pointer) in mlxsw_reg_ptce3_pack() argument3228 mlxsw_reg_ptce3_large_entry_key_id_set(payload, lkey_id); in mlxsw_reg_ptce3_pack()
Completed in 26 milliseconds