Searched refs:create_flow_group (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ ! |
D | fs_cmd.h | 50 int (*create_flow_group)(struct mlx5_flow_root_namespace *ns, member
|
D | fs_cmd.c | 431 err = mlx5_cmd_exec_inout(dev, create_flow_group, in, out); in mlx5_cmd_create_flow_group() 1081 .create_flow_group = mlx5_cmd_create_flow_group, 1103 .create_flow_group = mlx5_cmd_stub_create_flow_group,
|
D | fs_core.c | 1413 err = root->cmds->create_flow_group(root, ft, fg_in, fg); in mlx5_create_flow_group() 1657 err = root->cmds->create_flow_group(root, ft, in, fg); in create_auto_flow_group()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/steering/ ! |
D | fs_dr.c | 158 return mlx5_fs_cmd_get_fw_cmds()->create_flow_group(ns, ft, in, in mlx5_cmd_dr_create_flow_group() 852 .create_flow_group = mlx5_cmd_dr_create_flow_group,
|
D | dr_cmd.c | 431 err = mlx5_cmd_exec_inout(mdev, create_flow_group, in, out); in mlx5dr_cmd_create_empty_flow_group()
|