Home
last modified time | relevance | path

Searched refs:CH_ERR (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/uts/common/io/chxge/com/
H A Dvsc7326.c70 CH_ERR("Invalid tpi read from MAC, breaking loop.\n"); in vsc_read()
247 CH_ERR("sleep %d us\n",ib[i].data); in run_table()
264 CH_ERR("No bist address: 0x%x\n", address); in bist_rd()
274 CH_ERR("Still in bist read: 0x%x\n", result); in bist_rd()
276 CH_ERR("bist read error: 0x%x\n", result); in bist_rd()
291 CH_ERR("No bist address: 0x%x\n", address); in bist_wr()
294 CH_ERR("Suspicious write out of range value: 0x%x\n", value); in bist_wr()
304 CH_ERR("Still in bist write: 0x%x\n", result); in bist_wr()
306 CH_ERR("bist write error: 0x%x\n", result); in bist_wr()
329 CH_ERR("Result: 0x%x BIST error in ram %d, column: 0x%04x\n", in check_bist()
H A Dch_subr.c776 CH_ERR("%s: reading EEPROM address 0x%x failed\n", in t1_seeprom_read()
1384 CH_ERR("%s: SGE initialization failed\n", in t1_init_sw_modules()
1399 CH_ERR("%s: MC3 initialization failed\n", in t1_init_sw_modules()
1406 CH_ERR("%s: MC4 initialization failed\n", in t1_init_sw_modules()
1416 CH_ERR("%s: MC5 initialization failed\n", in t1_init_sw_modules()
1423 CH_ERR("%s: ULP initialization failed\n", in t1_init_sw_modules()
1440 CH_ERR("%s: CSPI initialization failed\n", in t1_init_sw_modules()
1447 CH_ERR("%s: ESPI initialization failed\n", in t1_init_sw_modules()
1454 CH_ERR("%s: TP initialization failed\n", in t1_init_sw_modules()
1474 CH_ERR("%s: PHY %d initialization failed\n", in t1_init_sw_modules()
[all …]
H A Dmc4.c76 CH_ERR("%s: write to MC4 register 0x%x timed out\n", in wrreg_wait()
126 CH_ERR("%s: MC4 DLL lock failed\n", in t1_mc4_init()
179 CH_ERR("%s: MC4 BIST timed out\n", adapter_name(adapter)); in t1_mc4_init()
H A Dmc3.c188 CH_ERR("%s: write to MC3 register 0x%x timed out\n", in wrreg_wait()
253 CH_ERR("%s: MC3 DLL lock failed\n", in t1_mc3_init()
315 CH_ERR("%s: MC3 BIST timed out\n", adapter_name(adapter)); in t1_mc3_init()
H A Despi.c65 CH_ERR("%s: TRICN write timed out\n", adapter_name(adapter)); in tricn_write()
90 CH_ERR("%s: TRICN read timed out\n", adapter_name(adapter));
102 CH_ERR("%s: ESPI clock not ready\n", adapter_name(adapter)); in tricn_init()
H A Dmc5.c211 CH_ERR("%s: MC5 timeout writing to TCAM address 0x%x\n", in mc5_write()
416 CH_ERR("%s: TCAM reset timed out\n", adapter_name(adap)); in t1_mc5_init()
445 CH_ERR("%s: unsupported TCAM type\n", adapter_name(adap)); in t1_mc5_init()
H A Dvsc7321.c274 CH_ERR("%s: Didn't find a VSC 7321.\n", adapter_name(adapter)); in vsc7321_mac_create()
H A Dch_mac.c194 CH_ERR("%s: MAC %d reset timed out\n", in mac_reset()
H A Dtp.c435 CH_ERR("%s: TP initialization timed out\n", in t1_tp_reset()
/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c254 CH_ERR(adap, "command %x in mailbox %d timed out", in t4_wr_mbox_meat()
490 CH_ERR(adapter, "reading EEPROM address 0x%x failed", addr); in t4_seeprom_read()
528 CH_ERR(adapter, "write to EEPROM address %x failed", addr); in t4_seeprom_write()
646 CH_ERR(adapter, "missing VPD keyword " name); \ in get_vpd_params()
657 CH_ERR(adapter, "corrupted VPD EEPROM, actual csum %u", csum); in get_vpd_params()
878 CH_ERR(adapter, "failed to correctly write the flash page " in t4_write_flash()
949 CH_ERR(adapter, "card FW has major version %u, driver wants %u", in t4_check_fw_version()
979 CH_ERR(adapter, "erase of flash sector %d failed, " in t4_flash_erase_sectors()
1025 CH_ERR(adap, "cfg file has no data"); in t4_load_cfg()
1030 CH_ERR(adap, "cfg file too large, max is %u bytes", in t4_load_cfg()
[all …]
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h42 #define CH_ERR(sc, ...) cxgb_printf(sc->dip, CE_WARN, ##__VA_ARGS__) macro
/titanic_50/usr/src/uts/common/io/chxge/
H A Dch.h328 void CH_ERR(const char *fmt, ...);
H A Dglue.c440 CH_ERR(const char *fmt, ...) in CH_ERR() function