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