Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c622 ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM1_PTR, &pba_ptr); in ixgbe_read_pba_string_generic()
727 ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM1_PTR, &data); in ixgbe_read_pba_num_generic()
765 if (eeprom_buf_size > IXGBE_PBANUM1_PTR) { in ixgbe_read_pba_raw()
767 pba->word[1] = eeprom_buf[IXGBE_PBANUM1_PTR]; in ixgbe_read_pba_raw()
832 if (eeprom_buf_size > IXGBE_PBANUM1_PTR) { in ixgbe_write_pba_raw()
834 eeprom_buf[IXGBE_PBANUM1_PTR] = pba->word[1]; in ixgbe_write_pba_raw()
892 if (eeprom_buf_size > IXGBE_PBANUM1_PTR) { in ixgbe_get_pba_block_size()
894 pba_word[1] = eeprom_buf[IXGBE_PBANUM1_PTR]; in ixgbe_get_pba_block_size()
H A Dixgbe_type.h2215 #define IXGBE_PBANUM1_PTR 0x16 macro