Home
last modified time | relevance | path

Searched refs:mlx5_flow_cmds (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.h41 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_dr_cmds(void);
45 static inline const struct mlx5_flow_cmds *mlx5_fs_cmd_get_dr_cmds(void) in mlx5_fs_cmd_get_dr_cmds()
Dfs_dr.c795 static const struct mlx5_flow_cmds mlx5_flow_cmds_dr = {
817 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_dr_cmds(void) in mlx5_fs_cmd_get_dr_cmds()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.h38 struct mlx5_flow_cmds { struct
121 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type); argument
122 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_fw_cmds(void);
Dfs_cmd.c1036 static const struct mlx5_flow_cmds mlx5_flow_cmds = { variable
1058 static const struct mlx5_flow_cmds mlx5_flow_cmd_stubs = {
1080 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_fw_cmds(void) in mlx5_fs_cmd_get_fw_cmds()
1082 return &mlx5_flow_cmds; in mlx5_fs_cmd_get_fw_cmds()
1085 static const struct mlx5_flow_cmds *mlx5_fs_cmd_get_stub_cmds(void) in mlx5_fs_cmd_get_stub_cmds()
1090 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type) in mlx5_fs_cmd_get_default()
Dfs_core.h283 const struct mlx5_flow_cmds *cmds;
294 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_fw_cmds(void);
Dfs_core.c2586 const struct mlx5_flow_cmds *cmds = mlx5_fs_cmd_get_default(table_type); in create_root_ns()
3516 const struct mlx5_flow_cmds *cmds; in mlx5_flow_namespace_set_mode()