Home
last modified time | relevance | path

Searched refs:link_check_count (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h778 int link_check_count; member
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c5685 (statsp->mac_stats.link_up == 1 || nxgep->link_check_count > 3)) { in nxge_mii_check()
5725 if ((nxgep->link_notify && nxgep->link_check_count > 3 && in nxge_pcs_check()
6134 nxgep->link_check_count > 3 && in nxge_check_10g_link()
6216 if ((nxgep->link_notify && nxgep->link_check_count > 3 && in nxge_check_10g_link()
6553 nxgep->link_check_count ++; in nxge_link_monitor()
6683 if ((nxgep->link_notify && nxgep->link_check_count > 3 && in nxge_tn1010_check()
H A Dnxge_main.c3792 nxgep->link_check_count = 0; in nxge_m_start()