Searched refs:ixgbe_get_i2c_ack (Results 1 – 1 of 1) sorted by relevance
40 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw);66 return ixgbe_get_i2c_ack(hw); in ixgbe_out_i2c_byte_ack()1783 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()1791 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()1802 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()1896 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()1904 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()1912 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()2094 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw) in ixgbe_get_i2c_ack() function