Searched refs:phy_reset (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii_natsemi.c41 if (phy_reset(ph) != DDI_SUCCESS) {
74 ph->phy_reset = ns83840_reset;
H A Dmii_marvell.c154 rv = phy_reset(ph);
213 rv = phy_reset(ph);
241 rv = phy_reset(ph);
318 return (phy_reset(ph));
334 return (phy_reset(ph));
355 return (phy_reset(ph));
391 return (phy_reset(ph));
414 return (phy_reset(ph));
432 return (phy_reset(ph));
447 rv = ph->phy_reset(p
[all...]
H A Dmii_qualsemi.c45 if (phy_reset(ph) != DDI_SUCCESS) {
98 ph->phy_reset = qs6612_reset;
H A Dmiipriv.h70 int (*phy_reset)(phy_handle_t *); member in struct:phy_handle
175 * phy_reset is called when the PHY needs to be reset. The default
179 int phy_reset(phy_handle_t *);
183 * called when autonegotiation should be started. phy_reset will
H A Dmii.c1079 phy_reset(phy_handle_t *ph) function
1686 ph->phy_reset = phy_reset;
1937 if (ph->phy_reset(ph) != DDI_SUCCESS) {
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_kstats.c56 { 15, "phy_reset" },
88 (knp++)->value.ui64 = rgep->stats.phy_reset;
H A Drge.h370 uint16_t phy_reset; member in struct:rge_stats
H A Drge_chip.c335 rgep->stats.phy_reset++;

Completed in 72 milliseconds