Searched refs:stats_offset (Results 1 – 5 of 5) sorted by relevance
46 size_t stats_offset; member129 size_t stats_offset = config->stats_offset; in qcom_create_soc_sleep_stat_files() local141 stats_offset = readl(reg + RPM_DYNAMIC_ADDR); in qcom_create_soc_sleep_stat_files()142 stats_offset &= RPM_DYNAMIC_ADDR_MASK; in qcom_create_soc_sleep_stat_files()146 d[i].base = reg + offset + stats_offset; in qcom_create_soc_sleep_stat_files()229 .stats_offset = 0,238 .stats_offset = 0xdba0,246 .stats_offset = 0x48,254 .stats_offset = 0x48,
12 int stats_offset; member
15 .stats_offset = offsetof(struct hns3_enet_ring, stats) +\582 stat = (u8 *)ring + hns3_txq_stats[j].stats_offset; in hns3_get_stats_tqps()591 stat = (u8 *)ring + hns3_rxq_stats[j].stats_offset; in hns3_get_stats_tqps()
457 size_t stats_offset) in ethtool_aggregate_stats() argument460 const u64 *s1 = emac_stats + stats_offset; in ethtool_aggregate_stats()461 const u64 *s2 = pmac_stats + stats_offset; in ethtool_aggregate_stats()462 u64 *s = aggr_stats + stats_offset; in ethtool_aggregate_stats()
276 u32 stats_offset[IRDMA_HW_STAT_INDEX_MAX_GEN_1]; member