linux/drivers/crypto/intel/qat/qat_c62xvf/adf_c62xvf_hw_data.c

// SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0-only)
/* Copyright(c) 2015 - 2021 Intel Corporation */
#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)
{}