mlx5_flow_cmds
const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type);
const struct mlx5_flow_cmds *mlx5_fs_cmd_get_fw_cmds(void);
const struct mlx5_flow_cmds *cmds;
const struct mlx5_flow_cmds *mlx5_fs_cmd_get_fw_cmds(void);
static const struct mlx5_flow_cmds mlx5_flow_cmds = {
static const struct mlx5_flow_cmds mlx5_flow_cmd_stubs = {
const struct mlx5_flow_cmds *mlx5_fs_cmd_get_fw_cmds(void)
return &mlx5_flow_cmds;
static const struct mlx5_flow_cmds *mlx5_fs_cmd_get_stub_cmds(void)
const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type)
const struct mlx5_flow_cmds *cmds = mlx5_fs_cmd_get_default(table_type);
const struct mlx5_flow_cmds *cmds;