Searched refs:nxge_link_monitor (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/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() 1079 if (nxge_link_monitor(nxgep, LINK_MONITOR_STOP) != NXGE_OK) in nxge_set_lb() 1085 if (nxge_link_monitor(nxgep, LINK_MONITOR_START) != NXGE_OK) in nxge_set_lb() 1153 if ((status = nxge_link_monitor(nxgep, LINK_MONITOR_STOP)) != NXGE_OK) in nxge_set_lb_normal() 1159 status = nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_set_lb_normal()
|
H A D | nxge_main.c | 865 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_attach() 959 (void) nxge_link_monitor(nxgep, LINK_MONITOR_STOP); in nxge_detach() 1783 (void) nxge_link_monitor(nxgep, LINK_MONITOR_STOP); in nxge_uninit() 1819 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_uninit() 2038 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_resume() 2087 (void) nxge_link_monitor(nxgep, LINK_MONITOR_STOP); in nxge_destroy_dev() 3755 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_m_start() 7188 (void) nxge_link_monitor(nxgep, LINK_MONITOR_STOP); in nxge_quiesce()
|
H A D | nxge_mac.c | 6036 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_check_mii_link() 6045 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_check_mii_link() 6241 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_check_10g_link() 6496 nxge_link_monitor(p_nxge_t nxgep, link_mon_enable_t enable) in nxge_link_monitor() function 6633 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_check_tn1010_link() 6638 (void) nxge_link_monitor(nxgep, LINK_MONITOR_START); in nxge_check_tn1010_link()
|
H A D | nxge_ndd.c | 2438 (void) nxge_link_monitor(nxgep, LINK_MONITOR_STOP); in nxge_param_link_update() 2441 (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()
|
/illumos-gate/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);
|