Home
last modified time | relevance | path

Searched refs:sw_bmsr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/sun/
H A Dsunbmac.c535 bp->sw_bmsr = bigmac_tcvr_read(bp, tregs, MII_BMSR); in bigmac_timer()
537 if (bp->sw_bmsr & BMSR_LSTATUS) { in bigmac_timer()
589 bp->sw_bmsr = bigmac_tcvr_read(bp, tregs, MII_BMSR); in bigmac_begin_auto_negotiation()
1050 bp->sw_bmsr = bigmac_tcvr_read(bp, bp->tregs, MII_BMSR); in bigmac_get_link()
1053 return (bp->sw_bmsr & BMSR_LSTATUS); in bigmac_get_link()
H A Dsunhme.h440 unsigned short sw_bmsr; /* SW copy of BMSR */ member