Home
last modified time | relevance | path

Searched defs:mii_phy (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/ibm/emac/
H A Dphy.h49 struct mii_phy { struct
50 struct mii_phy_def *def; argument
52 u32 features; /* Copied from mii_phy_def.features argument
76 /* Pass in a struct mii_phy with dev, mdio_read and mdio_write argument
/linux/include/linux/
H A Dsungem_phy.h41 struct mii_phy struct
43 struct mii_phy_def* def; argument
64 /* Pass in a struct mii_phy with dev, mdio_read and mdio_write argument
/linux/drivers/net/ethernet/sis/
H A Dsis900.c147 struct mii_phy { struct
148 struct mii_phy * next; argument
167 struct mii_phy * mii; argument
617 struct mii_phy * mii_phy = NULL; in sis900_mii_probe() local
1319 struct mii_phy *mii_phy = sis_priv->mii; in sis900_timer() local
1378 static void sis900_check_mode(struct net_device *net_dev, struct mii_phy *mii_phy) in sis900_check_mode()
2263 struct mii_phy *mii_phy = sis_priv->mii; in sis900_set_config() local