/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | vsc7326.c | 68 CH_ERR("Invalid tpi read from MAC, breaking loop.\n"); in vsc_read() 245 CH_ERR("sleep %d us\n",ib[i].data); in run_table() 262 CH_ERR("No bist address: 0x%x\n", address); in bist_rd() 272 CH_ERR("Still in bist read: 0x%x\n", result); in bist_rd() 274 CH_ERR("bist read error: 0x%x\n", result); in bist_rd() 289 CH_ERR("No bist address: 0x%x\n", address); in bist_wr() 292 CH_ERR("Suspicious write out of range value: 0x%x\n", value); in bist_wr() 302 CH_ERR("Still in bist write: 0x%x\n", result); in bist_wr() 304 CH_ERR("bist write error: 0x%x\n", result); in bist_wr() 327 CH_ERR("Result: 0x%x BIST error in ram %d, column: 0x%04x\n", in check_bist()
|
H A D | ch_subr.c | 774 CH_ERR("%s: reading EEPROM address 0x%x failed\n", in t1_seeprom_read() 1382 CH_ERR("%s: SGE initialization failed\n", in t1_init_sw_modules() 1397 CH_ERR("%s: MC3 initialization failed\n", in t1_init_sw_modules() 1404 CH_ERR("%s: MC4 initialization failed\n", in t1_init_sw_modules() 1414 CH_ERR("%s: MC5 initialization failed\n", in t1_init_sw_modules() 1421 CH_ERR("%s: ULP initialization failed\n", in t1_init_sw_modules() 1438 CH_ERR("%s: CSPI initialization failed\n", in t1_init_sw_modules() 1445 CH_ERR("%s: ESPI initialization failed\n", in t1_init_sw_modules() 1452 CH_ERR("%s: TP initialization failed\n", in t1_init_sw_modules() 1472 CH_ERR("%s: PHY %d initialization failed\n", in t1_init_sw_modules() [all …]
|
H A D | mc4.c | 74 CH_ERR("%s: write to MC4 register 0x%x timed out\n", in wrreg_wait() 124 CH_ERR("%s: MC4 DLL lock failed\n", in t1_mc4_init() 177 CH_ERR("%s: MC4 BIST timed out\n", adapter_name(adapter)); in t1_mc4_init()
|
H A D | mc3.c | 186 CH_ERR("%s: write to MC3 register 0x%x timed out\n", in wrreg_wait() 251 CH_ERR("%s: MC3 DLL lock failed\n", in t1_mc3_init() 313 CH_ERR("%s: MC3 BIST timed out\n", adapter_name(adapter)); in t1_mc3_init()
|
H A D | espi.c | 63 CH_ERR("%s: TRICN write timed out\n", adapter_name(adapter)); in tricn_write() 88 CH_ERR("%s: TRICN read timed out\n", adapter_name(adapter)); 100 CH_ERR("%s: ESPI clock not ready\n", adapter_name(adapter)); in tricn_init()
|
H A D | mc5.c | 209 CH_ERR("%s: MC5 timeout writing to TCAM address 0x%x\n", in mc5_write() 414 CH_ERR("%s: TCAM reset timed out\n", adapter_name(adap)); in t1_mc5_init() 443 CH_ERR("%s: unsupported TCAM type\n", adapter_name(adap)); in t1_mc5_init()
|
H A D | vsc7321.c | 272 CH_ERR("%s: Didn't find a VSC 7321.\n", adapter_name(adapter)); in vsc7321_mac_create()
|
H A D | ch_mac.c | 192 CH_ERR("%s: MAC %d reset timed out\n", in mac_reset()
|
H A D | tp.c | 433 CH_ERR("%s: TP initialization timed out\n", in t1_tp_reset()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 193 CH_ERR(adap, "Firmware reports adapter error: %s\n", in t4_report_fw_error() 444 CH_ERR(adap, "found VALID command in mbox %u: " in t4_wr_mbox_meat_timeout() 534 CH_ERR(adap, "command 0x%x in mailbox %d timed out\n", in t4_wr_mbox_meat_timeout() 618 CH_ERR(adap, "found VALID command in mbox %u: " in t4_wr_mbox_meat_timeout_panic() 683 CH_ERR(adap, "command %#x in mailbox %d timed out\n", in t4_wr_mbox_meat_timeout_panic() 1085 CH_ERR(adapter, in t4_get_regs_len() 2913 CH_ERR(adap, in t4_get_regs() 3028 CH_ERR(adapter, "VPD still busy from previous operation\n"); in t4_seeprom_read() 3043 CH_ERR(adapter, "VPD read of address %#x failed\n", addr); in t4_seeprom_read() 3085 CH_ERR(adapter, "VPD still busy from previous operation\n"); in t4_seeprom_write() [all …]
|
/illumos-gate/usr/src/uts/common/io/cxgbe/shared/ |
H A D | shared.h | 35 #define CH_ERR(sc, ...) cxgb_printf(sc->dip, CE_WARN, ##__VA_ARGS__) macro
|
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | ch.h | 326 void CH_ERR(const char *fmt, ...);
|
H A D | glue.c | 440 CH_ERR(const char *fmt, ...) in CH_ERR() function
|