Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb/
A Dcphy.h43 struct mdio_ops { struct
141 const struct mdio_ops *mdio_ops) in cphy_init() argument
146 if (mdio_ops) { in cphy_init()
149 phy->mdio.mode_support = mdio_ops->mode_support; in cphy_init()
150 phy->mdio.mdio_read = mdio_ops->read; in cphy_init()
151 phy->mdio.mdio_write = mdio_ops->write; in cphy_init()
160 const struct mdio_ops *mdio_ops);
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()
A Dmv88x201x.c212 const struct mdio_ops *mdio_ops) in mv88x201x_phy_create() argument
220 cphy_init(cphy, dev, phy_addr, &mv88x201x_ops, mdio_ops); in mv88x201x_phy_create()
A Dsubr.c328 static const struct mdio_ops mi1_mdio_ops = {
387 static const struct mdio_ops mi1_mdio_ext_ops = {
422 .mdio_ops = &mi1_mdio_ext_ops,
442 .mdio_ops = &mi1_mdio_ext_ops,
462 .mdio_ops = &mi1_mdio_ext_ops,
484 .mdio_ops = &mi1_mdio_ext_ops,
506 .mdio_ops = &mi1_mdio_ext_ops,
530 .mdio_ops = &mi1_mdio_ops,
1106 bi->mdio_ops->init(adapter, bi); in t1_init_sw_modules()
1118 phy_addr, bi->mdio_ops); in t1_init_sw_modules()
A Dcommon.h268 struct mdio_ops;
290 const struct mdio_ops *mdio_ops; member
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()
/linux/drivers/net/ethernet/chelsio/cxgb3/
A Dcommon.h156 struct mdio_ops { struct
171 const struct mdio_ops *mdio_ops; /* MDIO operations */ argument
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 …]
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 …]
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()
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()
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);
3683 ai->mdio_ops); in t3_prep_adapter()

Completed in 25 milliseconds