Home | Sort by: relevance | last modified time | path |
/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) |