Home
last modified time | relevance | path

Searched refs:create_flow_group (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.h50 int (*create_flow_group)(struct mlx5_flow_root_namespace *ns, member
H A Dfs_cmd.c432 err = mlx5_cmd_exec_inout(dev, create_flow_group, in, out); in mlx5_cmd_create_flow_group()
1082 .create_flow_group = mlx5_cmd_create_flow_group,
1104 .create_flow_group = mlx5_cmd_stub_create_flow_group,
H A Dfs_core.c1514 err = root->cmds->create_flow_group(root, ft, fg_in, fg); in mlx5_create_flow_group()
1823 err = root->cmds->create_flow_group(root, ft, in, fg); in create_auto_flow_group()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Dfs_dr.c150 return mlx5_fs_cmd_get_fw_cmds()->create_flow_group(ns, ft, in, in mlx5_cmd_dr_create_flow_group()
858 .create_flow_group = mlx5_cmd_dr_create_flow_group,
H A Ddr_cmd.c431 err = mlx5_cmd_exec_inout(mdev, create_flow_group, in, out); in mlx5dr_cmd_create_empty_flow_group()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c352 return mlx5_fs_cmd_get_fw_cmds()->create_flow_group(ns, ft, in, fg); in mlx5_cmd_hws_create_flow_group()
1568 .create_flow_group = mlx5_cmd_hws_create_flow_group,
H A Dcmd.c150 ret = mlx5_cmd_exec_inout(mdev, create_flow_group, in, out); in hws_cmd_flow_group_create()