Searched refs:cksum_high (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/ep/
H A Dif_ep_isa.c357 uint8_t cksum_high = 0; local
377 cksum_high ^= (uint8_t) (val & 0x00ff) ^
382 return (cksum != ((uint16_t)cksum_low | (uint16_t)(cksum_high << 8)));

Completed in 46 milliseconds