Searched refs:GEM_RD_CHECKSUM (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/gem/ | ||
H A D | if_gemreg.h | 581 #define GEM_RD_CHECKSUM 0x000000000000ffffULL /* is the complement */ macro |
H A D | if_gem.c | 510 cksum = ~(flags & GEM_RD_CHECKSUM); in gem_rxcksum() |