Home
last modified time | relevance | path

Searched refs:gphy (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dcphy.h137 struct gphy { struct
149 extern struct gphy t1_my3126_ops; argument
150 extern struct gphy t1_mv88e1xxx_ops;
151 extern struct gphy t1_xpak_ops;
152 extern struct gphy t1_mv88x201x_ops;
153 extern struct gphy t1_dummy_phy_ops;
H A Dcommon.h171 struct gphy;
191 struct gphy *gphy; member
H A Dxpak.c149 struct gphy t1_xpak_ops = {
H A Dmv88x201x.c261 struct gphy t1_mv88x201x_ops = {
H A Dmy3126.c243 struct gphy t1_my3126_ops = {
H A Dch_subr.c1459 if (bi->gphy->reset) in t1_init_sw_modules()
1460 bi->gphy->reset(adapter); in t1_init_sw_modules()
1469 adapter->port[i].phy = bi->gphy->create(adapter, phy_addr, in t1_init_sw_modules()
H A Dmv88e1xxx.c430 struct gphy t1_mv88e1xxx_ops = {