Searched refs:BMSR_LSTATUS (Results 1 – 4 of 4) sorted by relevance
137 if (!(status & BMSR_LSTATUS)) in vsc8211_get_link_status()141 *link_ok = (status & BMSR_LSTATUS) != 0; in vsc8211_get_link_status()
102 if (!err && !(status & BMSR_LSTATUS)) in ael100x_get_link_status()107 *link_ok = !!(status & BMSR_LSTATUS); in ael100x_get_link_status()
289 #define BMSR_LSTATUS BMSR_LINK macro
132 BMSR_ANEGCOMPLETE | BMSR_ANEGCAPABLE | BMSR_LSTATUS; in eth_phy_io_read_buffer()