Lines Matching refs:byte_offset
1474 * @byte_offset: byte offset to read
1480 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
1483 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_byte, (hw, byte_offset,
1490 * @byte_offset: byte offset to read
1496 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
1500 (hw, byte_offset, dev_addr, data),
1537 * @byte_offset: byte offset to write
1544 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
1547 return ixgbe_call_func(hw, hw->phy.ops.write_i2c_byte, (hw, byte_offset,
1554 * @byte_offset: byte offset to write
1561 s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
1565 (hw, byte_offset, dev_addr, data),
1602 * @byte_offset: EEPROM byte offset to write
1608 u8 byte_offset, u8 eeprom_data)
1611 (hw, byte_offset, eeprom_data),
1618 * @byte_offset: EEPROM byte offset to read
1623 s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data)
1626 (hw, byte_offset, eeprom_data),