Searched refs:CH_ERR (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb3/ |
D | mc5.c | 118 CH_ERR(adapter, "MC5 timeout writing to TCAM address 0x%x\n", in mc5_write() 326 CH_ERR(adap, "TCAM reset timed out\n"); in t3_mc5_init() 352 CH_ERR(adap, "Unsupported TCAM type %d\n", mc5->part_type); in t3_mc5_init()
|
D | t3_hw.c | 935 CH_ERR(adapter, "found wrong TP version (%u.%u), " in t3_check_tpsram_version() 963 CH_ERR(adapter, "corrupted protocol SRAM image, checksum %u\n", in t3_check_tpsram() 1074 CH_ERR(adapter, "corrupted firmware image, checksum %u\n", in t3_load_fw() 1099 CH_ERR(adapter, "firmware download failed, error %d\n", ret); in t3_load_fw() 3021 CH_ERR(adap, "TP initialization timed out\n"); in tp_init() 3079 CH_ERR(adapter, "MAC calibration failed\n"); in calibrate_xgm() 3126 CH_ERR(adapter, "write to MC7 register 0x%x timed out\n", addr); in wrreg_wait() 3166 CH_ERR(adapter, "%s MC7 calibration timed out\n", in mc7_init() 3231 CH_ERR(adapter, "%s MC7 BIST timed out\n", mc7->name); in mc7_init() 3374 CH_ERR(adapter, "uP initialization timed out\n"); in t3_init_hw()
|
D | xgmac.c | 117 CH_ERR(adap, in t3_mac_reset() 184 CH_ERR(adap, "MAC %d Rx fifo drain failed\n", in t3b2_mac_reset()
|
D | common.h | 44 #define CH_ERR(adap, fmt, ...) dev_err(&adap->pdev->dev, fmt, ##__VA_ARGS__) macro
|
D | cxgb3_main.c | 1047 CH_ERR(adapter, "firmware image too large %u, expected %d\n", in t3_get_edc_fw() 1058 CH_ERR(adapter, "corrupted firmware image, checksum %u\n", in t3_get_edc_fw() 1302 CH_ERR(adap, "failed to bind qsets, err %d\n", ret); in cxgb_up() 1315 CH_ERR(adap, "request_irq failed, err %d\n", err); in cxgb_up()
|