Searched refs:eeprom_buf (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_nvm.c | 973 if (eeprom_buf == NULL) { in e1000_read_pba_raw() 1000 if (eeprom_buf == NULL) { in e1000_read_pba_raw() 1010 &eeprom_buf[pba->word[1]], in e1000_read_pba_raw() 1040 if (eeprom_buf == NULL) { in e1000_write_pba_raw() 1058 if (eeprom_buf == NULL) { in e1000_write_pba_raw() 1067 memcpy(&eeprom_buf[pba->word[1]], in e1000_write_pba_raw() 1100 if (eeprom_buf == NULL) { in e1000_get_pba_block_size() 1106 pba_word[0] = eeprom_buf[NVM_PBA_OFFSET_0]; in e1000_get_pba_block_size() 1107 pba_word[1] = eeprom_buf[NVM_PBA_OFFSET_1]; in e1000_get_pba_block_size() 1114 if (eeprom_buf == NULL) { in e1000_get_pba_block_size() [all …]
|
| H A D | e1000_nvm.h | 43 s32 e1000_read_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf, 46 s32 e1000_write_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf, 48 s32 e1000_get_pba_block_size(struct e1000_hw *hw, u16 *eeprom_buf,
|
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_nvm.c | 964 if (eeprom_buf == NULL) { in igc_read_pba_raw() 991 if (eeprom_buf == NULL) { in igc_read_pba_raw() 1001 &eeprom_buf[pba->word[1]], in igc_read_pba_raw() 1031 if (eeprom_buf == NULL) { in igc_write_pba_raw() 1049 if (eeprom_buf == NULL) { in igc_write_pba_raw() 1058 memcpy(&eeprom_buf[pba->word[1]], in igc_write_pba_raw() 1091 if (eeprom_buf == NULL) { in igc_get_pba_block_size() 1097 pba_word[0] = eeprom_buf[NVM_PBA_OFFSET_0]; in igc_get_pba_block_size() 1098 pba_word[1] = eeprom_buf[NVM_PBA_OFFSET_1]; in igc_get_pba_block_size() 1105 if (eeprom_buf == NULL) { in igc_get_pba_block_size() [all …]
|
| H A D | igc_nvm.h | 43 s32 igc_read_pba_raw(struct igc_hw *hw, u16 *eeprom_buf, 46 s32 igc_write_pba_raw(struct igc_hw *hw, u16 *eeprom_buf, 48 s32 igc_get_pba_block_size(struct igc_hw *hw, u16 *eeprom_buf,
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_common.h | 31 s32 ixgbe_read_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf, 34 s32 ixgbe_write_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf, 36 s32 ixgbe_get_pba_block_size(struct ixgbe_hw *hw, u16 *eeprom_buf,
|
| H A D | ixgbe_common.c | 762 if (eeprom_buf == NULL) { in ixgbe_read_pba_raw() 789 if (eeprom_buf == NULL) { in ixgbe_read_pba_raw() 799 &eeprom_buf[pba->word[1]], in ixgbe_read_pba_raw() 829 if (eeprom_buf == NULL) { in ixgbe_write_pba_raw() 847 if (eeprom_buf == NULL) { in ixgbe_write_pba_raw() 856 memcpy(&eeprom_buf[pba->word[1]], in ixgbe_write_pba_raw() 889 if (eeprom_buf == NULL) { in ixgbe_get_pba_block_size() 896 pba_word[0] = eeprom_buf[IXGBE_PBANUM0_PTR]; in ixgbe_get_pba_block_size() 897 pba_word[1] = eeprom_buf[IXGBE_PBANUM1_PTR]; in ixgbe_get_pba_block_size() 904 if (eeprom_buf == NULL) { in ixgbe_get_pba_block_size() [all …]
|