Searched refs:vxlan_refcount (Results 1 – 2 of 2) sorted by relevance
929 u_int vxlan_refcount; member
1263 refcount_init(&sc->vxlan_refcount, 0); in t4_attach()2401 if (sc->vxlan_refcount > 0) in restart_lld()6405 if (IS_MAIN_VI(vi) && sc->vxlan_refcount > 0 && in update_mac_settings()13170 if (sc->vxlan_refcount == 0) { in t4_vxlan_start()13172 sc->vxlan_refcount = 1; in t4_vxlan_start()13176 sc->vxlan_refcount++; in t4_vxlan_start()13202 if (sc->vxlan_refcount == 0) { in t4_vxlan_stop()13205 } else if (--sc->vxlan_refcount == 0 && !hw_off_limits(sc)) in t4_vxlan_stop()