Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c875 entry = xa_load(&esw->vhca_type_map, vhca_id); in mlx5_esw_vhca_id_to_func_type()
990 ret = xa_insert(&esw->vhca_type_map, vport->vhca_id, in mlx5_esw_vport_enable()
1035 xa_erase(&esw->vhca_type_map, vport->vhca_id); in mlx5_esw_vport_disable()
2563 xa_init(&esw->vhca_type_map); in mlx5_eswitch_init()
2612 xa_destroy(&esw->vhca_type_map); in mlx5_eswitch_cleanup()
H A Deswitch.h399 struct xarray vhca_type_map; member