Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcphy.h34 struct mdio_ops { struct
132 const struct mdio_ops *mdio_ops) in cphy_init() argument
137 if (mdio_ops) { in cphy_init()
140 phy->mdio.mode_support = mdio_ops->mode_support; in cphy_init()
141 phy->mdio.mdio_read = mdio_ops->read; in cphy_init()
142 phy->mdio.mdio_write = mdio_ops->write; in cphy_init()
151 const struct mdio_ops *mdio_ops);
H A Dmy3126.c172 int phy_addr, const struct mdio_ops *mdio_ops) in my3126_phy_create() argument
179 cphy_init(cphy, dev, phy_addr, &my3126_ops, mdio_ops); in my3126_phy_create()
H A Dmv88x201x.c203 const struct mdio_ops *mdio_ops) in mv88x201x_phy_create() argument
211 cphy_init(cphy, dev, phy_addr, &mv88x201x_ops, mdio_ops); in mv88x201x_phy_create()
H A Dcommon.h259 struct mdio_ops;
281 const struct mdio_ops *mdio_ops; member
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); in t1_init_sw_modules()
1109 phy_addr, bi->mdio_ops); in t1_init_sw_modules()
H A Dmv88e1xxx.c358 const struct mdio_ops *mdio_ops) in mv88e1xxx_phy_create() argument
366 cphy_init(cphy, dev, phy_addr, &mv88e1xxx_ops, mdio_ops); in mv88e1xxx_phy_create()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h156 struct mdio_ops { struct
171 const struct mdio_ops *mdio_ops; /* MDIO operations */ member
579 const struct mdio_ops *mdio_ops, in cphy_init() argument
756 int phy_addr, const struct mdio_ops *mdio_ops);
758 int phy_addr, const struct mdio_ops *mdio_ops);
760 int phy_addr, const struct mdio_ops *mdio_ops);
762 int phy_addr, const struct mdio_ops *mdio_ops);
764 int phy_addr, const struct mdio_ops *mdio_ops);
766 const struct mdio_ops *mdio_ops);
768 int phy_addr, const struct mdio_ops *mdio_ops);
[all …]
H A Dael1002.c213 int phy_addr, const struct mdio_ops *mdio_ops) in t3_ael1002_phy_prep() argument
215 cphy_init(phy, adapter, phy_addr, &ael1002_ops, mdio_ops, in t3_ael1002_phy_prep()
239 int phy_addr, const struct mdio_ops *mdio_ops) in t3_ael1006_phy_prep() argument
241 cphy_init(phy, adapter, phy_addr, &ael1006_ops, mdio_ops, in t3_ael1006_phy_prep()
510 int phy_addr, const struct mdio_ops *mdio_ops) in t3_ael2005_phy_prep() argument
512 cphy_init(phy, adapter, phy_addr, &ael2005_ops, mdio_ops, in t3_ael2005_phy_prep()
816 const struct mdio_ops *mdio_ops) in t3_ael2020_phy_prep() argument
818 cphy_init(phy, adapter, phy_addr, &ael2020_ops, mdio_ops, in t3_ael2020_phy_prep()
866 int phy_addr, const struct mdio_ops *mdio_ops) in t3_qt2045_phy_prep() argument
870 cphy_init(phy, adapter, phy_addr, &qt2045_ops, mdio_ops, in t3_qt2045_phy_prep()
[all …]
H A Daq100x.c267 const struct mdio_ops *mdio_ops) in t3_aq100x_phy_prep() argument
272 cphy_init(phy, adapter, phy_addr, &aq100x_ops, mdio_ops, in t3_aq100x_phy_prep()
H A Dvsc8211.c368 int phy_addr, const struct mdio_ops *mdio_ops) in t3_vsc8211_phy_prep() argument
373 cphy_init(phy, adapter, phy_addr, &vsc8211_ops, mdio_ops, in t3_vsc8211_phy_prep()
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); in t3_prep_adapter()