Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ixgbe/
Dixgbe_common.c660 ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM1_PTR, &pba_ptr); in ixgbe_read_pba_string_generic()
765 ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM1_PTR, &data); in ixgbe_read_pba_num_generic()
803 if (eeprom_buf_size > IXGBE_PBANUM1_PTR) { in ixgbe_read_pba_raw()
805 pba->word[1] = eeprom_buf[IXGBE_PBANUM1_PTR]; in ixgbe_read_pba_raw()
870 if (eeprom_buf_size > IXGBE_PBANUM1_PTR) { in ixgbe_write_pba_raw()
872 eeprom_buf[IXGBE_PBANUM1_PTR] = pba->word[1]; in ixgbe_write_pba_raw()
930 if (eeprom_buf_size > IXGBE_PBANUM1_PTR) { in ixgbe_get_pba_block_size()
932 pba_word[1] = eeprom_buf[IXGBE_PBANUM1_PTR]; in ixgbe_get_pba_block_size()
Dixv_type.h2312 #define IXGBE_PBANUM1_PTR 0x16 macro
Dixgbe_type.h2302 #define IXGBE_PBANUM1_PTR 0x16 macro