Home
last modified time | relevance | path

Searched refs:modify_flow_table (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.h46 int (*modify_flow_table)(struct mlx5_flow_root_namespace *ns, member
Dfs_cmd.c848 .modify_flow_table = mlx5_cmd_modify_flow_table,
867 .modify_flow_table = mlx5_cmd_stub_modify_flow_table,
Dfs_core.c817 err = root->cmds->modify_flow_table(root, iter, ft); in connect_fts_in_prio()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dipsec.c1348 fpga_ipsec_ingress.modify_flow_table = in mlx5_fpga_ipsec_build_fs_cmds()
1349 mlx5_fs_cmd_get_default(egress_to_fs_ft(false))->modify_flow_table; in mlx5_fpga_ipsec_build_fs_cmds()
1368 fpga_ipsec_egress.modify_flow_table = in mlx5_fpga_ipsec_build_fs_cmds()
1369 mlx5_fs_cmd_get_default(egress_to_fs_ft(true))->modify_flow_table; in mlx5_fpga_ipsec_build_fs_cmds()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c581 .modify_flow_table = mlx5_cmd_dr_modify_flow_table,