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

/drivers/net/ethernet/ibm/emac/
H A Dphy.h29 struct mii_phy;
33 int (*init) (struct mii_phy * phy);
34 int (*suspend) (struct mii_phy * phy, int wol_options);
35 int (*setup_aneg) (struct mii_phy * phy, u32 advertise);
36 int (*setup_forced) (struct mii_phy * phy, int speed, int fd);
37 int (*poll_link) (struct mii_phy * phy);
38 int (*read_link) (struct mii_phy * phy);
53 struct mii_phy { struct
80 /* Pass in a struct mii_phy with dev, mdio_read and mdio_write
83 int emac_mii_phy_probe(struct mii_phy *ph
[all...]
/drivers/net/ethernet/sis/
H A Dsis900.c146 struct mii_phy { struct
147 struct mii_phy * next;
166 struct mii_phy * mii;
167 struct mii_phy * first_mii; /* record the first mii structure */
214 static void sis900_check_mode (struct net_device *net_dev, struct mii_phy *mii_phy);
231 static void sis900_set_capability( struct net_device *net_dev ,struct mii_phy *phy);
605 struct mii_phy * mii_phy = NULL; local
609 mii_phy
1292 struct mii_phy *mii_phy = sis_priv->mii; local
1359 sis900_check_mode(struct net_device *net_dev, struct mii_phy *mii_phy) argument
2161 struct mii_phy *mii_phy = sis_priv->mii; local
[all...]
/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c501 struct mii_phy { struct
818 struct mii_phy phy[DE4X5_MAX_PHY]; /* List of attached PHY devices */

Completed in 117 milliseconds