Searched refs:m_table (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | metadata.c | 612 struct rhashtable *m_table = &zt->priv->ct_map_table; in nfp_zone_table_entry_destroy() local 619 map = rhashtable_lookup_fast(m_table, in nfp_zone_table_entry_destroy() 622 WARN_ON_ONCE(rhashtable_remove_fast(m_table, in nfp_zone_table_entry_destroy() 631 struct rhashtable *m_table = &zt->priv->ct_map_table; in nfp_zone_table_entry_destroy() local 638 map = rhashtable_lookup_fast(m_table, in nfp_zone_table_entry_destroy() 641 WARN_ON_ONCE(rhashtable_remove_fast(m_table, in nfp_zone_table_entry_destroy() 657 struct rhashtable *m_table = &zt->priv->ct_map_table; in nfp_zone_table_entry_destroy() local 664 map = rhashtable_lookup_fast(m_table, in nfp_zone_table_entry_destroy() 667 WARN_ON_ONCE(rhashtable_remove_fast(m_table, in nfp_zone_table_entry_destroy()
|
| H A D | conntrack.c | 2252 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/drivers/clk/ |
| H A D | clk-sp7021.c | 143 static const u32 m_table[] = { in plltv_integer_div() local 160 for (m = 0; m < ARRAY_SIZE(m_table); m++) { in plltv_integer_div() 161 nf = fvco * m_table[m]; in plltv_integer_div() 166 if (m >= ARRAY_SIZE(m_table)) { in plltv_integer_div() 175 clk->p[DIVM] = m_table[m]; in plltv_integer_div()
|