Lines Matching refs:byte_offset
1546 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_read_i2c_byte() argument
1549 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_byte, (hw, byte_offset, in ixgbe_read_i2c_byte()
1562 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_unlocked() argument
1566 (hw, byte_offset, dev_addr, data), in ixgbe_read_i2c_byte_unlocked()
1610 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_write_i2c_byte() argument
1613 return ixgbe_call_func(hw, hw->phy.ops.write_i2c_byte, (hw, byte_offset, in ixgbe_write_i2c_byte()
1627 s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_unlocked() argument
1631 (hw, byte_offset, dev_addr, data), in ixgbe_write_i2c_byte_unlocked()
1674 u8 byte_offset, u8 eeprom_data) in ixgbe_write_i2c_eeprom() argument
1677 (hw, byte_offset, eeprom_data), in ixgbe_write_i2c_eeprom()
1689 s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data) in ixgbe_read_i2c_eeprom() argument
1692 (hw, byte_offset, eeprom_data), in ixgbe_read_i2c_eeprom()