aq_hw_stats
aq2_fw_get_stats(struct aq_hw *hw, struct aq_hw_stats *stats)
static int aq2_fw_get_stats(struct aq_hw *hw, struct aq_hw_stats *stats);
struct aq_hw_stats last_stats;
int (*get_stats)(struct aq_hw* hw, struct aq_hw_stats* stats);
__offsetof(struct aq_hw_stats, brc),
aq_fw1x_get_stats(struct aq_hw* hw, struct aq_hw_stats* stats)
static int aq_fw1x_get_stats(struct aq_hw* hw, struct aq_hw_stats* stats);
static int aq_fw2x_get_stats(struct aq_hw* hw, struct aq_hw_stats* stats);
aq_fw2x_stats_to_fw_stats(struct aq_hw_stats* dst,
aq_fw2x_get_stats(struct aq_hw* hw, struct aq_hw_stats* stats)
aq_hw_mpi_read_stats(struct aq_hw *hw, struct aq_hw_stats *stats)
int aq_hw_mpi_read_stats(struct aq_hw *hw, struct aq_hw_stats *stats);
struct aq_hw_stats stats;