Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h161 const struct mdio_ops *mdio_ops; /* MDIO operations */ member
845 const struct mdio_ops *mdio_ops);
847 const struct mdio_ops *mdio_ops);
850 const struct mdio_ops *mdio_ops);
852 const struct mdio_ops *mdio_ops);
854 const struct mdio_ops *mdio_ops);
856 const struct mdio_ops *mdio_ops);
858 const struct mdio_ops *mdio_ops);
860 const struct mdio_ops *mdio_ops);
862 const struct mdio_ops *mdio_ops);
[all …]
H A Dcxgb_ael1002.c344 const struct mdio_ops *mdio_ops) in t3_ael1002_phy_prep() argument
349 cphy_init(phy, pinfo->adapter, pinfo, phy_addr, &ael1002_ops, mdio_ops, in t3_ael1002_phy_prep()
426 const struct mdio_ops *mdio_ops) in t3_ael1006_phy_prep() argument
430 cphy_init(phy, pinfo->adapter, pinfo, phy_addr, &ael1006_ops, mdio_ops, in t3_ael1006_phy_prep()
1384 const struct mdio_ops *mdio_ops) in t3_ael2005_phy_prep() argument
1389 cphy_init(phy, pinfo->adapter, pinfo, phy_addr, &ael2005_ops, mdio_ops, in t3_ael2005_phy_prep()
2136 const struct mdio_ops *mdio_ops) in t3_ael2020_phy_prep() argument
2141 cphy_init(phy, pinfo->adapter, pinfo, phy_addr, &ael2020_ops, mdio_ops, in t3_ael2020_phy_prep()
2215 const struct mdio_ops *mdio_ops) in t3_qt2045_phy_prep() argument
2220 cphy_init(phy, pinfo->adapter, pinfo, phy_addr, &qt2045_ops, mdio_ops, in t3_qt2045_phy_prep()
[all …]
H A Dcxgb_tn1010.c213 const struct mdio_ops *mdio_ops) in t3_tn1010_phy_prep() argument
215 cphy_init(&pinfo->phy, pinfo->adapter, pinfo, phy_addr, &tn1010_ops, mdio_ops, in t3_tn1010_phy_prep()
H A Dcxgb_mv88e1xxx.c298 const struct mdio_ops *mdio_ops) in t3_mv88e1xxx_phy_prep() argument
303 cphy_init(phy, pinfo->adapter, pinfo, phy_addr, &mv88e1xxx_ops, mdio_ops, in t3_mv88e1xxx_phy_prep()
H A Dcxgb_vsc7323.c54 const struct mdio_ops *mo = adapter_info(adap)->mdio_ops; in t3_elmr_blk_write()
78 const struct mdio_ops *mo = adapter_info(adap)->mdio_ops; in t3_elmr_blk_read()
H A Dcxgb_vsc8211.c429 const struct mdio_ops *mdio_ops) in t3_vsc8211_phy_prep() argument
435 cphy_init(&pinfo->phy, pinfo->adapter, pinfo, phy_addr, &vsc8211_ops, mdio_ops, in t3_vsc8211_phy_prep()
H A Dcxgb_aq100x.c464 const struct mdio_ops *mdio_ops) in t3_aq100x_phy_prep() argument
471 cphy_init(&pinfo->phy, adapter, pinfo, phy_addr, &aq100x_ops, mdio_ops, in t3_aq100x_phy_prep()
H A Dcxgb_t3_hw.c300 static struct mdio_ops mi1_mdio_ops = {
353 static struct mdio_ops mi1_mdio_ext_ops = {
591 const struct mdio_ops *ops);
4565 ai->mdio_ops); in t3_prep_adapter()