Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_common.c665 ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM1_PTR, &pba_ptr); in ixgbe_read_pba_string_generic()
770 ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM1_PTR, &data); in ixgbe_read_pba_num_generic()
808 if (eeprom_buf_size > IXGBE_PBANUM1_PTR) { in ixgbe_read_pba_raw()
810 pba->word[1] = eeprom_buf[IXGBE_PBANUM1_PTR]; in ixgbe_read_pba_raw()
875 if (eeprom_buf_size > IXGBE_PBANUM1_PTR) { in ixgbe_write_pba_raw()
877 eeprom_buf[IXGBE_PBANUM1_PTR] = pba->word[1]; in ixgbe_write_pba_raw()
935 if (eeprom_buf_size > IXGBE_PBANUM1_PTR) { in ixgbe_get_pba_block_size()
937 pba_word[1] = eeprom_buf[IXGBE_PBANUM1_PTR]; in ixgbe_get_pba_block_size()
H A Dixgbe_type.h2434 #define IXGBE_PBANUM1_PTR 0x16 macro