Searched refs:tmp_checksum (Results 1 – 2 of 2) sorted by relevance
41 u16 checksum, tmp_checksum; in af9035_ctrl_msg() local83 tmp_checksum = (state->buf[rlen - 2] << 8) | state->buf[rlen - 1]; in af9035_ctrl_msg()84 if (tmp_checksum != checksum) { in af9035_ctrl_msg()86 req->cmd, tmp_checksum, checksum); in af9035_ctrl_msg()
3703 u16 tmp_checksum; in ixgbe_validate_eeprom_checksum_e610() local3710 &tmp_checksum); in ixgbe_validate_eeprom_checksum_e610()3714 *checksum_val = tmp_checksum; in ixgbe_validate_eeprom_checksum_e610()