Searched defs:eeprom_data (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c1118 * @eeprom_data: value read
1123 u8 byte_offset, u8 *eeprom_data)
1177 *eeprom_data = (u8)(sfp_data >> 8);
1191 * @eeprom_data: value read
1196 u8 *eeprom_data)
1199 byte_offset, eeprom_data);
1206 * @eeprom_data: value read
1122 ixgbe_read_i2c_phy_82598(struct ixgbe_hw *hw, u8 dev_addr, u8 byte_offset, u8 *eeprom_data) argument
1195 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data) argument
H A Dixgbe_phy.c1984 * @eeprom_data: value read
1989 u8 *eeprom_data)
1995 eeprom_data);
2002 * @eeprom_data: value read
2018 * @eeprom_data: value to write
2023 u8 eeprom_data)
2029 eeprom_data);
1988 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data) argument
2022 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data) argument
H A Dixgbe_api.c1495 * @eeprom_data: value to write
1500 u8 byte_offset, u8 eeprom_data)
1503 (hw, byte_offset, eeprom_data),
1511 * @eeprom_data: value read
1515 s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data) argument
1518 (hw, byte_offset, eeprom_data),
1499 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data) argument
H A Dixgbe_common.c4931 u8 rs, eeprom_data; local
4949 &eeprom_data);
4955 eeprom_data = (eeprom_data & ~IXGBE_SFF_SOFT_RS_SELECT_MASK) | rs;
4959 eeprom_data);
4968 &eeprom_data);
4974 eeprom_data = (eeprom_data & ~IXGBE_SFF_SOFT_RS_SELECT_MASK) | rs;
4978 eeprom_data);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_access.c1283 u16_t eeprom_data[][2] = { { ELINK_SFP_EEPROM_VENDOR_NAME_ADDR, ELINK_SFP_EEPROM_VENDOR_NAME_SIZE}, local
1294 u8_t* ptr_arr[ARRSIZE(eeprom_data)] = {0}; // for convinence of coding
1337 for( idx = 0; idx < ARRSIZE(eeprom_data) ; idx++ )
1343 eeprom_data[idx][0],
1344 (u8_t)eeprom_data[idx][1],
1353 } // for "eeprom_data" size
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c614 uint16_t i, eeprom_data; local
619 if(e1000_read_eeprom(hw, i, 1, &eeprom_data) < 0) {
623 checksum += eeprom_data;
644 uint16_t eeprom_data; local
651 if(e1000_read_eeprom(hw, offset, 1, &eeprom_data) < 0) {
655 hw->mac_addr[i] = eeprom_data & 0xff;
656 hw->mac_addr[i+1] = (eeprom_data >> 8) & 0xff;
1231 uint16_t eeprom_data; local
1248 &eeprom_data))) {
1252 if(eeprom_data !
1279 uint16_t eeprom_data; local
[all...]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_peu_hw.h3400 uint32_t eeprom_data:32; member in struct:__anon5582::__anon5583
3402 uint32_t eeprom_data:32;

Completed in 87 milliseconds