linux/drivers/scsi/fnic/fnic_stats.h

/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright 2013 Cisco Systems, Inc.  All rights reserved. */
#ifndef _FNIC_STATS_H_
#define _FNIC_STATS_H_
#define FNIC_MQ_MAX_QUEUES

struct stats_timestamps {};

struct io_path_stats {};

struct abort_stats {};

struct terminate_stats {};

struct reset_stats {};

struct fw_stats {};

struct vlan_stats {};

struct misc_stats {};

struct fnic_stats {};

struct stats_debug_info {};

int fnic_get_stats_data(struct stats_debug_info *, struct fnic_stats *);
void fnic_stats_debugfs_init(struct fnic *);
void fnic_stats_debugfs_remove(struct fnic *);
#endif /* _FNIC_STATS_H_ */