Searched refs:eeprom_buf (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/e1000/ |
| H A D | e1000_nvm.c | 989 s32 e1000_read_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf, in e1000_read_pba_raw() argument 999 if (eeprom_buf == NULL) { in e1000_read_pba_raw() 1006 pba->word[0] = eeprom_buf[NVM_PBA_OFFSET_0]; in e1000_read_pba_raw() 1007 pba->word[1] = eeprom_buf[NVM_PBA_OFFSET_1]; in e1000_read_pba_raw() 1017 ret_val = e1000_get_pba_block_size(hw, eeprom_buf, in e1000_read_pba_raw() 1026 if (eeprom_buf == NULL) { in e1000_read_pba_raw() 1036 &eeprom_buf[pba->word[1]], in e1000_read_pba_raw() 1058 s32 e1000_write_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf, in e1000_write_pba_raw() argument 1066 if (eeprom_buf == NULL) { in e1000_write_pba_raw() 1073 eeprom_buf[NVM_PBA_OFFSET_0] = pba->word[0]; in e1000_write_pba_raw() [all …]
|
| H A D | e1000_nvm.h | 73 s32 e1000_read_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf, 76 s32 e1000_write_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf, 78 s32 e1000_get_pba_block_size(struct e1000_hw *hw, u16 *eeprom_buf,
|
| /freebsd/sys/dev/ixgbe/ |
| H A D | ixgbe_common.h | 61 s32 ixgbe_read_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf, 64 s32 ixgbe_write_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf, 66 s32 ixgbe_get_pba_block_size(struct ixgbe_hw *hw, u16 *eeprom_buf,
|
| H A D | ixgbe_common.c | 796 s32 ixgbe_read_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf, in ixgbe_read_pba_raw() argument 806 if (eeprom_buf == NULL) { in ixgbe_read_pba_raw() 813 pba->word[0] = eeprom_buf[IXGBE_PBANUM0_PTR]; in ixgbe_read_pba_raw() 814 pba->word[1] = eeprom_buf[IXGBE_PBANUM1_PTR]; in ixgbe_read_pba_raw() 824 ret_val = ixgbe_get_pba_block_size(hw, eeprom_buf, in ixgbe_read_pba_raw() 833 if (eeprom_buf == NULL) { in ixgbe_read_pba_raw() 843 &eeprom_buf[pba->word[1]], in ixgbe_read_pba_raw() 865 s32 ixgbe_write_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf, in ixgbe_write_pba_raw() argument 873 if (eeprom_buf == NULL) { in ixgbe_write_pba_raw() 880 eeprom_buf[IXGBE_PBANUM0_PTR] = pba->word[0]; in ixgbe_write_pba_raw() [all …]
|