Lines Matching refs:sw_lpa
509 hp->sw_lpa = happy_meal_tcvr_read(hp, tregs, MII_LPA);
514 hp->sw_lpa & (LPA_100HALF | LPA_100FULL) ? 100 : 10,
515 hp->sw_lpa & (LPA_100FULL | LPA_10FULL) ? "Full" : "Half");
537 hp->sw_lpa = happy_meal_tcvr_read(hp, tregs, MII_LPA);
538 if (!(hp->sw_lpa & (LPA_10HALF | LPA_10FULL | LPA_100HALF | LPA_100FULL)))
540 if (hp->sw_lpa & LPA_100FULL)
542 else if (hp->sw_lpa & LPA_100HALF)
544 else if (hp->sw_lpa & LPA_10FULL)
2140 hp->sw_lpa = happy_meal_tcvr_read(hp, hp->tcvregs, MII_LPA);
2145 speed = ((hp->sw_lpa & (LPA_100HALF | LPA_100FULL)) ?
2149 (hp->sw_lpa & (LPA_100FULL)) ?
2153 (hp->sw_lpa & (LPA_10FULL)) ?