/drivers/net/ethernet/chelsio/cxgb/ |
D | cphy.h | 43 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);
|
D | mv88x201x.c | 212 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()
|
D | my3126.c | 172 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()
|
D | subr.c | 316 static const struct mdio_ops mi1_mdio_ops = { 375 static const struct mdio_ops mi1_mdio_ext_ops = { 410 .mdio_ops = &mi1_mdio_ext_ops, 430 .mdio_ops = &mi1_mdio_ext_ops, 450 .mdio_ops = &mi1_mdio_ext_ops, 472 .mdio_ops = &mi1_mdio_ext_ops, 494 .mdio_ops = &mi1_mdio_ext_ops, 518 .mdio_ops = &mi1_mdio_ops, 1080 bi->mdio_ops->init(adapter, bi); in t1_init_sw_modules() 1092 phy_addr, bi->mdio_ops); in t1_init_sw_modules()
|
D | common.h | 269 struct mdio_ops; 291 const struct mdio_ops *mdio_ops; member
|
D | mv88e1xxx.c | 358 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()
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | common.h | 156 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 586 if (mdio_ops) { in cphy_init() 589 phy->mdio.mode_support = mdio_ops->mode_support; in cphy_init() 590 phy->mdio.mdio_read = mdio_ops->read; in cphy_init() 591 phy->mdio.mdio_write = mdio_ops->write; in cphy_init() 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); [all …]
|
D | ael1002.c | 213 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 820 cphy_init(phy, adapter, phy_addr, &ael2020_ops, mdio_ops, in t3_ael2020_phy_prep() 871 int phy_addr, const struct mdio_ops *mdio_ops) in t3_qt2045_phy_prep() argument 875 cphy_init(phy, adapter, phy_addr, &qt2045_ops, mdio_ops, in t3_qt2045_phy_prep() [all …]
|
D | aq100x.c | 267 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()
|
D | vsc8211.c | 368 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()
|
D | t3_hw.c | 246 static const struct mdio_ops mi1_mdio_ops = { 311 static const struct mdio_ops mi1_mdio_ext_ops = { 549 int phy_addr, const struct mdio_ops *ops); 3747 ai->mdio_ops); in t3_prep_adapter()
|