Searched refs:vhca_type_map (Results 1 – 2 of 2) sorted by relevance
875 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()
399 struct xarray vhca_type_map; member