Home
last modified time | relevance | path

Searched refs:IXGBE_ERR_I2C (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c174 return IXGBE_ERR_I2C; in ixgbe_read_i2c_combined_generic()
231 return IXGBE_ERR_I2C; in ixgbe_write_i2c_combined_generic()
1924 status = IXGBE_ERR_I2C; in ixgbe_get_i2c_ack()
1989 return IXGBE_ERR_I2C; in ixgbe_clock_out_i2c_bit()
2064 return IXGBE_ERR_I2C; in ixgbe_set_i2c_data()
Dixgbe_82599.c2220 status = IXGBE_ERR_I2C; in ixgbe_read_i2c_byte_82599()
2273 status = IXGBE_ERR_I2C; in ixgbe_write_i2c_byte_82599()
Dixgbe_type.h3258 #define IXGBE_ERR_I2C -18 macro