Searched refs:sw_bmsr (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 613 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_begin_auto_negotiation() 623 if (hp->sw_bmsr & BMSR_10HALF) in happy_meal_begin_auto_negotiation() 628 if (hp->sw_bmsr & BMSR_10FULL) in happy_meal_begin_auto_negotiation() 632 if (hp->sw_bmsr & BMSR_100HALF) in happy_meal_begin_auto_negotiation() 636 if (hp->sw_bmsr & BMSR_100FULL) in happy_meal_begin_auto_negotiation() 759 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer() 760 if (hp->sw_bmsr & BMSR_ANEGCOMPLETE) { in happy_meal_timer() 790 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer() 791 if (hp->sw_bmsr & BMSR_LSTATUS) { in happy_meal_timer() 816 hp->sw_bmsr in happy_meal_timer() [all...] |
H A D | sunbmac.c | 535 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 D | sunbmac.h | 309 unsigned short sw_bmsr; /* SW copy of PHY BMSR */ member
|
H A D | sunhme.h | 440 unsigned short sw_bmsr; /* SW copy of BMSR */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 725 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer() 726 if (hp->sw_bmsr & BMSR_ANEGCOMPLETE) { in happy_meal_timer() 756 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer() 757 if (hp->sw_bmsr & BMSR_LSTATUS) { in happy_meal_timer() 782 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_timer() 805 if (hp->sw_bmsr & BMSR_LSTATUS) { in happy_meal_timer() 1054 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_tcvr_reset() 1305 hp->sw_bmsr = happy_meal_tcvr_read(hp, tregs, MII_BMSR); in happy_meal_begin_auto_negotiation() 1315 if (hp->sw_bmsr & BMSR_10HALF) in happy_meal_begin_auto_negotiation() 1320 if (hp->sw_bmsr in happy_meal_begin_auto_negotiation() [all...] |
H A D | sunbmac.c | 535 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 D | sunbmac.h | 309 unsigned short sw_bmsr; /* SW copy of PHY BMSR */ member
|
H A D | sunhme.h | 440 unsigned short sw_bmsr; /* SW copy of BMSR */ member
|
Completed in 14 milliseconds