Searched refs:vxlan_usecnt (Results 1 – 2 of 2) sorted by relevance
2670 memset(&nn->vxlan_usecnt, 0, sizeof(nn->vxlan_usecnt)); in nfp_net_set_config_and_enable()3377 if (!nn->vxlan_usecnt[i]) in nfp_net_find_vxlan_idx()3397 if (!nn->vxlan_usecnt[idx]++) in nfp_net_add_vxlan_port()3411 if (idx == -ENOSPC || !nn->vxlan_usecnt[idx]) in nfp_net_del_vxlan_port()3414 if (!--nn->vxlan_usecnt[idx]) in nfp_net_del_vxlan_port()
651 u8 vxlan_usecnt[NFP_NET_N_VXLAN_PORTS]; member