Searched refs:nxge_link_monitor (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_hw.c | 67 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 D | nxge_main.c | 871 (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 D | nxge_mac.c | 6172 (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 D | nxge_ndd.c | 2492 (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 D | nxge_txdma.c | 1227 (void) nxge_link_monitor(nxgep, LINK_MONITOR_STOP); in nxge_txdma_stop()
|
/titanic_41/usr/src/uts/common/sys/nxge/ |
H A D | nxge_impl.h | 1064 nxge_status_t nxge_link_monitor(p_nxge_t, link_mon_enable_t);
|