Home
last modified time | relevance | path

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

/src/sys/dev/mlx5/mlx5_core/
H A Dfs_cmd.h46 int (*modify_flow_table)(struct mlx5_flow_root_namespace *ns, member
H A Dmlx5_fs_cmd.c327 return mlx5_cmd_exec_in(dev, modify_flow_table, in); in mlx5_cmd_modify_flow_table()
929 .modify_flow_table = mlx5_cmd_modify_flow_table,
949 .modify_flow_table = mlx5_cmd_stub_modify_flow_table,
H A Dmlx5_fs_core.c924 err = root->cmds->modify_flow_table(root, iter, ft); in connect_fts_in_prio()