Searched defs:phy_start (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mii/
H A Dmiipriv.h71 int (*phy_start)(phy_handle_t *); member in struct:phy_handle
182 * phy_start is used to start services on the PHY. Typically this is
186 int phy_start(phy_handle_t *);
H A Dmii.c1210 phy_start(phy_handle_t *ph) function
1687 ph->phy_start = phy_start;
1993 if (ph->phy_start(ph) != DDI_SUCCESS) {

Completed in 56 milliseconds