Home
last modified time | relevance | path

Searched refs:duplex_lock (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dmii.h91 static inline unsigned int mii_duplex (unsigned int duplex_lock, in mii_duplex() argument
94 if (duplex_lock) in mii_duplex()
/linux-4.4.14/drivers/net/ethernet/packetengines/
Dyellowfin.c330 unsigned int duplex_lock:1; member
471 np->duplex_lock = 1; in yellowfin_init_one()
669 yp->full_duplex = mii_duplex(yp->duplex_lock, negotiated); in yellowfin_timer()
Dhamachi.c498 unsigned int duplex_lock:1; member
707 hmp->duplex_lock = 1; in hamachi_init_one()
918 if (hmp->duplex_lock != 1) in hamachi_open()