Searched refs:stats_offset (Results 1 – 4 of 4) 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) +\583 stat = (u8 *)ring + hns3_txq_stats[j].stats_offset; in hns3_get_stats_tqps()592 stat = (u8 *)ring + hns3_rxq_stats[j].stats_offset; in hns3_get_stats_tqps()
458 size_t stats_offset) in ethtool_aggregate_stats() argument461 const u64 *s1 = emac_stats + stats_offset; in ethtool_aggregate_stats()462 const u64 *s2 = pmac_stats + stats_offset; in ethtool_aggregate_stats()463 u64 *s = aggr_stats + stats_offset; in ethtool_aggregate_stats()
Completed in 10 milliseconds