Home
last modified time | relevance | path

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

/freebsd/sys/dev/mii/
H A De1000phy.c478 reg &= ~(E1000_AR_PAUSE | E1000_AR_ASM_DIR); in e1000phy_mii_phy_auto()
483 reg |= E1000_AR_PAUSE | E1000_AR_ASM_DIR; in e1000phy_mii_phy_auto()
H A De1000phyreg.h121 #define E1000_AR_PAUSE 0x0400 macro