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

/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcphy.h34 struct mdio_ops { struct
132 const struct mdio_ops *mdio_ops)
137 if (mdio_ops) {
140 phy->mdio.mode_support = mdio_ops->mode_support;
141 phy->mdio.mdio_read = mdio_ops->read;
142 phy->mdio.mdio_write = mdio_ops->write;
151 const struct mdio_ops *mdio_ops);
130 cphy_init(struct cphy *phy, struct net_device *dev, int phy_addr, const struct cphy_ops *phy_ops, const struct mdio_ops *mdio_ops) argument
H A Dmy3126.c172 int phy_addr, const struct mdio_ops *mdio_ops)
179 cphy_init(cphy, dev, phy_addr, &my3126_ops, mdio_ops);
171 my3126_phy_create(struct net_device *dev, int phy_addr, const struct mdio_ops *mdio_ops) argument
H A Dmv88x201x.c203 const struct mdio_ops *mdio_ops)
211 cphy_init(cphy, dev, phy_addr, &mv88x201x_ops, mdio_ops);
202 mv88x201x_phy_create(struct net_device *dev, int phy_addr, const struct mdio_ops *mdio_ops) argument
H A Dcommon.h259 struct mdio_ops;
281 const struct mdio_ops *mdio_ops; member in struct:board_info
H A Dsubr.c319 static const struct mdio_ops mi1_mdio_ops = {
378 static const struct mdio_ops mi1_mdio_ext_ops = {
413 .mdio_ops = &mi1_mdio_ext_ops,
433 .mdio_ops = &mi1_mdio_ext_ops,
453 .mdio_ops = &mi1_mdio_ext_ops,
475 .mdio_ops = &mi1_mdio_ext_ops,
497 .mdio_ops = &mi1_mdio_ext_ops,
521 .mdio_ops = &mi1_mdio_ops,
1097 bi->mdio_ops->init(adapter, bi);
1109 phy_addr, bi->mdio_ops);
[all...]
H A Dmv88e1xxx.c358 const struct mdio_ops *mdio_ops)
366 cphy_init(cphy, dev, phy_addr, &mv88e1xxx_ops, mdio_ops);
357 mv88e1xxx_phy_create(struct net_device *dev, int phy_addr, const struct mdio_ops *mdio_ops) argument
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h156 struct mdio_ops { struct
171 const struct mdio_ops *mdio_ops; /* MDIO operations */ member in struct:adapter_info
579 const struct mdio_ops *mdio_ops,
586 if (mdio_ops) {
589 phy->mdio.mode_support = mdio_ops->mode_support;
590 phy->mdio.mdio_read = mdio_ops->read;
591 phy->mdio.mdio_write = mdio_ops->write;
756 int phy_addr, const struct mdio_ops *mdio_op
577 cphy_init(struct cphy *phy, struct adapter *adapter, int phy_addr, const struct cphy_ops *phy_ops, const struct mdio_ops *mdio_ops, unsigned int caps, const char *desc) argument
[all...]
H A Dael1002.c213 int phy_addr, const struct mdio_ops *mdio_ops)
215 cphy_init(phy, adapter, phy_addr, &ael1002_ops, mdio_ops,
239 int phy_addr, const struct mdio_ops *mdio_ops)
241 cphy_init(phy, adapter, phy_addr, &ael1006_ops, mdio_ops,
510 int phy_addr, const struct mdio_ops *mdio_ops)
512 cphy_init(phy, adapter, phy_addr, &ael2005_ops, mdio_ops,
816 const struct mdio_ops *mdio_op
212 t3_ael1002_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr, const struct mdio_ops *mdio_ops) argument
238 t3_ael1006_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr, const struct mdio_ops *mdio_ops) argument
509 t3_ael2005_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr, const struct mdio_ops *mdio_ops) argument
815 t3_ael2020_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr, const struct mdio_ops *mdio_ops) argument
865 t3_qt2045_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr, const struct mdio_ops *mdio_ops) argument
929 t3_xaui_direct_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr, const struct mdio_ops *mdio_ops) argument
[all...]
H A Daq100x.c267 const struct mdio_ops *mdio_ops)
272 cphy_init(phy, adapter, phy_addr, &aq100x_ops, mdio_ops,
266 t3_aq100x_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr, const struct mdio_ops *mdio_ops) argument
H A Dvsc8211.c368 int phy_addr, const struct mdio_ops *mdio_ops)
373 cphy_init(phy, adapter, phy_addr, &vsc8211_ops, mdio_ops,
367 t3_vsc8211_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr, const struct mdio_ops *mdio_ops) argument
H A Dt3_hw.c247 static const struct mdio_ops mi1_mdio_ops = {
312 static const struct mdio_ops mi1_mdio_ext_ops = {
550 int phy_addr, const struct mdio_ops *ops);
3685 ai->mdio_ops);

Completed in 180 milliseconds