Searched defs:eeprom_buf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_nvm.c937 * @eeprom_buf: optional pointer to EEPROM image
942 * Reads PBA from EEPROM image when eeprom_buf is not NULL.
943 * Reads PBA from physical EEPROM device when eeprom_buf is NULL.
946 s32 e1000_read_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf, argument
956 if (eeprom_buf == NULL) {
963 pba->word[0] = eeprom_buf[NVM_PBA_OFFSET_0];
964 pba->word[1] = eeprom_buf[NVM_PBA_OFFSET_1];
974 ret_val = e1000_get_pba_block_size(hw, eeprom_buf,
983 if (eeprom_buf == NULL) {
993 &eeprom_buf[pb
1015 e1000_write_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf, u32 eeprom_buf_size, struct e1000_pba *pba) argument
1074 e1000_get_pba_block_size(struct e1000_hw *hw, u16 *eeprom_buf, u32 eeprom_buf_size, u16 *pba_block_size) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c740 * @eeprom_buf: optional pointer to EEPROM image
745 * Reads PBA from EEPROM image when eeprom_buf is not NULL.
746 * Reads PBA from physical EEPROM device when eeprom_buf is NULL.
749 s32 ixgbe_read_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf, argument
759 if (eeprom_buf == NULL) {
766 pba->word[0] = eeprom_buf[IXGBE_PBANUM0_PTR];
767 pba->word[1] = eeprom_buf[IXGBE_PBANUM1_PTR];
777 ret_val = ixgbe_get_pba_block_size(hw, eeprom_buf,
786 if (eeprom_buf == NULL) {
796 &eeprom_buf[pb
818 ixgbe_write_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf, u32 eeprom_buf_size, struct ixgbe_pba *pba) argument
877 ixgbe_get_pba_block_size(struct ixgbe_hw *hw, u16 *eeprom_buf, u32 eeprom_buf_size, u16 *pba_block_size) argument
[all...]

Completed in 64 milliseconds