Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c3903 u16 *old_entry, *vhca_map_entry, vhca_id; in mlx5_esw_vport_vhca_id_set() local
3913 vhca_map_entry = kmalloc(sizeof(*vhca_map_entry), GFP_KERNEL); in mlx5_esw_vport_vhca_id_set()
3914 if (!vhca_map_entry) in mlx5_esw_vport_vhca_id_set()
3917 *vhca_map_entry = vport_num; in mlx5_esw_vport_vhca_id_set()
3918 old_entry = xa_store(&esw->offloads.vhca_map, vhca_id, vhca_map_entry, GFP_KERNEL); in mlx5_esw_vport_vhca_id_set()
3920 kfree(vhca_map_entry); in mlx5_esw_vport_vhca_id_set()
3929 u16 *vhca_map_entry, vhca_id; in mlx5_esw_vport_vhca_id_clear() local
3937 vhca_map_entry = xa_erase(&esw->offloads.vhca_map, vhca_id); in mlx5_esw_vport_vhca_id_clear()
3938 kfree(vhca_map_entry); in mlx5_esw_vport_vhca_id_clear()