Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h325 #define HN_CAP_TSO6 0x0100 macro
H A Dhn_rndis.c630 caps |= HN_CAP_TSO6; in hn_rndis_conf_offload()
640 if (caps & (HN_CAP_TSO4 | HN_CAP_TSO6)) { in hn_rndis_conf_offload()
650 caps &= ~(HN_CAP_TSO4 | HN_CAP_TSO6); in hn_rndis_conf_offload()
H A Dif_hn.c2410 if (sc->hn_caps & HN_CAP_TSO6) { in hn_attach()