Symbol: elink_cb_event_log
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
10483
elink_cb_event_log(cb, ELINK_LOG_ID_OVER_CURRENT, oc_port); //"Error: Power fault on Port %d has "
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
14842
elink_cb_event_log(cb, ELINK_LOG_ID_PHY_UNINITIALIZED, 0); // "Warning: PHY was not initialized,"
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15027
elink_cb_event_log(cb, ELINK_LOG_ID_OVER_CURRENT, params->port); //"Error: Power fault on Port %d has"
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
2977
elink_cb_event_log(cb, ELINK_LOG_ID_MDIO_ACCESS_TIMEOUT); // "MDC/MDIO access timeout\n"
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3000
elink_cb_event_log(cb, ELINK_LOG_ID_MDIO_ACCESS_TIMEOUT); // "MDC/MDIO access timeout\n"
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3057
elink_cb_event_log(cb, ELINK_LOG_ID_MDIO_ACCESS_TIMEOUT); // "MDC/MDIO access timeout\n"
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3079
elink_cb_event_log(cb, ELINK_LOG_ID_MDIO_ACCESS_TIMEOUT); // "MDC/MDIO access timeout\n"
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5566
elink_cb_event_log(cb, ELINK_LOG_ID_PHY_UNINITIALIZED, params->port); // "Warning: PHY was not initialized,"
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6693
elink_cb_event_log(cb, ELINK_LOG_ID_PHY_UNINITIALIZED, params->port); // "Warning: PHY was not initialized,"
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9071
elink_cb_event_log(cb, ELINK_LOG_ID_NON_10G_MODULE, gport); //"Warning: Link speed was forced to 1000Mbps."
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9235
elink_cb_event_log(cb, ELINK_LOG_ID_UNQUAL_IO_MODULE, params->port, vendor_name, vendor_pn); // "Warning: Unqualified SFP+ module detected,"
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/clc.h
72
extern void elink_cb_event_log(struct elink_dev *cb, const elink_log_id_t log_id, ...);