Searched refs:BMSR_ANEGCAPABLE (Results 1 – 4 of 4) sorted by relevance
57 #define BMSR_ANEGCAPABLE 0x0008 /* Able to do auto-negotiation */ macro
100 #define MDIO_AN_STAT1_ABLE BMSR_ANEGCAPABLE
59 #define BMSR_ANEGCAPABLE 0x0008 /* Able to do auto-negotiation */ macro
1473 if ((status & BMSR_ANEGCAPABLE) && (!priv->aui)) { in TLan_PhyStartLink()