Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/re/
H A Dif_re.c252 static void re_npoll(struct ifnet *, struct ifpoll_info *);
818 ifp->if_npoll = re_npoll; in re_attach()
852 ifpoll_compat_setup(&sc->re_npoll, ctx, (struct sysctl_oid *)tree, in re_attach()
1391 if (sc->re_npoll.ifpc_stcount-- == 0) { in re_npoll_compat()
1394 sc->re_npoll.ifpc_stcount = sc->re_npoll.ifpc_stfrac; in re_npoll_compat()
1421 re_npoll(struct ifnet *ifp, struct ifpoll_info *info) in re_npoll() function
1428 int cpuid = sc->re_npoll.ifpc_cpuid; in re_npoll()
2357 sc->re_npoll.ifpc_stcount = 0; in re_setup_intr()
H A Dif_revar.h129 struct ifpoll_compat re_npoll; member