Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c182 #define HN_CSUM_IP6_MASK (CSUM_IP6_TCP | CSUM_IP6_UDP) macro
186 ((sc)->hn_tx_ring[0].hn_csum_assist & HN_CSUM_IP6_MASK)
2404 if (if_gethwassist(ifp) & HN_CSUM_IP6_MASK) in hn_attach()
2423 if_sethwassistbits(ifp, 0, (HN_CSUM_IP6_MASK | CSUM_IP6_TSO)); in hn_attach()