Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dev.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/sys/dev/cxgb/common/
H A Dcxgb_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()
H A Dcxgb_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 …]
H A Dcxgb_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/sys/dev/cxgbe/common/
H A Dt4_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 …]
H A Dt4vf_hw.c188 CH_ERR(adapter, "Unable to get SGE Control2; " in t4vf_get_sge_params()
/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h126 #define CH_ERR(adap, fmt, ...) log(LOG_ERR, fmt, ##__VA_ARGS__) macro
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c3424 CH_ERR(sc, "cannot allocate DMA tag: %d\n", rc); in alloc_ring()
3431 CH_ERR(sc, "cannot allocate DMA memory: %d\n", rc); in alloc_ring()
3437 CH_ERR(sc, "cannot load DMA map: %d\n", rc); in alloc_ring()
3609 CH_ERR(sc, "failed to create hw ingress queue: %d\n", rc); in alloc_iq_fl_hwq()
3694 CH_ERR(sc, "failed to free iq %p: %d\n", iq, rc); in free_iq_fl_hwq()
3785 CH_ERR(sc, "failed to allocate fwq: %d\n", rc); in alloc_fwq()
3796 CH_ERR(sc, "failed to create hw fwq: %d\n", rc); in alloc_fwq()
3853 CH_ERR(sc, "failed to allocate ctrlq%d: %d\n", idx, rc); in alloc_ctrlq()
3867 CH_ERR(sc, "failed to create hw ctrlq%d: %d\n", idx, rc); in alloc_ctrlq()
3925 CH_ERR(sc, "cong_drop = %d is invalid (ingress queue %d).\n", in t4_sge_set_conm_context()
[all …]
H A Dt4_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()
H A Dt4_main.c1974 CH_ERR(sc, "%s: device registers not readable.\n", __func__); in restart_adapter()
2220 CH_ERR(sc, "%scaps 0x%04x -> 0x%04x.\n", #c, o->c##caps, \ in compare_caps_and_params()
2238 CH_ERR(sc, "config file %s (0x%x) -> %s (0x%x)\n", o->cfg_file, in compare_caps_and_params()
2245 CH_ERR(sc, #name " %d -> %d\n", o->p, sc->p); \ in compare_caps_and_params()
2365 CH_ERR(sc, in restart_lld()
2380 CH_ERR(vi, in restart_lld()
2397 CH_ERR(sc, "failed to re-initialize adapter: %d\n", rc); in restart_lld()
2414 CH_ERR(vi, "failed to re-initialize " in restart_lld()
2440 CH_ERR(vi, "failed to re-configure MAC: %d\n", rc); in restart_lld()
2446 CH_ERR(vi, "failed to re-enable VI: %d\n", rc); in restart_lld()
[all …]
H A Dt4_sched.c236 CH_ERR(pi, "failed to configure traffic class %d: %d. " in set_sched_class_params()
290 CH_ERR(pi, "failed to configure traffic class %d: %d. " in update_tx_sched()
H A Dt4_l2t.c416 CH_ERR(sc, "%s: hwidx %u, rpl %u, sync %u; L2T st %u, sz %u\n", in do_l2t_write_rpl()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c330 CH_ERR(sc, "%s: hwidx %u, rpl %u, sync %u; L2T st %u, sz %u\n", in do_l2t_write_rpl2()
H A Dt4_tom.c174 CH_ERR(vi, "tid %d cannot be bound to traffic class %d " in init_toepcb()
867 CH_ERR(sc, "%s: tid %u out of tx credits (%d, %d).\n", __func__, in send_mss_flowc_wr()
874 CH_ERR(sc, "ENOMEM in %s for tid %u.\n", __func__, toep->tid); in send_mss_flowc_wr()
937 CH_ERR(sc, "failed to change mtu_idx of tid %d (%u -> %u).\n", in t4_pmtu_update()