Lines Matching defs:mii
110 } mii;
361 /* 630ET : set the mii access mode as software-mode */
369 /* probe for mii transceiver */
370 /* search for total of 32 possible mii phy addresses */
379 /* the mii is not accessable, try next one */
385 /* search our mii table for the current mii */
393 mii.chip_info = &mii_chip_table[i];
394 mii.phy_addr = phy_addr;
395 mii.status = sis900_mdio_read(phy_addr, MII_STATUS);
396 mii.next = NULL;
410 cur_phy = mii.phy_addr;
411 printf("sis900_probe: Using %s as default\n", mii.chip_info->name);
801 mii.chip_info->read_mode(nic, cur_phy, &speed, &duplex);
934 * @phy_addr: mii phy address
974 * @phy_addr: mii phy address
1018 * @phy_addr: mii phy address