Lines Matching refs:byte_offset
1530 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_read_i2c_byte() argument
1533 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_byte, (hw, byte_offset, in ixgbe_read_i2c_byte()
1546 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_unlocked() argument
1550 (hw, byte_offset, dev_addr, data), in ixgbe_read_i2c_byte_unlocked()
1594 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_write_i2c_byte() argument
1597 return ixgbe_call_func(hw, hw->phy.ops.write_i2c_byte, (hw, byte_offset, in ixgbe_write_i2c_byte()
1611 s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_unlocked() argument
1615 (hw, byte_offset, dev_addr, data), in ixgbe_write_i2c_byte_unlocked()
1658 u8 byte_offset, u8 eeprom_data) in ixgbe_write_i2c_eeprom() argument
1661 (hw, byte_offset, eeprom_data), in ixgbe_write_i2c_eeprom()
1673 s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data) in ixgbe_read_i2c_eeprom() argument
1676 (hw, byte_offset, eeprom_data), in ixgbe_read_i2c_eeprom()