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

/linux-4.4.14/include/linux/
H A Dmii.h84 * @duplex_lock: Non-zero if duplex is locked at full
91 static inline unsigned int mii_duplex (unsigned int duplex_lock, mii_duplex() argument
94 if (duplex_lock) mii_duplex()
/linux-4.4.14/drivers/net/ethernet/packetengines/
H A Dyellowfin.c330 unsigned int duplex_lock:1; member in struct:yellowfin_private
471 np->duplex_lock = 1; yellowfin_init_one()
669 yp->full_duplex = mii_duplex(yp->duplex_lock, negotiated); yellowfin_timer()
H A Dhamachi.c498 unsigned int duplex_lock:1; member in struct:hamachi_private
707 hmp->duplex_lock = 1; hamachi_init_one()
918 if (hmp->duplex_lock != 1) hamachi_open()

Completed in 116 milliseconds