Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/netronome/nfp/flower/
Dmetadata.c604 struct rhashtable *m_table = &zt->priv->ct_map_table; in nfp_zone_table_entry_destroy() local
611 map = rhashtable_lookup_fast(m_table, in nfp_zone_table_entry_destroy()
614 WARN_ON_ONCE(rhashtable_remove_fast(m_table, in nfp_zone_table_entry_destroy()
623 struct rhashtable *m_table = &zt->priv->ct_map_table; in nfp_zone_table_entry_destroy() local
630 map = rhashtable_lookup_fast(m_table, in nfp_zone_table_entry_destroy()
633 WARN_ON_ONCE(rhashtable_remove_fast(m_table, in nfp_zone_table_entry_destroy()
649 struct rhashtable *m_table = &zt->priv->ct_map_table; in nfp_zone_table_entry_destroy() local
656 map = rhashtable_lookup_fast(m_table, in nfp_zone_table_entry_destroy()
659 WARN_ON_ONCE(rhashtable_remove_fast(m_table, in nfp_zone_table_entry_destroy()
Dconntrack.c1741 struct rhashtable *m_table; in nfp_fl_ct_del_flow() local
1748 m_table = &zt->priv->ct_map_table; in nfp_fl_ct_del_flow()
1753 rhashtable_remove_fast(m_table, &ct_map_ent->hash_node, in nfp_fl_ct_del_flow()
1765 rhashtable_remove_fast(m_table, &ct_map_ent->hash_node, in nfp_fl_ct_del_flow()
1772 rhashtable_remove_fast(m_table, &ct_map_ent->hash_node, in nfp_fl_ct_del_flow()