Home
last modified time | relevance | path

Searched refs:link_down_count (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_chip.c332 rgep->link_down_count++; in rge_phy_check()
333 if (rgep->link_down_count > 15) { in rge_phy_check()
336 rgep->link_down_count = 0; in rge_phy_check()
341 rgep->link_down_count = 0; in rge_phy_check()
H A Drge.h467 uint16_t link_down_count; member