linux/drivers/crypto/intel/qat/qat_common/adf_pfvf_pf_msg.c

// SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0-only)
/* Copyright(c) 2015 - 2021 Intel Corporation */
#include <linux/delay.h>
#include <linux/pci.h>
#include "adf_accel_devices.h"
#include "adf_pfvf_msg.h"
#include "adf_pfvf_pf_msg.h"
#include "adf_pfvf_pf_proto.h"

#define ADF_PF_WAIT_RESTARTING_COMPLETE_DELAY
#define ADF_VF_SHUTDOWN_RETRY

void adf_pf2vf_notify_restarting(struct adf_accel_dev *accel_dev)
{}

void adf_pf2vf_wait_for_restarting_complete(struct adf_accel_dev *accel_dev)
{}

void adf_pf2vf_notify_restarted(struct adf_accel_dev *accel_dev)
{}

void adf_pf2vf_notify_fatal_error(struct adf_accel_dev *accel_dev)
{}

int adf_pf_capabilities_msg_provider(struct adf_accel_dev *accel_dev,
				     u8 *buffer, u8 compat)
{}

int adf_pf_ring_to_svc_msg_provider(struct adf_accel_dev *accel_dev,
				    u8 *buffer, u8 compat)
{}