Home | History | Annotate | Download | only in ixgbe

Lines Matching refs:byte_offset

74 static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset,
1126 * @byte_offset: byte offset to read from dev_addr
1132 u8 byte_offset, u8 *eeprom_data)
1157 sfp_addr = (dev_addr << 8) + byte_offset;
1199 * @byte_offset: EEPROM byte offset to read
1204 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
1208 byte_offset, eeprom_data);
1214 * @byte_offset: byte offset at address 0xA2
1219 static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset,
1223 byte_offset, sff8472_data);