Searched refs:mlx5_flow_cmds (Results 1 – 8 of 8) sorted by relevance
38 struct mlx5_flow_cmds { struct122 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type); argument123 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_fw_cmds(void);
1076 static const struct mlx5_flow_cmds mlx5_flow_cmds = { variable1098 static const struct mlx5_flow_cmds mlx5_flow_cmd_stubs = {1120 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_fw_cmds(void) in mlx5_fs_cmd_get_fw_cmds()1122 return &mlx5_flow_cmds; in mlx5_fs_cmd_get_fw_cmds()1125 static const struct mlx5_flow_cmds *mlx5_fs_cmd_get_stub_cmds(void) in mlx5_fs_cmd_get_stub_cmds()1130 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type) in mlx5_fs_cmd_get_default()
326 const struct mlx5_flow_cmds *cmds;367 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_fw_cmds(void);
3018 const struct mlx5_flow_cmds *cmds = mlx5_fs_cmd_get_default(table_type); in create_root_ns()4226 const struct mlx5_flow_cmds *cmds; in mlx5_flow_namespace_set_mode()
45 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_dr_cmds(void);49 static inline const struct mlx5_flow_cmds *mlx5_fs_cmd_get_dr_cmds(void) in mlx5_fs_cmd_get_dr_cmds()
860 static const struct mlx5_flow_cmds mlx5_flow_cmds_dr = {882 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_dr_cmds(void) in mlx5_fs_cmd_get_dr_cmds()
98 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_hws_cmds(void);114 static inline const struct mlx5_flow_cmds *mlx5_fs_cmd_get_hws_cmds(void) in mlx5_fs_cmd_get_hws_cmds()
1620 static const struct mlx5_flow_cmds mlx5_flow_cmds_hws = {1642 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_hws_cmds(void) in mlx5_fs_cmd_get_hws_cmds()
Completed in 25 milliseconds