HomeSort by: relevance | last modified time | path
    Searched defs:read_checksum (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_x540.c 592 u16 read_checksum = 0; local in function:ixgbe_validate_eeprom_checksum_X540
619 &read_checksum);
626 if (read_checksum != checksum) {
ixgbe_x550.c 3704 u16 read_checksum = 0; local in function:ixgbe_validate_eeprom_checksum_X550
3725 &read_checksum);
3732 if (read_checksum != checksum) {
ixgbe_common.c 2303 u16 read_checksum = 0; local in function:ixgbe_validate_eeprom_checksum_generic
2323 status = hw->eeprom.ops.read(hw, IXGBE_EEPROM_CHECKSUM, &read_checksum);
2332 if (read_checksum != checksum)

Completed in 22 milliseconds