Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c3408 u16 eeprom_ptrs[IXGBE_EEPROM_LAST_WORD + 1]; in ixgbe_calc_checksum_X550()
3421 IXGBE_EEPROM_LAST_WORD + 1, in ixgbe_calc_checksum_X550()
3429 if (buffer_size < IXGBE_EEPROM_LAST_WORD) in ixgbe_calc_checksum_X550()
3438 for (i = 0; i <= IXGBE_EEPROM_LAST_WORD; i++) in ixgbe_calc_checksum_X550()
H A Dixgbe_type.h2344 #define IXGBE_EEPROM_LAST_WORD 0x41 macro