Searched refs:modify_flow_table (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_cmd.h | 46 int (*modify_flow_table)(struct mlx5_flow_root_namespace *ns, member
|
H A D | fs_cmd.c | 412 return mlx5_cmd_exec_in(dev, modify_flow_table, in); in mlx5_cmd_modify_flow_table() 1080 .modify_flow_table = mlx5_cmd_modify_flow_table, 1102 .modify_flow_table = mlx5_cmd_stub_modify_flow_table,
|
H A D | fs_core.c | 1004 err = root->cmds->modify_flow_table(root, iter, ft); in connect_fts_in_prio()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | fs_dr.c | 139 return mlx5_fs_cmd_get_fw_cmds()->modify_flow_table(ns, ft, next_ft); in mlx5_cmd_dr_modify_flow_table() 851 .modify_flow_table = mlx5_cmd_dr_modify_flow_table,
|