Home
last modified time | relevance | path

Searched refs:E1000_I2CCMD_ERROR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h73 #define E1000_I2CCMD_ERROR 0x80000000 macro
H A De1000_phy.c252 if (i2ccmd & E1000_I2CCMD_ERROR) { in igb_read_phy_reg_i2c()
309 if (i2ccmd & E1000_I2CCMD_ERROR) { in igb_write_phy_reg_i2c()
361 if (data_local & E1000_I2CCMD_ERROR) { in igb_read_sfp_data_byte()