Searched refs:CH_ERR (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | mc4.c | 76 CH_ERR("%s: write to MC4 register 0x%x timed out\n", 126 CH_ERR("%s: MC4 DLL lock failed\n", 179 CH_ERR("%s: MC4 BIST timed out\n", adapter_name(adapter));
|
H A D | vsc7326.c | 70 CH_ERR("Invalid tpi read from MAC, breaking loop.\n"); 77 /* CH_ERR("rd: block: 0x%x sublock: 0x%x reg: 0x%x data: 0x%x\n", 88 /* CH_ERR("wr: block: 0x%x sublock: 0x%x reg: 0x%x data: 0x%x\n", 247 CH_ERR("sleep %d us\n",ib[i].data); 264 CH_ERR("No bist address: 0x%x\n", address); 274 CH_ERR("Still in bist read: 0x%x\n", result); 276 CH_ERR("bist read error: 0x%x\n", result); 291 CH_ERR("No bist address: 0x%x\n", address); 294 CH_ERR("Suspicious write out of range value: 0x%x\n", value); 304 CH_ERR("Stil [all...] |
H A D | ch_subr.c | 776 CH_ERR("%s: reading EEPROM address 0x%x failed\n", 1384 CH_ERR("%s: SGE initialization failed\n", 1399 CH_ERR("%s: MC3 initialization failed\n", 1406 CH_ERR("%s: MC4 initialization failed\n", 1416 CH_ERR("%s: MC5 initialization failed\n", 1423 CH_ERR("%s: ULP initialization failed\n", 1440 CH_ERR("%s: CSPI initialization failed\n", 1447 CH_ERR("%s: ESPI initialization failed\n", 1454 CH_ERR("%s: TP initialization failed\n", 1474 CH_ERR(" [all...] |
H A D | mc3.c | 188 CH_ERR("%s: write to MC3 register 0x%x timed out\n", 253 CH_ERR("%s: MC3 DLL lock failed\n", 315 CH_ERR("%s: MC3 BIST timed out\n", adapter_name(adapter));
|
H A D | espi.c | 65 CH_ERR("%s: TRICN write timed out\n", adapter_name(adapter)); 90 CH_ERR("%s: TRICN read timed out\n", adapter_name(adapter)); 102 CH_ERR("%s: ESPI clock not ready\n", adapter_name(adapter));
|
H A D | mc5.c | 211 CH_ERR("%s: MC5 timeout writing to TCAM address 0x%x\n", 416 CH_ERR("%s: TCAM reset timed out\n", adapter_name(adap)); 445 CH_ERR("%s: unsupported TCAM type\n", adapter_name(adap));
|
H A D | ch_mac.c | 194 CH_ERR("%s: MAC %d reset timed out\n",
|
H A D | tp.c | 435 CH_ERR("%s: TP initialization timed out\n",
|
H A D | vsc7321.c | 274 CH_ERR("%s: Didn't find a VSC 7321.\n", adapter_name(adapter));
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 254 CH_ERR(adap, "command %x in mailbox %d timed out", 490 CH_ERR(adapter, "reading EEPROM address 0x%x failed", addr); 528 CH_ERR(adapter, "write to EEPROM address %x failed", addr); 646 CH_ERR(adapter, "missing VPD keyword " name); \ 657 CH_ERR(adapter, "corrupted VPD EEPROM, actual csum %u", csum); 878 CH_ERR(adapter, "failed to correctly write the flash page " 949 CH_ERR(adapter, "card FW has major version %u, driver wants %u", 979 CH_ERR(adapter, "erase of flash sector %d failed, " 1025 CH_ERR(adap, "cfg file has no data"); 1030 CH_ERR(ada [all...] |
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | osdep.h | 42 #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 | 328 void CH_ERR(const char *fmt, ...);
|
H A D | glue.c | 440 CH_ERR(const char *fmt, ...) function
|
Completed in 108 milliseconds