Searched refs:LPA_10FULL (Results 1 – 16 of 16) sorted by relevance
96 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ macro110 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)167 else if (negotiated & LPA_10FULL) in mii_nway_result()168 ret = LPA_10FULL; in mii_nway_result()
97 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ macro111 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)168 else if (negotiated & LPA_10FULL) in mii_nway_result()169 ret = LPA_10FULL; in mii_nway_result()
118 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ macro132 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)191 else if (negotiated & LPA_10FULL) in mii_nway_result()192 ret = LPA_10FULL; in mii_nway_result()
25 else if (negotiated & LPA_10FULL) in mii_nway_result()26 ret = LPA_10FULL; in mii_nway_result()107 nego == LPA_10FULL) { in mii_ethtool_gset()
115 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ macro129 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
22 else if (negotiated & LPA_10FULL) in mii_nway_result()23 ret = LPA_10FULL; in mii_nway_result()107 nego == LPA_10FULL) in mii_ethtool_gset()
113 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ macro127 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
25 else if (negotiated & LPA_10FULL) in mii_nway_result()26 ret = LPA_10FULL; in mii_nway_result()110 nego == LPA_10FULL) in mii_ethtool_gset()
111 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ macro125 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
95 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ macro109 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
301 if ((lpa & LPA_100FULL) || (lpa & LPA_10FULL)) in update_link_speed()
558 return (anlpar & (LPA_10FULL | LPA_100FULL)) ? in miiphy_duplex()
352 } else if (lpa & LPA_10FULL) in genphy_parse_link()
Completed in 39 milliseconds