Searched refs:hn_ndis_tso_szmax (Results 1 – 3 of 3) sorted by relevance
247 int hn_ndis_tso_szmax; member
638 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()
5573 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()