Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dcontext.c196 xa_init(&ctx->peer_ctx_xa); in mlx5hws_context_open()
223 xa_destroy(&ctx->peer_ctx_xa); in mlx5hws_context_open()
235 xa_destroy(&ctx->peer_ctx_xa); in mlx5hws_context_close()
247 if (xa_err(xa_store(&ctx->peer_ctx_xa, peer_vhca_id, peer_ctx, GFP_KERNEL))) in mlx5hws_context_set_peer()
H A Dcontext.h53 struct xarray peer_ctx_xa; member
H A Ddefiner.c316 peer_ctx = xa_load(&fc->ctx->peer_ctx_xa, id); in hws_definer_set_source_gvmi_vhca_id()