Home
last modified time | relevance | path

Searched refs:E1000_MANC_SMBUS_EN (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000e/
H A Dmanage.c323 } else if ((manc & E1000_MANC_SMBUS_EN) && in e1000e_enable_mng_pass_thru()
H A Ddefines.h100 #define E1000_MANC_SMBUS_EN 0x00000001 /* SMBus Enabled - RO */ macro
/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h118 #define E1000_MANC_SMBUS_EN 0x00000001 /* SMBus Enabled - RO */ macro
H A De1000_mac.c1676 if ((manc & E1000_MANC_SMBUS_EN) && in igb_enable_mng_pass_thru()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2024 #define E1000_MANC_SMBUS_EN 0x00000001 /* SMBus Enabled - RO */ macro
H A De1000_hw.c5512 if ((manc & E1000_MANC_SMBUS_EN) && !(manc & E1000_MANC_ASF_EN)) in e1000_enable_mng_pass_thru()