<dec f='src/src/sys/dev/pci/ixgbe/ixgbe_common.h' l='68' type='s32 ixgbe_get_pba_block_size(struct ixgbe_hw * hw, u16 * eeprom_buf, u32 eeprom_buf_size, u16 * pba_block_size)'/>
<use f='src/src/sys/dev/pci/ixgbe/ixgbe_common.c' l='780' u='c' c='ixgbe_read_pba_raw'/>
<def f='src/src/sys/dev/pci/ixgbe/ixgbe_common.c' l='880' ll='927' type='s32 ixgbe_get_pba_block_size(struct ixgbe_hw * hw, u16 * eeprom_buf, u32 eeprom_buf_size, u16 * pba_block_size)'/>
<doc f='src/src/sys/dev/pci/ixgbe/ixgbe_common.c' l='868'>/**
 *  ixgbe_get_pba_block_size
 *  @hw: pointer to the HW structure
 *  @eeprom_buf: optional pointer to EEPROM image
 *  @eeprom_buf_size: size of EEPROM image in words
 *  @pba_data_size: pointer to output variable
 *
 *  Returns the size of the PBA block in words. Function operates on EEPROM
 *  image if the eeprom_buf pointer is not NULL otherwise it accesses physical
 *  EEPROM device.
 *
 **/</doc>
