Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.h24 struct xarray vport_dests; member
H A Dfs_hws.c67 xa_init(&hws_pool->vport_dests); in mlx5_fs_init_hws_actions_pool()
107 xa_for_each(&hws_pool->vport_dests, i, action) in mlx5_fs_cleanup_hws_actions_pool()
109 xa_destroy(&hws_pool->vport_dests); in mlx5_fs_cleanup_hws_actions_pool()
431 dests_xa = &fs_ctx->hws_pool.vport_dests; in mlx5_fs_get_dest_action_vport()