Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c217 struct list_head repr_list; member
912 list_add_tail(&repr_priv->mac_list, &entry->repr_list); in nfp_tunnel_offloaded_macs_inc_ref_and_link()
970 INIT_LIST_HEAD(&entry->repr_list); in nfp_tunnel_add_shared_mac()
1047 if (entry->ref_count == 1 && list_is_singular(&entry->repr_list)) { in nfp_tunnel_del_shared_mac()
1050 repr_priv = list_first_entry(&entry->repr_list, in nfp_tunnel_del_shared_mac()