Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
HDev.c47 CH_ERR(sc, "stag idx 0x%x valid %d key 0x%x state %d pdid %d " in print_tpte()
58 CH_ERR(sc, "stag idx 0x%x: %016llx %016llx %016llx %016llx\n", in print_tpte()
70 CH_ERR(sc, "stag 0x%x is invalid for current configuration.\n", in t4_dump_stag()
100 CH_ERR(sc, "AE qpid 0x%x opcode %d status 0x%x " in dump_err_cqe()
105 CH_ERR(sc, "%016llx %016llx %016llx %016llx\n", in dump_err_cqe()
/freebsd-13-stable/sys/dev/cxgb/common/
HDcxgb_mc5.c124 CH_ERR(adapter, "MC5 timeout writing to TCAM address 0x%x\n", addr_lo); in mc5_write()
348 CH_ERR(adap, "TCAM reset timed out\n"); in t3_mc5_init()
372 CH_ERR(adap, "Unsupported TCAM type %d\n", mc5->part_type); in t3_mc5_init()
HDcxgb_t3_hw.c671 CH_ERR(adapter, "reading EEPROM address 0x%x failed\n", addr); in t3_seeprom_read()
707 CH_ERR(adapter, "write to EEPROM address 0x%x failed\n", addr); in t3_seeprom_write()
1164 CH_ERR(adapter, "found wrong TP version (%u.%u), " in t3_check_tpsram_version()
1191 CH_ERR(adapter, "corrupted protocol SRAM image, checksum %u\n", in t3_check_tpsram()
1319 CH_ERR(adapter, "corrupted firmware image, checksum %u\n", in t3_load_fw()
1344 CH_ERR(adapter, "firmware download failed, error %d\n", ret); in t3_load_fw()
1372 CH_ERR(adapter, "boot image too small/large\n"); in t3_load_boot()
1376 CH_ERR(adapter, "boot image missing signature\n"); in t3_load_boot()
1380 CH_ERR(adapter, "boot image header length != image length\n"); in t3_load_boot()
1402 CH_ERR(adapter, "boot image download failed, error %d\n", ret); in t3_load_boot()
[all …]
HDcxgb_xgmac.c177 CH_ERR(adap, in t3_mac_init()
258 CH_ERR(adap, "MAC %d Rx fifo drain failed\n", idx); in t3_mac_reset()
/freebsd-13-stable/sys/dev/cxgbe/common/
HDt4_hw.c213 CH_ERR(adap, "firmware reports adapter error: %s (0x%08x)\n", in t4_report_fw_error()
497 CH_ERR(adap, "command %#x in mbox %d timed out (0x%08x).\n", in t4_wr_mbox_meat_timeout()
807 CH_ERR(adapter, in t4_get_regs_len()
2683 CH_ERR(adap, in t4_get_regs()
2815 CH_ERR(adapter, "VPD still busy from previous operation\n"); in t4_seeprom_read()
2830 CH_ERR(adapter, "VPD read of address %#x failed\n", addr); in t4_seeprom_read()
2872 CH_ERR(adapter, "VPD still busy from previous operation\n"); in t4_seeprom_write()
2890 CH_ERR(adapter, "VPD write of address %#x failed\n", addr); in t4_seeprom_write()
3039 CH_ERR(adapter, "missing VPD keyword " name "\n"); \ in get_vpd_params()
3049 CH_ERR(adapter, in get_vpd_params()
[all …]
HDt4vf_hw.c188 CH_ERR(adapter, "Unable to get SGE Control2; " in t4vf_get_sge_params()
/freebsd-13-stable/sys/dev/cxgbe/
HDosdep.h43 #define CH_ERR(adap, fmt, ...) log(LOG_ERR, "%s: " fmt, \ macro
HDt4_sge.c3488 CH_ERR(sc, "cannot allocate DMA tag: %d\n", rc); in alloc_ring()
3495 CH_ERR(sc, "cannot allocate DMA memory: %d\n", rc); in alloc_ring()
3501 CH_ERR(sc, "cannot load DMA map: %d\n", rc); in alloc_ring()
3673 CH_ERR(sc, "failed to create hw ingress queue: %d\n", rc); in alloc_iq_fl_hwq()
3758 CH_ERR(sc, "failed to free iq %p: %d\n", iq, rc); in free_iq_fl_hwq()
3849 CH_ERR(sc, "failed to allocate fwq: %d\n", rc); in alloc_fwq()
3860 CH_ERR(sc, "failed to create hw fwq: %d\n", rc); in alloc_fwq()
3917 CH_ERR(sc, "failed to allocate ctrlq%d: %d\n", idx, rc); in alloc_ctrlq()
3929 CH_ERR(sc, "failed to create hw ctrlq%d: %d\n", idx, rc); in alloc_ctrlq()
3987 CH_ERR(sc, "cong_drop = %d is invalid (ingress queue %d).\n", in t4_sge_set_conm_context()
[all …]
HDt4_clip.c612 CH_ERR(sc, "add_lip(%s) failed: %d\n", in update_hw_clip_table()
634 CH_ERR(sc, "del_lip(%s) failed: %d\n", in update_hw_clip_table()
HDt4_main.c1993 CH_ERR(sc, "not safe to suspend.\n"); in t4_suspend()
2162 CH_ERR(sc, "%scaps 0x%04x -> 0x%04x.\n", #c, o->c##caps, \ in compare_caps_and_params()
2180 CH_ERR(sc, "config file %s (0x%x) -> %s (0x%x)\n", o->cfg_file, in compare_caps_and_params()
2187 CH_ERR(sc, #name " %d -> %d\n", o->p, sc->p); \ in compare_caps_and_params()
2271 CH_ERR(sc, "%s: can't read device registers\n", __func__); in t4_resume()
2327 CH_ERR(sc, in t4_resume()
2342 CH_ERR(vi, in t4_resume()
2361 CH_ERR(sc, "failed to re-initialize adapter: %d\n", rc); in t4_resume()
2378 CH_ERR(vi, "failed to re-initialize " in t4_resume()
2395 CH_ERR(vi, "failed to re-configure MAC: %d\n", rc); in t4_resume()
[all …]
HDt4_sched.c237 CH_ERR(pi, "failed to configure traffic class %d: %d. " in set_sched_class_params()
291 CH_ERR(pi, "failed to configure traffic class %d: %d. " in update_tx_sched()
/freebsd-13-stable/sys/dev/cxgb/
HDcxgb_osdep.h126 #define CH_ERR(adap, fmt, ...) log(LOG_ERR, fmt, ##__VA_ARGS__) macro
/freebsd-13-stable/sys/dev/cxgbe/tom/
HDt4_tom.c172 CH_ERR(vi, "tid %d cannot be bound to traffic class %d " in init_toepcb()