Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c4138 u16 *old_entry, *vhca_map_entry, vhca_id; in mlx5_esw_vport_vhca_id_set() local
4148 vhca_map_entry = kmalloc(sizeof(*vhca_map_entry), GFP_KERNEL); in mlx5_esw_vport_vhca_id_set()
4149 if (!vhca_map_entry) in mlx5_esw_vport_vhca_id_set()
4152 *vhca_map_entry = vport_num; in mlx5_esw_vport_vhca_id_set()
4153 old_entry = xa_store(&esw->offloads.vhca_map, vhca_id, vhca_map_entry, GFP_KERNEL); in mlx5_esw_vport_vhca_id_set()
4155 kfree(vhca_map_entry); in mlx5_esw_vport_vhca_id_set()
4164 u16 *vhca_map_entry, vhca_id; in mlx5_esw_vport_vhca_id_clear() local
4172 vhca_map_entry = xa_erase(&esw->offloads.vhca_map, vhca_id); in mlx5_esw_vport_vhca_id_clear()
4173 kfree(vhca_map_entry); in mlx5_esw_vport_vhca_id_clear()