Searched refs:lkey_id (Results 1 – 3 of 3) sorted by relevance
39 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id);104 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id) in mlxsw_sp_acl_atcam_generic_lkey_id_put() argument172 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id; in mlxsw_sp_acl_atcam_lkey_id_create() local183 lkey_id = kzalloc(sizeof(*lkey_id), GFP_KERNEL); in mlxsw_sp_acl_atcam_lkey_id_create()184 if (!lkey_id) { in mlxsw_sp_acl_atcam_lkey_id_create()189 lkey_id->id = id; in mlxsw_sp_acl_atcam_lkey_id_create()190 memcpy(&lkey_id->ht_key, ht_key, sizeof(*ht_key)); in mlxsw_sp_acl_atcam_lkey_id_create()191 refcount_set(&lkey_id->refcnt, 1); in mlxsw_sp_acl_atcam_lkey_id_create()194 &lkey_id->ht_node, in mlxsw_sp_acl_atcam_lkey_id_create()199 return lkey_id; in mlxsw_sp_acl_atcam_lkey_id_create()[all …]
169 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id; member
2768 bool large_exists, u32 lkey_id, in mlxsw_reg_ptce3_pack() argument2779 mlxsw_reg_ptce3_large_entry_key_id_set(payload, lkey_id); in mlxsw_reg_ptce3_pack()