Home
last modified time | relevance | path

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

/src/sys/dev/hyperv/netvsc/
H A Dif_hn.c619 static int hn_vfmap_size; variable
1312 if (if_getindex(vf_ifp) < hn_vfmap_size) in hn_xpnt_vf_input()
1872 if (if_getindex(ifp) >= hn_vfmap_size) { in hn_ifnet_attevent()
1881 sizeof(if_t) * hn_vfmap_size); in hn_ifnet_attevent()
1884 hn_vfmap_size = newsize; in hn_ifnet_attevent()
2000 KASSERT(if_getindex(ifp) < hn_vfmap_size, in hn_ifnet_detevent()
2001 ("ifindex %d, vfmapsize %d", if_getindex(ifp), hn_vfmap_size)); in hn_ifnet_detevent()
4701 for (i = 0; i < hn_vfmap_size; ++i) { in hn_vflist_sysctl()
4746 for (i = 0; i < hn_vfmap_size; ++i) { in hn_vfmap_sysctl()
7603 hn_vfmap_size = HN_VFMAP_SIZE_DEF; in hn_sysinit()
[all …]