Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/amd/pmf/
Dspc.c81 memcpy(&dev->m_table, dev->buf, dev->mtable_size); in amd_pmf_get_smu_info()
82 in->ev_info.socket_power = dev->m_table.apu_power + dev->m_table.dgpu_power; in amd_pmf_get_smu_info()
83 in->ev_info.skin_temperature = dev->m_table.skin_temp; in amd_pmf_get_smu_info()
84 in->ev_info.gfx_busy = dev->m_table.avg_gfx_activity; in amd_pmf_get_smu_info()
85 amd_pmf_get_c0_residency(dev->m_table.avg_core_c0residency, in amd_pmf_get_smu_info()
86 ARRAY_SIZE(dev->m_table.avg_core_c0residency), in); in amd_pmf_get_smu_info()
Dcore.c132 memset(dev->buf, 0, sizeof(dev->m_table)); in amd_pmf_get_metrics()
134 memcpy(&dev->m_table, dev->buf, sizeof(dev->m_table)); in amd_pmf_get_metrics()
138 socket_power = dev->m_table.apu_power + dev->m_table.dgpu_power; in amd_pmf_get_metrics()
261 dev->mtable_size = sizeof(dev->m_table); in amd_pmf_set_dram_addr()
Dpmf.h344 struct smu_pmf_metrics m_table; member
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/flower/
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()
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()
/linux-6.12.1/drivers/clk/
Dclk-sp7021.c149 static const u32 m_table[] = { in plltv_integer_div() local
166 for (m = 0; m < ARRAY_SIZE(m_table); m++) { in plltv_integer_div()
167 nf = fvco * m_table[m]; in plltv_integer_div()
172 if (m >= ARRAY_SIZE(m_table)) { in plltv_integer_div()
181 clk->p[DIVM] = m_table[m]; in plltv_integer_div()