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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_phy.h24 struct mii_phy;
28 int (*init) (struct mii_phy * phy);
29 int (*suspend) (struct mii_phy * phy, int wol_options);
30 int (*setup_aneg) (struct mii_phy * phy, u32 advertise);
31 int (*setup_forced) (struct mii_phy * phy, int speed, int fd);
32 int (*poll_link) (struct mii_phy * phy);
33 int (*read_link) (struct mii_phy * phy);
48 struct mii_phy { struct
74 /* Pass in a struct mii_phy with dev, mdio_read and mdio_write
77 int mii_phy_probe(struct mii_phy *ph
[all...]
H A Dibm_emac_phy.c28 static inline int phy_read(struct mii_phy *phy, int reg)
33 static inline void phy_write(struct mii_phy *phy, int reg, int val)
46 static int mii_spin_reset_complete(struct mii_phy *phy)
67 int mii_reset_phy(struct mii_phy *phy)
85 static int genmii_setup_aneg(struct mii_phy *phy, u32 advertise)
142 static int genmii_setup_forced(struct mii_phy *phy, int speed, int fd)
179 static int genmii_poll_link(struct mii_phy *phy)
193 static int genmii_read_link(struct mii_phy *phy)
279 static int cis8201_init(struct mii_phy *phy)
338 int mii_phy_probe(struct mii_phy *ph
[all...]
H A Dibm_emac_core.h186 struct mii_phy phy;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsungem_phy.h4 struct mii_phy;
9 int (*init)(struct mii_phy *phy);
10 int (*suspend)(struct mii_phy *phy);
11 int (*setup_aneg)(struct mii_phy *phy, u32 advertise);
12 int (*setup_forced)(struct mii_phy *phy, int speed, int fd);
13 int (*poll_link)(struct mii_phy *phy);
14 int (*read_link)(struct mii_phy *phy);
15 int (*enable_fiber)(struct mii_phy *phy, int autoneg);
38 struct mii_phy struct
61 /* Pass in a struct mii_phy wit
[all...]
H A Dsungem_phy.c50 static inline int __phy_read(struct mii_phy* phy, int id, int reg)
55 static inline void __phy_write(struct mii_phy* phy, int id, int reg, int val)
60 static inline int phy_read(struct mii_phy* phy, int reg)
65 static inline void phy_write(struct mii_phy* phy, int reg, int val)
70 static int reset_one_mii_phy(struct mii_phy* phy, int phy_id)
94 static int bcm5201_init(struct mii_phy* phy)
107 static int bcm5201_suspend(struct mii_phy* phy)
115 static int bcm5221_init(struct mii_phy* phy)
138 static int bcm5221_suspend(struct mii_phy* phy)
153 static int bcm5241_init(struct mii_phy* ph
[all...]
H A Dsis900.c96 struct mii_phy { struct
97 struct mii_phy * next;
117 struct mii_phy * mii;
118 struct mii_phy * first_mii; /* record the first mii structure */
165 static void sis900_check_mode (struct net_device *net_dev, struct mii_phy *mii_phy);
182 static void sis900_set_capability( struct net_device *net_dev ,struct mii_phy *phy);
539 struct mii_phy * mii_phy = NULL; local
543 mii_phy
1202 struct mii_phy *mii_phy = sis_priv->mii; local
1269 sis900_check_mode(struct net_device *net_dev, struct mii_phy *mii_phy) argument
2090 struct mii_phy *mii_phy = sis_priv->mii; local
[all...]
H A Dspider_net.h445 struct mii_phy phy;
H A Dspider_net.c176 struct mii_phy *phy = &card->phy;
1966 struct mii_phy *phy = &card->phy;
2040 struct mii_phy *phy = &card->phy;
H A Dsungem.h1018 struct mii_phy phy_mii;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dde4x5.c501 struct mii_phy { struct
818 struct mii_phy phy[DE4X5_MAX_PHY]; /* List of attached PHY devices */

Completed in 70 milliseconds