Home
last modified time | relevance | path

Searched refs:stats_offset (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/soc/qcom/
H A Dqcom_stats.c46 size_t stats_offset; member
129 size_t stats_offset = config->stats_offset; in qcom_create_soc_sleep_stat_files() local
141 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,
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.h12 int stats_offset; member
H A Dhns3_ethtool.c15 .stats_offset = offsetof(struct hns3_enet_ring, stats) +\
597 stat = (u8 *)ring + hns3_txq_stats[j].stats_offset; in hns3_get_stats_tqps()
606 stat = (u8 *)ring + hns3_rxq_stats[j].stats_offset; in hns3_get_stats_tqps()
/openbmc/linux/net/ethtool/
H A Dstats.c457 size_t stats_offset) in ethtool_aggregate_stats() argument
460 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()
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dtype.h276 u32 stats_offset[IRDMA_HW_STAT_INDEX_MAX_GEN_1]; member