Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c83 tbl = mlx5dr_table_create(ns->fs_dr_domain.dr_domain, ft->level, flags, in mlx5_cmd_dr_create_flow_table()
258 struct mlx5dr_domain *domain = ns->fs_dr_domain.dr_domain; in mlx5_cmd_dr_create_fte()
633 struct mlx5dr_domain *dr_domain = ns->fs_dr_domain.dr_domain; in mlx5_cmd_dr_packet_reformat_alloc() local
661 action = mlx5dr_action_create_packet_reformat(dr_domain, in mlx5_cmd_dr_packet_reformat_alloc()
689 struct mlx5dr_domain *dr_domain = ns->fs_dr_domain.dr_domain; in mlx5_cmd_dr_modify_header_alloc() local
695 action = mlx5dr_action_create_modify_header(dr_domain, 0, in mlx5_cmd_dr_modify_header_alloc()
789 peer_domain = peer_ns->fs_dr_domain.dr_domain; in mlx5_cmd_dr_set_peer()
790 mlx5dr_domain_set_peer(ns->fs_dr_domain.dr_domain, in mlx5_cmd_dr_set_peer()
797 ns->fs_dr_domain.dr_domain = in mlx5_cmd_dr_create_ns()
800 if (!ns->fs_dr_domain.dr_domain) { in mlx5_cmd_dr_create_ns()
[all …]
Dfs_dr.h25 struct mlx5dr_domain *dr_domain; member
/drivers/net/ethernet/mellanox/mlx5/core/
DMakefile112 mlx5_core-$(CONFIG_MLX5_SW_STEERING) += steering/dr_domain.o steering/dr_table.o \