Home
last modified time | relevance | path

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

/openbsd/sys/dev/mii/
H A Dmii_physubr.c534 ((anlpar & ANLPAR_PAUSE_TOWARDS) == ANLPAR_PAUSE_TOWARDS)) in mii_phy_flowstatus()
547 switch ((anlpar & ANLPAR_PAUSE_TOWARDS)) { in mii_phy_flowstatus()
H A Dmii.h146 #define ANLPAR_PAUSE_TOWARDS (3 << 10) macro