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