Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_context.c205 xa_init(&ctx->peer_ctx_xa); in mlx5hws_context_open()
232 xa_destroy(&ctx->peer_ctx_xa); in mlx5hws_context_open()
244 xa_destroy(&ctx->peer_ctx_xa); in mlx5hws_context_close()
256 if (xa_err(xa_store(&ctx->peer_ctx_xa, peer_vhca_id, peer_ctx, GFP_KERNEL))) in mlx5hws_context_set_peer()
H A Dmlx5hws_context.h52 struct xarray peer_ctx_xa; member
H A Dmlx5hws_definer.c316 peer_ctx = xa_load(&fc->ctx->peer_ctx_xa, id); in hws_definer_set_source_gvmi_vhca_id()