Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c139 ns->fs_hws_context.hws_ctx = in mlx5_cmd_hws_create_ns()
141 if (!ns->fs_hws_context.hws_ctx) { in mlx5_cmd_hws_create_ns()
145 err = mlx5_fs_init_hws_actions_pool(ns->dev, &ns->fs_hws_context); in mlx5_cmd_hws_create_ns()
148 mlx5hws_context_close(ns->fs_hws_context.hws_ctx); in mlx5_cmd_hws_create_ns()
156 mlx5_fs_cleanup_hws_actions_pool(&ns->fs_hws_context); in mlx5_cmd_hws_destroy_ns()
157 return mlx5hws_context_close(ns->fs_hws_context.hws_ctx); in mlx5_cmd_hws_destroy_ns()
167 peer_ctx = peer_ns->fs_hws_context.hws_ctx; in mlx5_cmd_hws_set_peer()
168 mlx5hws_context_set_peer(ns->fs_hws_context.hws_ctx, peer_ctx, in mlx5_cmd_hws_set_peer()
180 if (!ns->fs_hws_context.hws_ctx) in mlx5_fs_set_ft_default_miss()
201 struct mlx5_fs_hws_context *fs_ctx = &ns->fs_hws_context; in mlx5_fs_add_flow_table_dest_action()
[all...]
H A Dfs_hws_pools.c88 ctx = root_ns->fs_hws_context.hws_ctx; in mlx5_fs_pr_bulk_action_create()
268 ctx = root_ns->fs_hws_context.hws_ctx; in mlx5_fs_hws_mh_bulk_create()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.h318 struct mlx5_fs_hws_context fs_hws_context; member