linux/drivers/crypto/intel/qat/qat_common/adf_gen4_tl.c

// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2023 Intel Corporation. */
#include <linux/export.h>
#include <linux/kernel.h>

#include "adf_gen4_tl.h"
#include "adf_telemetry.h"
#include "adf_tl_debugfs.h"

#define ADF_GEN4_TL_DEV_REG_OFF(reg)

#define ADF_GEN4_TL_RP_REG_OFF(reg)

#define ADF_GEN4_TL_SL_UTIL_COUNTER(_name)

#define ADF_GEN4_TL_SL_EXEC_COUNTER(_name)

/* Device level counters. */
static const struct adf_tl_dbg_counter dev_counters[] =;

/* Slice utilization counters. */
static const struct adf_tl_dbg_counter sl_util_counters[ADF_TL_SL_CNT_COUNT] =;

/* Slice execution counters. */
static const struct adf_tl_dbg_counter sl_exec_counters[ADF_TL_SL_CNT_COUNT] =;

/* Ring pair counters. */
static const struct adf_tl_dbg_counter rp_counters[] =;

void adf_gen4_init_tl_data(struct adf_tl_hw_data *tl_data)
{}
EXPORT_SYMBOL_GPL();