Searched refs:lkey_id (Results 1 – 3 of 3) sorted by relevance
41 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() argument171 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id; in mlxsw_sp_acl_atcam_lkey_id_create() local182 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 …]
197 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id; member
2949 u32 lkey_id, u32 action_pointer) in mlxsw_reg_ptce3_pack() argument2962 mlxsw_reg_ptce3_large_entry_key_id_set(payload, lkey_id); in mlxsw_reg_ptce3_pack()