Searched refs:CH_ALERT (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/io/chxge/com/ |
H A D | mc3.c | 136 CH_ALERT("%s: MC3 uncorrectable error at addr 0x%x, " in t1_mc3_intr_handler() 149 CH_ALERT("%s: MC3 parity error 0x%x\n", adapter_name(adapter), in t1_mc3_intr_handler() 155 CH_ALERT("%s: MC3 address error\n", adapter_name(adapter)); in t1_mc3_intr_handler()
|
H A D | mc4.c | 266 CH_ALERT("%s: MC4 uncorrectable error at addr 0x%x, " in t1_mc4_intr_handler() 279 CH_ALERT("%s: MC4 address error\n", adapter_name(adapter)); in t1_mc4_intr_handler()
|
H A D | mc5.c | 586 CH_ALERT("%s: MC5 parity error\n", adapter_name(adap)); in t1_mc5_intr_handler() 609 CH_ALERT("%s: MC5 request queue parity error\n", in t1_mc5_intr_handler() 615 CH_ALERT("%s: MC5 dispatch queue parity error\n", in t1_mc5_intr_handler()
|
H A D | ch_subr.c | 97 CH_ALERT("%s: TPI write to 0x%x failed\n", in __t1_tpi_write() 128 CH_ALERT("%s: TPI read from 0x%x failed\n", in __t1_tpi_read() 284 CH_ALERT("%s: MDIO busy at start of read\n", in fpga_mdio_read() 303 CH_ALERT("%s: MDIO busy at start of write\n", in fpga_mdio_write() 336 CH_ALERT("%s: MDIO operation timed out\n", in mi1_wait_until_ready()
|
/titanic_41/usr/src/uts/common/io/chxge/ |
H A D | glue.c | 403 CH_ALERT("%s: encountered fatal error, operation suspended\n", in t1_fatal_err() 408 CH_ALERT(const char *fmt, ...) in CH_ALERT() function
|
H A D | ch.h | 326 void CH_ALERT(const char *fmt, ...);
|
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | osdep.h | 45 #define CH_ALERT(sc, ...) cxgb_printf(sc->dip, CE_NOTE, ##__VA_ARGS__) macro
|
/titanic_41/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 156 CH_ALERT(adap, "FW assertion at %.16s:%u, val0 %x, val1 %x", in fw_asrt() 1626 CH_ALERT(adapter, "%s (0x%x)", in t4_handle_intr_status() 1765 CH_ALERT(adapter, "SGE parity error (%llx)", in sge_intr_handler() 2068 CH_ALERT(adapter, "%s FIFO parity error", name[idx]); in mem_intr_handler() 2078 CH_ALERT(adapter, "%s uncorrectable ECC data error", in mem_intr_handler() 2095 CH_ALERT(adapter, "MA parity error, parity status %x", in ma_intr_handler() 2099 CH_ALERT(adapter, "MA address wrap-around error by client %u to" in ma_intr_handler() 2155 CH_ALERT(adap, "XGMAC %d Tx FIFO parity error", port); in xgmac_intr_handler() 2157 CH_ALERT(adap, "XGMAC %d Rx FIFO parity error", port); in xgmac_intr_handler() 4966 CH_ALERT(adapter, "T4 rev 1 chip is no longer supported\n"); in t4_prep_adapter()
|