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

/linux-master/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_hw.c124 u16 read_checksum = 0; local
144 TXGBE_EEPROM_CHECKSUM, &read_checksum);
151 if (read_checksum != checksum) {
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c385 u16 read_checksum = 0; local
412 &read_checksum);
419 if (read_checksum != checksum) {
H A Dixgbe_common.c1745 u16 read_checksum = 0; local
1766 status = hw->eeprom.ops.read(hw, IXGBE_EEPROM_CHECKSUM, &read_checksum);
1775 if (read_checksum != checksum)
H A Dixgbe_x550.c1124 u16 read_checksum = 0; local
1145 &read_checksum);
1152 if (read_checksum != checksum) {

Completed in 123 milliseconds