Home
last modified time | relevance | path

Searched refs:BM_WUC_HOST_WU_BIT (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_phy.h131 #define BM_WUC_HOST_WU_BIT (1 << 4) macro
H A De1000_ich8lan.c3041 reg &= ~BM_WUC_HOST_WU_BIT; in e1000_post_phy_reset_ich8lan()
5045 i &= ~BM_WUC_HOST_WU_BIT; in e1000_init_hw_ich8lan()
H A De1000_phy.c3338 temp &= ~(BM_WUC_ME_WU_BIT | BM_WUC_HOST_WU_BIT); in e1000_enable_phy_wakeup_reg_access_bm()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_phy.h148 #define BM_WUC_HOST_WU_BIT (1 << 4) macro
H A Digc_phy.c3381 temp &= ~(BM_WUC_ME_WU_BIT | BM_WUC_HOST_WU_BIT); in igc_enable_phy_wakeup_reg_access_bm()