Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_ich8lan.h173 #define I218_ULP_CONFIG1_WOL_HOST 0x0040 /* WoL Host on ULP exit */ macro
H A De1000_ich8lan.c1189 phy_reg |= I218_ULP_CONFIG1_WOL_HOST; in e1000_enable_ulp_lpt_lp()
1191 phy_reg &= ~I218_ULP_CONFIG1_WOL_HOST; in e1000_enable_ulp_lpt_lp()
1198 phy_reg &= ~I218_ULP_CONFIG1_WOL_HOST; in e1000_enable_ulp_lpt_lp()
1388 I218_ULP_CONFIG1_WOL_HOST | in e1000_disable_ulp_lpt_lp()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_ich8lan.h172 #define I218_ULP_CONFIG1_WOL_HOST 0x0040 /* WoL Host on ULP exit */ macro