Home
last modified time | relevance | path

Searched refs:ice_info (Results 1 – 15 of 15) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_imem.c12 ice_info(hw, "boost main:\n"); in _imem_bst_bm_dump()
13 ice_info(hw, "\tal0 = %d\n", bm->al0); in _imem_bst_bm_dump()
14 ice_info(hw, "\tal1 = %d\n", bm->al1); in _imem_bst_bm_dump()
15 ice_info(hw, "\tal2 = %d\n", bm->al2); in _imem_bst_bm_dump()
16 ice_info(hw, "\tpg = %d\n", bm->pg); in _imem_bst_bm_dump()
21 ice_info(hw, "boost key builder:\n"); in _imem_bst_kb_dump()
28 ice_info(hw, "next proto key builder:\n"); in _imem_np_kb_dump()
29 ice_info(hw, "\tops = %d\n", kb->ops); in _imem_np_kb_dump()
50 ice_info(hw, "alu%d:\n", index); in _imem_alu_dump()
51 ice_info(hw, "\topc = %d\n", alu->opc); in _imem_alu_dump()
[all …]
H A Dice_bst_tcam.c12 ice_info(hw, "next proto key builder:\n"); in _bst_np_kb_dump()
13 ice_info(hw, "\tops = %d\n", kb->ops); in _bst_np_kb_dump()
20 ice_info(hw, "parse graph key builder:\n"); in _bst_pg_kb_dump()
34 ice_info(hw, "alu%d:\n", index); in _bst_alu_dump()
35 ice_info(hw, "\topc = %d\n", alu->opc); in _bst_alu_dump()
47 ice_info(hw, "\timm = %d\n", alu->imm); in _bst_alu_dump()
64 ice_info(hw, "key :"); in ice_bst_tcam_dump()
66 ice_info(hw, "%02x ", item->key[i]); in ice_bst_tcam_dump()
67 ice_info(hw, "\n"); in ice_bst_tcam_dump()
68 ice_info(hw, "key_inv:"); in ice_bst_tcam_dump()
[all …]
H A Dice_metainit.c17 ice_info(hw, "index = %d\n", item->idx); in ice_metainit_dump()
18 ice_info(hw, "tsr = %d\n", item->tsr); in ice_metainit_dump()
19 ice_info(hw, "ho = %d\n", item->ho); in ice_metainit_dump()
20 ice_info(hw, "pc = %d\n", item->pc); in ice_metainit_dump()
21 ice_info(hw, "pg_rn = %d\n", item->pg_rn); in ice_metainit_dump()
22 ice_info(hw, "cd = %d\n", item->cd); in ice_metainit_dump()
23 ice_info(hw, "gpr_a_ctrl = %d\n", item->gpr_a_ctrl); in ice_metainit_dump()
27 ice_info(hw, "gpr_a_id = %d\n", item->gpr_a_id); in ice_metainit_dump()
32 ice_info(hw, "gpr_b_id = %d\n", item->gpr_b_id); in ice_metainit_dump()
37 ice_info(hw, "gpr_c_id = %d\n", item->gpr_c_id); in ice_metainit_dump()
[all …]
H A Dice_pg_cam.c10 ice_info(hw, "key:\n"); in _pg_cam_key_dump()
11 ice_info(hw, "\tvalid = %d\n", key->valid); in _pg_cam_key_dump()
13 ice_info(hw, "\tflag0 = %d\n", key->flag0); in _pg_cam_key_dump()
14 ice_info(hw, "\tflag1 = %d\n", key->flag1); in _pg_cam_key_dump()
15 ice_info(hw, "\tflag2 = %d\n", key->flag2); in _pg_cam_key_dump()
16 ice_info(hw, "\tflag3 = %d\n", key->flag3); in _pg_cam_key_dump()
25 ice_info(hw, "key:\n"); in _pg_nm_cam_key_dump()
26 ice_info(hw, "\tvalid = %d\n", key->valid); in _pg_nm_cam_key_dump()
39 ice_info(hw, "action:\n"); in _pg_cam_action_dump()
58 ice_info(hw, "index = %d\n", item->idx); in ice_pg_cam_dump()
[all …]
H A Dice_ptype_mk.c20 ice_info(hw, "address = %d\n", item->address); in ice_ptype_mk_tcam_dump()
21 ice_info(hw, "ptype = %d\n", item->ptype); in ice_ptype_mk_tcam_dump()
22 ice_info(hw, "key :"); in ice_ptype_mk_tcam_dump()
24 ice_info(hw, "%02x ", item->key[i]); in ice_ptype_mk_tcam_dump()
25 ice_info(hw, "\n"); in ice_ptype_mk_tcam_dump()
26 ice_info(hw, "key_inv:"); in ice_ptype_mk_tcam_dump()
28 ice_info(hw, "%02x ", item->key_inv[i]); in ice_ptype_mk_tcam_dump()
29 ice_info(hw, "\n"); in ice_ptype_mk_tcam_dump()
H A Dice_xlt_kb.c15 ice_info(hw, "key builder entry %d\n", idx); in _xlt_kb_entry_dump()
16 ice_info(hw, "\txlt1_ad_sel = %d\n", entry->xlt1_ad_sel); in _xlt_kb_entry_dump()
17 ice_info(hw, "\txlt2_ad_sel = %d\n", entry->xlt2_ad_sel); in _xlt_kb_entry_dump()
20 ice_info(hw, "\tflg%d_sel = %d\n", i, entry->flg0_14_sel[i]); in _xlt_kb_entry_dump()
22 ice_info(hw, "\txlt1_md_sel = %d\n", entry->xlt1_md_sel); in _xlt_kb_entry_dump()
23 ice_info(hw, "\txlt2_md_sel = %d\n", entry->xlt2_md_sel); in _xlt_kb_entry_dump()
35 ice_info(hw, "xlt1_pm = %d\n", kb->xlt1_pm); in ice_xlt_kb_dump()
36 ice_info(hw, "xlt2_pm = %d\n", kb->xlt2_pm); in ice_xlt_kb_dump()
37 ice_info(hw, "prof_id_pm = %d\n", kb->prof_id_pm); in ice_xlt_kb_dump()
38 ice_info(hw, "flag15 low = 0x%08x\n", (u32)kb->flag15); in ice_xlt_kb_dump()
[all …]
H A Dice_mk_grp.c20 ice_info(hw, "index = %d\n", item->idx); in ice_mk_grp_dump()
21 ice_info(hw, "markers: "); in ice_mk_grp_dump()
23 ice_info(hw, "%d ", item->markers[i]); in ice_mk_grp_dump()
24 ice_info(hw, "\n"); in ice_mk_grp_dump()
H A Dice_proto_grp.c13 ice_info(hw, "proto %d\n", idx); in _proto_off_dump()
14 ice_info(hw, "\tpolarity = %d\n", po->polarity); in _proto_off_dump()
15 ice_info(hw, "\tproto_id = %d\n", po->proto_id); in _proto_off_dump()
16 ice_info(hw, "\toffset = %d\n", po->offset); in _proto_off_dump()
28 ice_info(hw, "index = %d\n", item->idx); in ice_proto_grp_dump()
H A Dice_parser.c26 ice_info(hw, "index = %d\n", item->idx); in ice_lbl_dump()
27 ice_info(hw, "label = %s\n", item->label); in ice_lbl_dump()
330 ice_info(hw, "ptype = %d\n", rslt->ptype); in ice_parser_result_dump()
332 ice_info(hw, "proto = %d, offset = %d\n", in ice_parser_result_dump()
337 ice_info(hw, "flags_sw = 0x%04x\n", rslt->flags_sw); in ice_parser_result_dump()
338 ice_info(hw, "flags_fd = 0x%04x\n", rslt->flags_fd); in ice_parser_result_dump()
339 ice_info(hw, "flags_rss = 0x%04x\n", rslt->flags_rss); in ice_parser_result_dump()
542 ice_info(hw, "ptypes:\n"); in ice_parser_profile_dump()
545 ice_info(hw, "\t%d\n", i); in ice_parser_profile_dump()
552 ice_info(hw, "flags = 0x%04x\n", prof->flags); in ice_parser_profile_dump()
[all …]
H A Dice_flg_rd.c17 ice_info(hw, "index = %d\n", item->idx); in ice_flg_rd_dump()
18 ice_info(hw, "expose = %d\n", item->expose); in ice_flg_rd_dump()
19 ice_info(hw, "intr_flg_id = %d\n", item->intr_flg_id); in ice_flg_rd_dump()
H A Dice_vlan_mode.c419 ice_info(hw, "QinQ functionality cannot be enabled on this device. " in ice_print_dvm_not_supported()
422 ice_info(hw, "QinQ functionality cannot be enabled on this device. " in ice_print_dvm_not_supported()
425 ice_info(hw, "QinQ functionality cannot be enabled on this device. " in ice_print_dvm_not_supported()
H A Dice_controlq.c498ice_info(hw, "The driver for the device detected a newer version of the NVM image than expected. P… in ice_aq_ver_check()
500ice_info(hw, "The driver for the device detected an older version of the NVM image than expected. … in ice_aq_ver_check()
503ice_info(hw, "The driver for the device detected an older version of the NVM image than expected. … in ice_aq_ver_check()
H A Dice_osdep.h157 #define ice_info(hw, fmt, args...) ice_debug(hw, ICE_DBG_ALL, fmt, ##args) macro
H A Dice_ptp_hw.c2405 ice_info(hw, "Port %u PHY time synced to PHC: 0x%016llX, 0x%016llX\n", in ice_sync_phy_timer_e822()
2665 ice_info(hw, "Exiting bypass mode on PHY port %u\n", port); in ice_phy_exit_bypass_e822()
H A Dice_sched.c5547 ice_info(hw, "Replay agg id[%d] failed\n", in ice_sched_replay_agg()
5555 ice_info(hw, "Replay agg bw [id=%d] failed\n", in ice_sched_replay_agg()