ixgbe_clock_out_i2c_byte
static int ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, u8 data);
status = ixgbe_clock_out_i2c_byte(hw, dev_addr);
status = ixgbe_clock_out_i2c_byte(hw, byte_offset);
status = ixgbe_clock_out_i2c_byte(hw, (dev_addr | 0x1));
status = ixgbe_clock_out_i2c_byte(hw, dev_addr);
status = ixgbe_clock_out_i2c_byte(hw, byte_offset);
status = ixgbe_clock_out_i2c_byte(hw, data);
status = ixgbe_clock_out_i2c_byte(hw, byte);