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

/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0-only) */
/* Copyright(c) 2015 - 2020 Intel Corporation */
#ifndef ADF_C62XVF_HW_DATA_H_
#define ADF_C62XVF_HW_DATA_H_

#define ADF_C62XIOV_PMISC_BAR
#define ADF_C62XIOV_ACCELERATORS_MASK
#define ADF_C62XIOV_ACCELENGINES_MASK
#define ADF_C62XIOV_MAX_ACCELERATORS
#define ADF_C62XIOV_MAX_ACCELENGINES
#define ADF_C62XIOV_RX_RINGS_OFFSET
#define ADF_C62XIOV_TX_RINGS_MASK
#define ADF_C62XIOV_ETR_BAR
#define ADF_C62XIOV_ETR_MAX_BANKS

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);
#endif