cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

adf_pfvf_pf_msg.h (598B)


      1/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0-only) */
      2/* Copyright(c) 2021 Intel Corporation */
      3#ifndef ADF_PFVF_PF_MSG_H
      4#define ADF_PFVF_PF_MSG_H
      5
      6#include "adf_accel_devices.h"
      7
      8void adf_pf2vf_notify_restarting(struct adf_accel_dev *accel_dev);
      9
     10typedef int (*adf_pf2vf_blkmsg_provider)(struct adf_accel_dev *accel_dev,
     11					 u8 *buffer, u8 compat);
     12
     13int adf_pf_capabilities_msg_provider(struct adf_accel_dev *accel_dev,
     14				     u8 *buffer, u8 comapt);
     15int adf_pf_ring_to_svc_msg_provider(struct adf_accel_dev *accel_dev,
     16				    u8 *buffer, u8 comapt);
     17
     18#endif /* ADF_PFVF_PF_MSG_H */