Home
last modified time | relevance | path

Searched refs:E1000_BLK_PHY_RESET (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h497 #define E1000_BLK_PHY_RESET 12 macro
H A Dphy.c50 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? E1000_BLK_PHY_RESET : 0; in e1000e_check_reset_block_generic()
H A Dich8lan.c2076 return blocked ? E1000_BLK_PHY_RESET : 0; in e1000_check_reset_block_ich8lan()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h491 #define E1000_BLK_PHY_RESET 12 macro
H A De1000_phy.c44 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? E1000_BLK_PHY_RESET : 0; in igb_check_reset_block()
/openbmc/u-boot/drivers/net/
H A De1000.h251 #define E1000_BLK_PHY_RESET 12 macro
H A De1000.c4523 : E1000_BLK_PHY_RESET; in e1000_check_phy_reset_block()
4529 E1000_BLK_PHY_RESET : E1000_SUCCESS; in e1000_check_phy_reset_block()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h260 #define E1000_BLK_PHY_RESET 12 macro