Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgb/common/
HDcxgb_common.h148 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 …]
HDcxgb_ael1002.c345 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 …]
HDcxgb_tn1010.c214 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()
HDcxgb_mv88e1xxx.c299 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()
HDcxgb_vsc7323.c56 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()
HDcxgb_vsc8211.c430 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()
HDcxgb_aq100x.c465 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()
HDcxgb_t3_hw.c302 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()