Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h247 int hn_ndis_tso_szmax; member
H A Dhn_rndis.c638 sc->hn_ndis_tso_szmax = 0; in hn_rndis_conf_offload()
654 sc->hn_ndis_tso_szmax = tso_maxsz; in hn_rndis_conf_offload()
659 sc->hn_ndis_tso_szmax, in hn_rndis_conf_offload()
H A Dif_hn.c5573 KASSERT(sc->hn_ndis_tso_szmax >= tso_minlen && in hn_set_tso_maxsize()
5574 sc->hn_ndis_tso_szmax <= IP_MAXPACKET, in hn_set_tso_maxsize()
5575 ("invalid NDIS tso szmax %d", sc->hn_ndis_tso_szmax)); in hn_set_tso_maxsize()
5581 if (tso_maxlen > sc->hn_ndis_tso_szmax) in hn_set_tso_maxsize()
5582 tso_maxlen = sc->hn_ndis_tso_szmax; in hn_set_tso_maxsize()