Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_atcam.c39 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() argument
172 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id; in mlxsw_sp_acl_atcam_lkey_id_create() local
183 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 …]
Dspectrum_acl_tcam.h169 struct mlxsw_sp_acl_atcam_lkey_id *lkey_id; member
Dreg.h2768 bool large_exists, u32 lkey_id, in mlxsw_reg_ptce3_pack() argument
2779 mlxsw_reg_ptce3_large_entry_key_id_set(payload, lkey_id); in mlxsw_reg_ptce3_pack()