Home
last modified time | relevance | path

Searched refs:IXGBE_EEPROM_LAST_WORD (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x550.c997 u16 eeprom_ptrs[IXGBE_EEPROM_LAST_WORD + 1]; in ixgbe_calc_checksum_X550()
1008 IXGBE_EEPROM_LAST_WORD + 1, in ixgbe_calc_checksum_X550()
1016 if (buffer_size < IXGBE_EEPROM_LAST_WORD) in ixgbe_calc_checksum_X550()
1024 for (i = 0; i <= IXGBE_EEPROM_LAST_WORD; i++) in ixgbe_calc_checksum_X550()
Dixgbe_type.h2047 #define IXGBE_EEPROM_LAST_WORD 0x41 macro