HomeSort by: relevance | last modified time | path
    Searched refs:mdio_ops (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_ael1002.c 145 const struct mdio_ops *mdio_ops)
147 cphy_init(phy, adapter, phy_addr, &ael1002_ops, mdio_ops);
218 const struct mdio_ops *mdio_ops)
220 cphy_init(phy, adapter, phy_addr, &ael1006_ops, mdio_ops);
253 const struct mdio_ops *mdio_ops)
257 cphy_init(phy, adapter, phy_addr, &qt2045_ops, mdio_ops);
330 const struct mdio_ops *mdio_ops
    [all...]
cxgb_common.h 138 struct mdio_ops { struct
154 const struct mdio_ops *mdio_ops; /* MDIO operations */ member in struct:adapter_info
160 const struct mdio_ops *ops);
557 const struct mdio_ops *mdio_ops)
562 if (mdio_ops) {
563 phy->mdio_read = mdio_ops->read;
564 phy->mdio_write = mdio_ops->write;
774 const struct mdio_ops *mdio_ops)
    [all...]
cxgb_vsc8211.c 248 const struct mdio_ops *mdio_ops)
250 cphy_init(phy, adapter, phy_addr, &vsc8211_ops, mdio_ops);
cxgb_mv88e1xxx.c 293 const struct mdio_ops *mdio_ops)
295 cphy_init(phy, adapter, phy_addr, &mv88e1xxx_ops, mdio_ops);
cxgb_vsc7323.c 60 const struct mdio_ops *mo = adapter_info(adap)->mdio_ops;
84 const struct mdio_ops *mo = adapter_info(adap)->mdio_ops;
cxgb_t3_hw.c 251 static struct mdio_ops mi1_mdio_ops = {
302 static struct mdio_ops mi1_mdio_ext_ops = {
3781 ai->mdio_ops);

Completed in 26 milliseconds