Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c621 static int hn_vfmap_size; variable
1325 if (if_getindex(vf_ifp) < hn_vfmap_size) in hn_xpnt_vf_input()
1885 if (if_getindex(ifp) >= hn_vfmap_size) { in hn_ifnet_attevent()
1894 sizeof(if_t) * hn_vfmap_size); in hn_ifnet_attevent()
1897 hn_vfmap_size = newsize; in hn_ifnet_attevent()
2013 KASSERT(if_getindex(ifp) < hn_vfmap_size, in hn_ifnet_detevent()
2014 ("ifindex %d, vfmapsize %d", if_getindex(ifp), hn_vfmap_size)); in hn_ifnet_detevent()
4712 for (i = 0; i < hn_vfmap_size; ++i) { in hn_vflist_sysctl()
4757 for (i = 0; i < hn_vfmap_size; ++i) { in hn_vfmap_sysctl()
7618 hn_vfmap_size = HN_VFMAP_SIZE_DEF; in hn_sysinit()
[all …]