linux/drivers/net/ethernet/mellanox/mlx5/core/ecpf.c

/* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
/* Copyright (c) 2019 Mellanox Technologies. */

#include "ecpf.h"

bool mlx5_read_embedded_cpu(struct mlx5_core_dev *dev)
{}

static bool mlx5_ecpf_esw_admins_host_pf(const struct mlx5_core_dev *dev)
{}

int mlx5_cmd_host_pf_enable_hca(struct mlx5_core_dev *dev)
{}

int mlx5_cmd_host_pf_disable_hca(struct mlx5_core_dev *dev)
{}

static int mlx5_host_pf_init(struct mlx5_core_dev *dev)
{}

static void mlx5_host_pf_cleanup(struct mlx5_core_dev *dev)
{}

int mlx5_ec_init(struct mlx5_core_dev *dev)
{}

void mlx5_ec_cleanup(struct mlx5_core_dev *dev)
{}