Searched refs:phy_check (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii_realtek.c54 ph->phy_check = rtl8139_check;
59 ph->phy_check = rtl8201_check;
72 rv = phy_check(ph);
99 rv = phy_check(ph);
H A Dmii_qualsemi.c77 rv = phy_check(ph);
99 ph->phy_check = qs6612_check;
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