Searched refs:ixgbe_get_i2c_ack (Results 1 – 1 of 1) sorted by relevance
16 static int ixgbe_get_i2c_ack(struct ixgbe_hw *hw);42 return ixgbe_get_i2c_ack(hw); in ixgbe_out_i2c_byte_ack()2186 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()2194 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()2205 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()2302 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()2310 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()2318 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()2502 static int ixgbe_get_i2c_ack(struct ixgbe_hw *hw) in ixgbe_get_i2c_ack() function