Home | History | Annotate | Download | only in altboot

Lines Matching refs:sts

322 	uint32_t sts;
331 sts = (uint32_t)le64toh(rxd->xd1);
332 if ((sts & R1_DONE) != 0)
339 if ((sts & R1_ER_MASK) != 0) {
345 len = sts & R1_FL_MASK;
443 int phy, ctl, sts, bound;
450 sts = mii_read(l, phy, MII_BMSR);
451 if (ctl != 0xffff && sts != 0xffff && sts != 0)
475 sts = mii_read(l, phy, MII_BMSR) |
478 l->bmsr = sts;