Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c667 ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM1_PTR, &pba_ptr); in ixgbe_read_pba_string_generic()
772 ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM1_PTR, &data); in ixgbe_read_pba_num_generic()
810 if (eeprom_buf_size > IXGBE_PBANUM1_PTR) { in ixgbe_read_pba_raw()
812 pba->word[1] = eeprom_buf[IXGBE_PBANUM1_PTR]; in ixgbe_read_pba_raw()
877 if (eeprom_buf_size > IXGBE_PBANUM1_PTR) { in ixgbe_write_pba_raw()
879 eeprom_buf[IXGBE_PBANUM1_PTR] = pba->word[1]; in ixgbe_write_pba_raw()
937 if (eeprom_buf_size > IXGBE_PBANUM1_PTR) { in ixgbe_get_pba_block_size()
939 pba_word[1] = eeprom_buf[IXGBE_PBANUM1_PTR]; in ixgbe_get_pba_block_size()
H A Dixgbe_type.h2347 #define IXGBE_PBANUM1_PTR 0x16 macro