Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sun/
Dsunhme.c726 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer()
727 if (hp->sw_bmsr & BMSR_ANEGCOMPLETE) { in happy_meal_timer()
757 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer()
758 if (hp->sw_bmsr & BMSR_LSTATUS) { in happy_meal_timer()
783 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer()
806 if (hp->sw_bmsr & BMSR_LSTATUS) { in happy_meal_timer()
1055 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_tcvr_reset()
1306 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_begin_auto_negotiation()
1316 if (hp->sw_bmsr & BMSR_10HALF) in happy_meal_begin_auto_negotiation()
1321 if (hp->sw_bmsr & BMSR_10FULL) in happy_meal_begin_auto_negotiation()
[all …]
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()
1049 bp->sw_bmsr = bigmac_tcvr_read(bp, bp->tregs, MII_BMSR); in bigmac_get_link()
1052 return (bp->sw_bmsr & BMSR_LSTATUS); in bigmac_get_link()
Dsunbmac.h309 unsigned short sw_bmsr; /* SW copy of PHY BMSR */ member
Dsunhme.h440 unsigned short sw_bmsr; /* SW copy of BMSR */ member