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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dch_subr.c212 int phy_cause = phy->ops->interrupt_handler(phy); local
214 if (phy_cause & cphy_cause_link_change)
869 int phy_cause; local
884 phy_cause = phy->ops->interrupt_handler(phy);
885 if (phy_cause & cphy_cause_link_change)
893 phy_cause = phy->ops->interrupt_handler(phy);
894 if (phy_cause & cphy_cause_link_change)
908 phy_cause = phy->ops->interrupt_handler(phy);
909 if (phy_cause & cphy_cause_link_change)
920 phy_cause
[all...]

Completed in 44 milliseconds