Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_var.h615 u_int if_gethwtsomaxsegcount(const if_t ifp);
H A Dif.c4949 if_gethwtsomaxsegcount(const if_t ifp) in if_gethwtsomaxsegcount() function
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c1661 sc->hn_saved_tsosegcnt = if_gethwtsomaxsegcount(ifp); in hn_xpnt_vf_setready()
1680 if (if_gethwtsomaxsegcount(ifp) > if_gethwtsomaxsegcount(vf_ifp)) in hn_xpnt_vf_setready()
1681 if_sethwtsomaxsegcount(ifp, if_gethwtsomaxsegcount(vf_ifp)); in hn_xpnt_vf_setready()
2056 tsomaxsegcnt = if_gethwtsomaxsegcount(sc->hn_ifp); in hn_tsomaxsegcnt_sysctl()
2441 if_gethwtsomaxsegcount(ifp), if_gethwtsomaxsegsize(ifp)); in hn_attach()