Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_vport.c13 xa_init(&ctx->vports.vport_gvmi_xa); in mlx5hws_vport_init_vports()
30 xa_destroy(&ctx->vports.vport_gvmi_xa); in mlx5hws_vport_uninit_vports()
42 ret = xa_insert(&ctx->vports.vport_gvmi_xa, vport, in hws_vport_add_gvmi()
75 entry = xa_load(&ctx->vports.vport_gvmi_xa, vport); in mlx5hws_vport_get_gvmi()
H A Dmlx5hws_context.h33 struct xarray vport_gvmi_xa; member