Searched refs:eeprom_data (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_82598.h49 u8 *eeprom_data);
H A Dixgbe_phy.h212 u8 *eeprom_data);
214 u8 eeprom_data);
H A Dixgbe_api.h144 s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data);
190 s32 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data);
H A Dixgbe_82598.c1123 * @eeprom_data: value read
1128 u8 byte_offset, u8 *eeprom_data)
1182 *eeprom_data = (u8)(sfp_data >> 8);
1196 * @eeprom_data: value read
1201 u8 *eeprom_data)
1204 byte_offset, eeprom_data);
1127 ixgbe_read_i2c_phy_82598(struct ixgbe_hw *hw, u8 dev_addr, u8 byte_offset, u8 *eeprom_data) argument
1200 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data) argument
H A Dixgbe_api.c1575 * @eeprom_data: value to write
1580 u8 byte_offset, u8 eeprom_data)
1583 (hw, byte_offset, eeprom_data),
1591 * @eeprom_data: value read
1595 s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data) argument
1598 (hw, byte_offset, eeprom_data),
1579 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data) argument
H A Dixgbe_phy.c1925 * @eeprom_data: value read
1930 u8 *eeprom_data)
1936 eeprom_data);
1959 * @eeprom_data: value to write
1964 u8 eeprom_data)
1970 eeprom_data);
1929 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data) argument
1963 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data) argument
H A Dixgbe_common.c5466 u8 rs, eeprom_data; local
5484 &eeprom_data);
5490 eeprom_data = (eeprom_data & ~IXGBE_SFF_SOFT_RS_SELECT_MASK) | rs;
5494 eeprom_data);
5503 &eeprom_data);
5509 eeprom_data = (eeprom_data & ~IXGBE_SFF_SOFT_RS_SELECT_MASK) | rs;
5513 eeprom_data);
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_ioctl.h87 void *eeprom_data; member in struct:bxe_eeprom
H A Dbxe.c19198 rval = copyin(eeprom->eeprom_data, sc->eeprom,
19217 rval = copyout(sc->eeprom, eeprom->eeprom_data,
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_e82545.c355 uint16_t eeprom_data[E82545_NVM_EEPROM_SIZE]; member in struct:e82545_softc
385 sc->eeprom_data[NVM_MAC_ADDR] = ((uint16_t)sc->esc_mac.octet[0]) |
387 sc->eeprom_data[NVM_MAC_ADDR+1] = ((uint16_t)sc->esc_mac.octet[2]) |
389 sc->eeprom_data[NVM_MAC_ADDR+2] = ((uint16_t)sc->esc_mac.octet[4]) |
393 sc->eeprom_data[NVM_SUB_DEV_ID] = E82545_SUBDEV_ID;
394 sc->eeprom_data[NVM_SUB_VEN_ID] = E82545_VENDOR_ID_INTEL;
395 sc->eeprom_data[NVM_DEV_ID] = E82545_DEV_ID_82545EM_COPPER;
396 sc->eeprom_data[NVM_VEN_ID] = E82545_VENDOR_ID_INTEL;
401 checksum += sc->eeprom_data[i];
404 sc->eeprom_data[NVM_CHECKSUM_RE
[all...]
/freebsd-13-stable/sys/dev/e1000/
H A Dif_em.c3655 u16 eeprom_data = 0, device_id, apme_mask; local
3666 NVM_INIT_CONTROL2_REG, 1, &eeprom_data);
3673 NVM_INIT_CONTROL3_PORT_B, 1, &eeprom_data);
3677 NVM_INIT_CONTROL3_PORT_A, 1, &eeprom_data);
3688 NVM_INIT_CONTROL3_PORT_B, 1, &eeprom_data);
3692 NVM_INIT_CONTROL3_PORT_A, 1, &eeprom_data);
3712 eeprom_data = E1000_READ_REG(&adapter->hw, E1000_WUC);
3716 NVM_INIT_CONTROL3_PORT_A, 1, &eeprom_data);
3719 if (eeprom_data & apme_mask)
4439 u16 eeprom_data; local
[all...]
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe-phy-v2.c1489 uint8_t eeprom_addr, eeprom_data[XGBE_SFP_EEPROM_MAX]; local
1520 eeprom_data, XGBE_SFP_EEPROM_BASE_LEN);
1527 sfp_eeprom = (struct xgbe_sfp_eeprom *)eeprom_data;
1534 eeprom_data + XGBE_SFP_EEPROM_BASE_LEN,

Completed in 200 milliseconds