Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ !
H A Dfs_dr.c75 tbl = mlx5dr_table_create(ns->fs_dr_domain.dr_domain, ft->level, flags, in mlx5_cmd_dr_create_flow_table()
257 struct mlx5dr_domain *domain = ns->fs_dr_domain.dr_domain; in mlx5_cmd_dr_create_fte()
637 struct mlx5dr_domain *dr_domain = ns->fs_dr_domain.dr_domain; in mlx5_cmd_dr_packet_reformat_alloc() local
665 action = mlx5dr_action_create_packet_reformat(dr_domain, in mlx5_cmd_dr_packet_reformat_alloc()
693 struct mlx5dr_domain *dr_domain = ns->fs_dr_domain.dr_domain; in mlx5_cmd_dr_modify_header_alloc() local
699 action = mlx5dr_action_create_modify_header(dr_domain, 0, in mlx5_cmd_dr_modify_header_alloc()
793 peer_domain = peer_ns->fs_dr_domain.dr_domain; in mlx5_cmd_dr_set_peer()
794 mlx5dr_domain_set_peer(ns->fs_dr_domain.dr_domain, in mlx5_cmd_dr_set_peer()
801 ns->fs_dr_domain.dr_domain = in mlx5_cmd_dr_create_ns()
804 if (!ns->fs_dr_domain.dr_domain) { in mlx5_cmd_dr_create_ns()
[all …]
H A Dfs_dr.h25 struct mlx5dr_domain *dr_domain; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/ !
H A DMakefile120 mlx5_core-$(CONFIG_MLX5_SW_STEERING) += steering/sws/dr_domain.o \