Searched refs:create_flow_table (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_cmd.h | 39 int (*create_flow_table)(struct mlx5_flow_root_namespace *ns, member
|
H A D | fs_cmd.c | 337 err = mlx5_cmd_exec_inout(dev, create_flow_table, in, out); in mlx5_cmd_create_flow_table() 1077 .create_flow_table = mlx5_cmd_create_flow_table, 1099 .create_flow_table = mlx5_cmd_stub_create_flow_table,
|
H A D | fs_core.c | 1387 err = root->cmds->create_flow_table(root, ft, ft_attr, next_ft); in __mlx5_create_flow_table()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
H A D | fs_dr.c | 66 return mlx5_fs_cmd_get_fw_cmds()->create_flow_table(ns, ft, in mlx5_cmd_dr_create_flow_table() 861 .create_flow_table = mlx5_cmd_dr_create_flow_table,
|
H A D | dr_cmd.c | 500 err = mlx5_cmd_exec_inout(mdev, create_flow_table, in, out); in mlx5dr_cmd_create_flow_table()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | fs_hws.c | 252 err = mlx5_fs_cmd_get_fw_cmds()->create_flow_table(ns, ft, ft_attr, in mlx5_cmd_hws_create_flow_table() 1621 .create_flow_table = mlx5_cmd_hws_create_flow_table,
|
H A D | cmd.c | 65 ret = mlx5_cmd_exec_inout(mdev, create_flow_table, in, out); in mlx5hws_cmd_flow_table_create()
|