Searched refs:mdio_ops (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/io/chxge/com/ |
H A D | cphy.h | 33 struct mdio_ops { struct 127 struct mdio_ops *mdio_ops) in cphy_init() argument 132 if (mdio_ops) { in cphy_init() 133 phy->mdio_read = mdio_ops->read; in cphy_init() 134 phy->mdio_write = mdio_ops->write; in cphy_init() 142 struct mdio_ops *mdio_ops);
|
H A D | xpak.c | 111 struct mdio_ops *mdio_ops) in xpak_phy_create() argument 120 cphy->mdio_read = mdio_ops->read; in xpak_phy_create() 121 cphy->mdio_write = mdio_ops->write; in xpak_phy_create()
|
H A D | mv88x201x.c | 219 struct mdio_ops *mdio_ops) in mv88x201x_phy_create() argument 227 cphy_init(cphy, adapter, phy_addr, &mv88x201x_ops, mdio_ops); in mv88x201x_phy_create()
|
H A D | common.h | 171 struct mdio_ops; 194 struct mdio_ops *mdio_ops; member
|
H A D | my3126.c | 200 struct mdio_ops *mdio_ops) in my3126_phy_create() argument 205 cphy_init(cphy, adapter, phy_addr, &my3126_ops, mdio_ops); in my3126_phy_create()
|
H A D | mv88e1xxx.c | 398 struct mdio_ops *mdio_ops) in mv88e1xxx_phy_create() argument 404 cphy_init(cphy, adapter, phy_addr, &mv88e1xxx_ops, mdio_ops); in mv88e1xxx_phy_create()
|
H A D | ch_subr.c | 313 static struct mdio_ops fpga_mdio_ops = { 396 static struct mdio_ops mi1_mdio_ops = { 480 static struct mdio_ops mi1_mdio_ext_ops = { 1460 bi->mdio_ops->init(adapter, bi); in t1_init_sw_modules() 1472 bi->mdio_ops); in t1_init_sw_modules()
|