Searched refs:modify_flow_table (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.h | 46 int (*modify_flow_table)(struct mlx5_flow_root_namespace *ns, member
|
D | fs_cmd.c | 413 return mlx5_cmd_exec_in(dev, modify_flow_table, in); in mlx5_cmd_modify_flow_table() 1081 .modify_flow_table = mlx5_cmd_modify_flow_table, 1103 .modify_flow_table = mlx5_cmd_stub_modify_flow_table,
|
D | fs_core.c | 1077 err = root->cmds->modify_flow_table(root, iter, ft); in connect_fts_in_prio()
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
D | fs_dr.c | 131 return mlx5_fs_cmd_get_fw_cmds()->modify_flow_table(ns, ft, next_ft); in mlx5_cmd_dr_modify_flow_table() 857 .modify_flow_table = mlx5_cmd_dr_modify_flow_table,
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
D | fs_hws.c | 319 return mlx5_fs_cmd_get_fw_cmds()->modify_flow_table(ns, ft, next_ft); in mlx5_cmd_hws_modify_flow_table() 1355 .modify_flow_table = mlx5_cmd_hws_modify_flow_table,
|
D | cmd.c | 93 return mlx5_cmd_exec_in(mdev, modify_flow_table, in); in mlx5hws_cmd_flow_table_modify()
|