Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c82 tbl = mlx5dr_table_create(ns->fs_dr_domain.dr_domain, ft->level, flags, in mlx5_cmd_dr_create_flow_table()
246 struct mlx5dr_domain *domain = ns->fs_dr_domain.dr_domain; in mlx5_cmd_dr_create_fte()
604 struct mlx5dr_domain *dr_domain = ns->fs_dr_domain.dr_domain; in mlx5_cmd_dr_packet_reformat_alloc() local
632 action = mlx5dr_action_create_packet_reformat(dr_domain, in mlx5_cmd_dr_packet_reformat_alloc()
659 struct mlx5dr_domain *dr_domain = ns->fs_dr_domain.dr_domain; in mlx5_cmd_dr_modify_header_alloc() local
665 action = mlx5dr_action_create_modify_header(dr_domain, 0, in mlx5_cmd_dr_modify_header_alloc()
757 peer_domain = peer_ns->fs_dr_domain.dr_domain; in mlx5_cmd_dr_set_peer()
758 mlx5dr_domain_set_peer(ns->fs_dr_domain.dr_domain, in mlx5_cmd_dr_set_peer()
765 ns->fs_dr_domain.dr_domain = in mlx5_cmd_dr_create_ns()
768 if (!ns->fs_dr_domain.dr_domain) { in mlx5_cmd_dr_create_ns()
[all …]
Dfs_dr.h25 struct mlx5dr_domain *dr_domain; member
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
DMakefile106 mlx5_core-$(CONFIG_MLX5_SW_STEERING) += steering/dr_domain.o steering/dr_table.o \