#include <adf_accel_devices.h>
#include <adf_common_drv.h>
#include <adf_gen2_config.h>
#include <adf_gen2_dc.h>
#include <adf_gen2_hw_csr_data.h>
#include <adf_gen2_hw_data.h>
#include <adf_gen2_pfvf.h>
#include <adf_pfvf_vf_msg.h>
#include "adf_c62xvf_hw_data.h"
static struct adf_hw_device_class c62xiov_class = …;
static u32 get_accel_mask(struct adf_hw_device_data *self)
{ … }
static u32 get_ae_mask(struct adf_hw_device_data *self)
{ … }
static u32 get_num_accels(struct adf_hw_device_data *self)
{ … }
static u32 get_num_aes(struct adf_hw_device_data *self)
{ … }
static u32 get_misc_bar_id(struct adf_hw_device_data *self)
{ … }
static u32 get_etr_bar_id(struct adf_hw_device_data *self)
{ … }
static enum dev_sku_info get_sku(struct adf_hw_device_data *self)
{ … }
static int adf_vf_int_noop(struct adf_accel_dev *accel_dev)
{ … }
static void adf_vf_void_noop(struct adf_accel_dev *accel_dev)
{ … }
void adf_init_hw_data_c62xiov(struct adf_hw_device_data *hw_data)
{ … }
void adf_clean_hw_data_c62xiov(struct adf_hw_device_data *hw_data)
{ … }