Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c181 #define HN_CSUM_IP_MASK (CSUM_IP | CSUM_IP_TCP | CSUM_IP_UDP) macro
184 ((sc)->hn_tx_ring[0].hn_csum_assist & HN_CSUM_IP_MASK)
2402 if (if_gethwassist(ifp) & HN_CSUM_IP_MASK) in hn_attach()