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

/include/linux/
H A Dmii.h194 * @negotiated: value of MII ANAR and'd with ANLPAR
206 static inline unsigned int mii_nway_result (unsigned int negotiated) argument
210 if (negotiated & LPA_100FULL)
212 else if (negotiated & LPA_100BASE4)
214 else if (negotiated & LPA_100HALF)
216 else if (negotiated & LPA_10FULL)
227 * @negotiated: value of MII ANAR and'd with ANLPAR
234 unsigned int negotiated)
238 if (mii_nway_result(negotiated) & LPA_DUPLEX)
233 mii_duplex(unsigned int duplex_lock, unsigned int negotiated) argument

Completed in 33 milliseconds