Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_defines.h178 #define E1000_MANC_BLK_PHY_RST_ON_IDE 0x00040000 /* Block phy resets */ macro
H A De1000_phy.c213 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? in e1000_check_reset_block_generic()