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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c564 u16 read_checksum = 0; local
591 &read_checksum);
598 if (read_checksum != checksum) {
H A Dixgbe_x550.c2467 u16 read_checksum = 0; local
2488 &read_checksum);
2495 if (read_checksum != checksum) {
H A Dixgbe_common.c2178 u16 read_checksum = 0; local
2198 status = hw->eeprom.ops.read(hw, IXGBE_EEPROM_CHECKSUM, &read_checksum);
2207 if (read_checksum != checksum)
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c802 mboxsc_chksum_t read_checksum; local
1001 MBOXSC_CHKSUM_SIZE, (caddr_t)&read_checksum);
1041 } else if (read_checksum != calc_checksum) {

Completed in 105 milliseconds