Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_phy.c143 return IXGBE_ERR_I2C; in ixgbe_read_i2c_combined_generic_int()
208 return IXGBE_ERR_I2C; in ixgbe_write_i2c_combined_generic_int()
2362 status = IXGBE_ERR_I2C; in ixgbe_get_i2c_ack()
2435 status = IXGBE_ERR_I2C; in ixgbe_clock_out_i2c_bit()
2540 status = IXGBE_ERR_I2C; in ixgbe_set_i2c_data()
H A Dixgbe_82599.c2526 status = IXGBE_ERR_I2C; in ixgbe_read_i2c_byte_82599()
2584 status = IXGBE_ERR_I2C; in ixgbe_write_i2c_byte_82599()
H A Dixgbe_type.h4218 #define IXGBE_ERR_I2C -18 macro