Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c3763 u16 *old_entry, *vhca_map_entry, vhca_id; in mlx5_esw_vport_vhca_id_set() local
3773 vhca_map_entry = kmalloc(sizeof(*vhca_map_entry), GFP_KERNEL); in mlx5_esw_vport_vhca_id_set()
3774 if (!vhca_map_entry) in mlx5_esw_vport_vhca_id_set()
3777 *vhca_map_entry = vport_num; in mlx5_esw_vport_vhca_id_set()
3778 old_entry = xa_store(&esw->offloads.vhca_map, vhca_id, vhca_map_entry, GFP_KERNEL); in mlx5_esw_vport_vhca_id_set()
3780 kfree(vhca_map_entry); in mlx5_esw_vport_vhca_id_set()
3789 u16 *vhca_map_entry, vhca_id; in mlx5_esw_vport_vhca_id_clear() local
3797 vhca_map_entry = xa_erase(&esw->offloads.vhca_map, vhca_id); in mlx5_esw_vport_vhca_id_clear()
3798 kfree(vhca_map_entry); in mlx5_esw_vport_vhca_id_clear()