#include <adf_accel_devices.h>
#include <adf_admin.h>
#include <adf_clock.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_c3xxx_hw_data.h"
#include "adf_heartbeat.h"
#include "icp_qat_hw.h"
static const u32 thrd_to_arb_map[ADF_C3XXX_MAX_ACCELENGINES] = …;
static struct adf_hw_device_class c3xxx_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_ts_clock(struct adf_hw_device_data *self)
{ … }
static int measure_clock(struct adf_accel_dev *accel_dev)
{ … }
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 u32 get_sram_bar_id(struct adf_hw_device_data *self)
{ … }
static enum dev_sku_info get_sku(struct adf_hw_device_data *self)
{ … }
static const u32 *adf_get_arbiter_mapping(struct adf_accel_dev *accel_dev)
{ … }
static void configure_iov_threads(struct adf_accel_dev *accel_dev, bool enable)
{ … }
void adf_init_hw_data_c3xxx(struct adf_hw_device_data *hw_data)
{ … }
void adf_clean_hw_data_c3xxx(struct adf_hw_device_data *hw_data)
{ … }