Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/mlx5/mlx5_core/
HDfs_cmd.h38 struct mlx5_flow_cmds { struct
117 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type); argument
118 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_fw_cmds(void);
HDmlx5_fs_cmd.c926 static const struct mlx5_flow_cmds mlx5_flow_cmds = { variable
946 static const struct mlx5_flow_cmds mlx5_flow_cmd_stubs = {
966 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_fw_cmds(void) in mlx5_fs_cmd_get_fw_cmds()
968 return &mlx5_flow_cmds; in mlx5_fs_cmd_get_fw_cmds()
971 static const struct mlx5_flow_cmds *mlx5_fs_cmd_get_stub_cmds(void) in mlx5_fs_cmd_get_stub_cmds()
976 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type) in mlx5_fs_cmd_get_default()
HDfs_core.h267 const struct mlx5_flow_cmds *cmds;
278 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_fw_cmds(void);
HDmlx5_fs_core.c2604 const struct mlx5_flow_cmds *cmds = mlx5_fs_cmd_get_default(table_type); in create_root_ns()
3492 const struct mlx5_flow_cmds *cmds; in mlx5_flow_namespace_set_mode()