Searched refs:vxlan_usecnt (Results 1 – 2 of 2) sorted by relevance
2869 memset(&nn->vxlan_usecnt, 0, sizeof(nn->vxlan_usecnt)); in nfp_net_set_config_and_enable()3603 if (!nn->vxlan_usecnt[i]) in nfp_net_find_vxlan_idx()3623 if (!nn->vxlan_usecnt[idx]++) in nfp_net_add_vxlan_port()3637 if (idx == -ENOSPC || !nn->vxlan_usecnt[idx]) in nfp_net_del_vxlan_port()3640 if (!--nn->vxlan_usecnt[idx]) in nfp_net_del_vxlan_port()
662 u8 vxlan_usecnt[NFP_NET_N_VXLAN_PORTS]; member