| /freebsd-11-stable/sys/dev/cxgb/common/ |
| HD | cxgb_common.h | 148 struct mdio_ops { struct 162 const struct mdio_ops *mdio_ops; /* MDIO operations */ member 606 const struct mdio_ops *mdio_ops, unsigned int caps, in cphy_init() argument 615 if (mdio_ops) { in cphy_init() 616 phy->mdio_read = mdio_ops->read; in cphy_init() 617 phy->mdio_write = mdio_ops->write; in cphy_init() 846 const struct mdio_ops *mdio_ops); 848 const struct mdio_ops *mdio_ops); 851 const struct mdio_ops *mdio_ops); 853 const struct mdio_ops *mdio_ops); [all …]
|
| HD | cxgb_ael1002.c | 345 const struct mdio_ops *mdio_ops) in t3_ael1002_phy_prep() argument 350 cphy_init(phy, pinfo->adapter, pinfo, phy_addr, &ael1002_ops, mdio_ops, in t3_ael1002_phy_prep() 427 const struct mdio_ops *mdio_ops) in t3_ael1006_phy_prep() argument 431 cphy_init(phy, pinfo->adapter, pinfo, phy_addr, &ael1006_ops, mdio_ops, in t3_ael1006_phy_prep() 1385 const struct mdio_ops *mdio_ops) in t3_ael2005_phy_prep() argument 1390 cphy_init(phy, pinfo->adapter, pinfo, phy_addr, &ael2005_ops, mdio_ops, in t3_ael2005_phy_prep() 2137 const struct mdio_ops *mdio_ops) in t3_ael2020_phy_prep() argument 2142 cphy_init(phy, pinfo->adapter, pinfo, phy_addr, &ael2020_ops, mdio_ops, in t3_ael2020_phy_prep() 2216 const struct mdio_ops *mdio_ops) in t3_qt2045_phy_prep() argument 2221 cphy_init(phy, pinfo->adapter, pinfo, phy_addr, &qt2045_ops, mdio_ops, in t3_qt2045_phy_prep() [all …]
|
| HD | cxgb_tn1010.c | 214 const struct mdio_ops *mdio_ops) in t3_tn1010_phy_prep() argument 216 cphy_init(&pinfo->phy, pinfo->adapter, pinfo, phy_addr, &tn1010_ops, mdio_ops, in t3_tn1010_phy_prep()
|
| HD | cxgb_mv88e1xxx.c | 299 const struct mdio_ops *mdio_ops) in t3_mv88e1xxx_phy_prep() argument 304 cphy_init(phy, pinfo->adapter, pinfo, phy_addr, &mv88e1xxx_ops, mdio_ops, in t3_mv88e1xxx_phy_prep()
|
| HD | cxgb_vsc7323.c | 56 const struct mdio_ops *mo = adapter_info(adap)->mdio_ops; in t3_elmr_blk_write() 80 const struct mdio_ops *mo = adapter_info(adap)->mdio_ops; in t3_elmr_blk_read()
|
| HD | cxgb_vsc8211.c | 430 const struct mdio_ops *mdio_ops) in t3_vsc8211_phy_prep() argument 436 cphy_init(&pinfo->phy, pinfo->adapter, pinfo, phy_addr, &vsc8211_ops, mdio_ops, in t3_vsc8211_phy_prep()
|
| HD | cxgb_aq100x.c | 465 const struct mdio_ops *mdio_ops) in t3_aq100x_phy_prep() argument 472 cphy_init(&pinfo->phy, adapter, pinfo, phy_addr, &aq100x_ops, mdio_ops, in t3_aq100x_phy_prep()
|
| HD | cxgb_t3_hw.c | 302 static struct mdio_ops mi1_mdio_ops = { 355 static struct mdio_ops mi1_mdio_ext_ops = { 593 const struct mdio_ops *ops); 4567 ai->mdio_ops); in t3_prep_adapter()
|