/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb/ |
D | cphy.h | 34 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);
|
D | mv88x201x.c | 203 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()
|
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 | common.h | 259 struct mdio_ops; 281 const struct mdio_ops *mdio_ops; member
|
D | subr.c | 319 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()
|
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()
|
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb3/ |
D | common.h | 156 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 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() 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); [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 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 …]
|
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 | 247 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()
|