Home
last modified time | relevance | path

Searched refs:nxge_link_monitor (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_hw.c67 if ((status = nxge_link_monitor(nxgep, LINK_MONITOR_STOP)) != NXGE_OK) in nxge_global_reset()
84 if ((status = nxge_link_monitor(nxgep, LINK_MONITOR_START)) != NXGE_OK) in nxge_global_reset()
1078 if (nxge_link_monitor(nxgep, LINK_MONITOR_STOP) != NXGE_OK) in nxge_set_lb()
1084 if (nxge_link_monitor(nxgep, LINK_MONITOR_START) != NXGE_OK) in nxge_set_lb()
1152 if ((status = nxge_link_monitor(nxgep, LINK_MONITOR_STOP)) != NXGE_OK) in nxge_set_lb_normal()
1158 status = nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_set_lb_normal()
H A Dnxge_main.c871 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_attach()
965 (void) nxge_link_monitor(nxgep, LINK_MONITOR_STOP); in nxge_detach()
1788 (void) nxge_link_monitor(nxgep, LINK_MONITOR_STOP); in nxge_uninit()
1824 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_uninit()
2043 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_resume()
2092 (void) nxge_link_monitor(nxgep, LINK_MONITOR_STOP); in nxge_destroy_dev()
3773 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_m_start()
7204 (void) nxge_link_monitor(nxgep, LINK_MONITOR_STOP); in nxge_quiesce()
H A Dnxge_mac.c6172 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_check_mii_link()
6181 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_check_mii_link()
6377 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_check_10g_link()
6632 nxge_link_monitor(p_nxge_t nxgep, link_mon_enable_t enable) in nxge_link_monitor() function
6769 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_check_tn1010_link()
6774 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_check_tn1010_link()
H A Dnxge_ndd.c2492 (void) nxge_link_monitor(nxgep, LINK_MONITOR_STOP); in nxge_param_link_update()
2495 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_param_link_update()
H A Dnxge_txdma.c1227 (void) nxge_link_monitor(nxgep, LINK_MONITOR_STOP); in nxge_txdma_stop()
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_impl.h1064 nxge_status_t nxge_link_monitor(p_nxge_t, link_mon_enable_t);