ixgbe_clock_out_i2c_bit
if (ixgbe_clock_out_i2c_bit(hw, false))
status = ixgbe_clock_out_i2c_bit(hw, nack);
status = ixgbe_clock_out_i2c_bit(hw, bit);
static s32 ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data);
return ixgbe_clock_out_i2c_bit(hw, false);