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

/illumos-gate/usr/src/uts/common/io/mii/
H A Dmiipriv.h73 int (*phy_check)(phy_handle_t *); member in struct:phy_handle
128 * fill these in during phy_check.
153 * fill these during phy_check.
197 * phy_check is called to check the current state of the link. It
198 * can be used from the implementations phy_check entry point.
200 int phy_check(phy_handle_t *);
H A Dmii.c1375 phy_check(phy_handle_t *ph) function
1689 ph->phy_check = phy_check;
2020 if (ph->phy_check(ph) == DDI_FAILURE) {

Completed in 47 milliseconds