Searched refs:mii_rw (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dforcedeth.c388 /* mii_rw: read/write a register on the PHY.
392 static int mii_rw(struct nic *nic __unused, int addr, int miireg, function
424 dprintf(("mii_rw of reg %d at PHY %d timed out.\n",
429 dprintf(("mii_rw wrote 0x%x to reg %d at PHY %d\n",
433 dprintf(("mii_rw of reg %d at PHY %d failed.\n",
440 dprintf(("mii_rw read from reg %d at PHY %d: 0x%x.\n",
549 adv = mii_rw(nic, np->phyaddr, MII_ADVERTISE, MII_READ);
550 lpa = mii_rw(nic, np->phyaddr, MII_LPA, MII_READ);
693 id1 = mii_rw(nic, i, MII_PHYSID1, MII_READ);
696 id2 = mii_rw(ni
[all...]

Completed in 23 milliseconds