Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h248 int hn_ndis_tso_sgmin; member
H A Dhn_rndis.c639 sc->hn_ndis_tso_sgmin = 0; in hn_rndis_conf_offload()
655 sc->hn_ndis_tso_sgmin = tso_minsg; in hn_rndis_conf_offload()
660 sc->hn_ndis_tso_sgmin); in hn_rndis_conf_offload()
H A Dif_hn.c5569 KASSERT(sc->hn_ndis_tso_sgmin >= 2, in hn_set_tso_maxsize()
5570 ("invalid NDIS tso sgmin %d", sc->hn_ndis_tso_sgmin)); in hn_set_tso_maxsize()
5571 tso_minlen = sc->hn_ndis_tso_sgmin * mtu; in hn_set_tso_maxsize()