Searched defs:phy_reset (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mii/
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.h370 uint16_t phy_reset; member in struct:rge_stats

Completed in 76 milliseconds