Searched refs:BMSR_100BASE4 (Results 1 – 3 of 3) sorted by relevance
58 #define BMSR_100BASE4 0x8000 /* Can do 100mbps, 4k packets */ macro
465 if ((mii_status & (BMSR_100BASE4 | BMSR_100HALF | BMSR_10HALF)) == BMSR_100BASE4 || in find_mii_transceivers()466 ((mii_status & BMSR_100BASE4) == 0 && in find_mii_transceivers()
474 ((mii_status & BMSR_100BASE4) == 0 in tulip_find_mii()