Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dvsc7326.c68 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 Dch_subr.c774 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 Dmc4.c74 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 Dmc3.c186 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 Despi.c63 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 Dmc5.c209 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 Dvsc7321.c272 CH_ERR("%s: Didn't find a VSC 7321.\n", adapter_name(adapter)); in vsc7321_mac_create()
H A Dch_mac.c192 CH_ERR("%s: MAC %d reset timed out\n", in mac_reset()
H A Dtp.c433 CH_ERR("%s: TP initialization timed out\n", in t1_tp_reset()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c1085 CH_ERR(adapter, in t4_get_regs_len()
2913 CH_ERR(adap, in t4_get_regs()
3281 CH_ERR(adapter, in t4_get_raw_vpd_params()
3594 CH_ERR(adapter, in t4_write_flash()
4016 CH_ERR(adap, in t4_prep_fw()
4046 CH_ERR(adap, in t4_prep_fw()
4157 CH_ERR(adap, in t4_fw_matches_chip()
4201 CH_ERR(adap, in t4_load_fw()
4206 CH_ERR(adap, in t4_load_fw()
4222 CH_ERR(adap, in t4_load_fw()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h42 #define CH_ERR(sc, ...) cxgb_printf(sc->dip, CE_WARN, ##__VA_ARGS__) macro
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h326 void CH_ERR(const char *fmt, ...);
H A Dglue.c440 CH_ERR(const char *fmt, ...) in CH_ERR() function