Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/amd/pmf/
H A Dspc.c147 memcpy(&dev->m_table, dev->buf, dev->mtable_size); in amd_pmf_get_smu_info()
148 in->ev_info.socket_power = dev->m_table.apu_power + dev->m_table.dgpu_power; in amd_pmf_get_smu_info()
149 in->ev_info.skin_temperature = dev->m_table.skin_temp; in amd_pmf_get_smu_info()
150 in->ev_info.gfx_busy = dev->m_table.avg_gfx_activity; in amd_pmf_get_smu_info()
151 amd_pmf_get_c0_residency(dev->m_table.avg_core_c0residency, in amd_pmf_get_smu_info()
152 ARRAY_SIZE(dev->m_table.avg_core_c0residency), in); in amd_pmf_get_smu_info()
H A Dcore.c133 memset(dev->buf, 0, sizeof(dev->m_table)); in amd_pmf_get_metrics()
135 memcpy(&dev->m_table, dev->buf, sizeof(dev->m_table)); in amd_pmf_get_metrics()
139 socket_power = dev->m_table.apu_power + dev->m_table.dgpu_power; in amd_pmf_get_metrics()
273 dev->mtable_size = sizeof(dev->m_table); in amd_pmf_set_dram_addr()
H A Dpmf.h348 struct smu_pmf_metrics m_table; member
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmetadata.c613 struct rhashtable *m_table = &zt->priv->ct_map_table; in nfp_zone_table_entry_destroy() local
620 map = rhashtable_lookup_fast(m_table, in nfp_zone_table_entry_destroy()
623 WARN_ON_ONCE(rhashtable_remove_fast(m_table, in nfp_zone_table_entry_destroy()
632 struct rhashtable *m_table = &zt->priv->ct_map_table; in nfp_zone_table_entry_destroy() local
639 map = rhashtable_lookup_fast(m_table, in nfp_zone_table_entry_destroy()
642 WARN_ON_ONCE(rhashtable_remove_fast(m_table, in nfp_zone_table_entry_destroy()
658 struct rhashtable *m_table = &zt->priv->ct_map_table; in nfp_zone_table_entry_destroy() local
665 map = rhashtable_lookup_fast(m_table, in nfp_zone_table_entry_destroy()
668 WARN_ON_ONCE(rhashtable_remove_fast(m_table, in nfp_zone_table_entry_destroy()
H A Dconntrack.c2252 struct rhashtable *m_table; in nfp_fl_ct_del_flow() local
2260 m_table = &zt->priv->ct_map_table; in nfp_fl_ct_del_flow()
2266 rhashtable_remove_fast(m_table, &ct_map_ent->hash_node, in nfp_fl_ct_del_flow()
2283 rhashtable_remove_fast(m_table, &ct_map_ent->hash_node, in nfp_fl_ct_del_flow()
2290 rhashtable_remove_fast(m_table, &ct_map_ent->hash_node, in nfp_fl_ct_del_flow()