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.c622 ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM1_PTR, &pba_ptr);
727 ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM1_PTR, &data);
765 if (eeprom_buf_size > IXGBE_PBANUM1_PTR) {
767 pba->word[1] = eeprom_buf[IXGBE_PBANUM1_PTR];
832 if (eeprom_buf_size > IXGBE_PBANUM1_PTR) {
834 eeprom_buf[IXGBE_PBANUM1_PTR] = pba->word[1];
892 if (eeprom_buf_size > IXGBE_PBANUM1_PTR) {
894 pba_word[1] = eeprom_buf[IXGBE_PBANUM1_PTR];
H A Dixgbe_type.h2215 #define IXGBE_PBANUM1_PTR 0x16 macro

Completed in 78 milliseconds