Home
last modified time | relevance | path

Searched refs:PRIx64 (Results 1 – 25 of 165) sorted by relevance

1234567

/f-stack/dpdk/drivers/mempool/octeontx2/
H A Dotx2_mempool_debug.c12 npa_dump("W0: Stack base\t\t0x%"PRIx64"", pool->stack_base); in npa_lf_pool_dump()
22 npa_dump("W3: op_pc \t\t0x%"PRIx64"", (uint64_t)pool->op_pc); in npa_lf_pool_dump()
32 npa_dump("W5: fc_addr\t\t0x%"PRIx64"\n", pool->fc_addr); in npa_lf_pool_dump()
34 npa_dump("W6: ptr_start\t\t0x%"PRIx64"\n", pool->ptr_start); in npa_lf_pool_dump()
36 npa_dump("W7: ptr_end\t\t0x%"PRIx64"\n", pool->ptr_end); in npa_lf_pool_dump()
50 npa_dump("W0: Pool addr\t\t0x%"PRIx64"\n", aura->pool_addr); in npa_lf_aura_dump()
61 npa_dump("W2: count\t\t%"PRIx64"\nW2: nix0_bpid\t\t%d", in npa_lf_aura_dump()
65 npa_dump("W3: limit\t\t%"PRIx64"\nW3: bp\t\t\t%d\nW3: fc_ena\t\t%d\n", in npa_lf_aura_dump()
72 npa_dump("W4: fc_addr\t\t0x%"PRIx64"\n", aura->fc_addr); in npa_lf_aura_dump()
85 npa_dump("W6: thresh\t\t%"PRIx64"\n", (uint64_t)aura->thresh); in npa_lf_aura_dump()
H A Dotx2_mempool_irq.c24 otx2_err("Err_intr=0x%" PRIx64 "", intr); in npa_lf_err_irq()
72 otx2_err("Ras_intr=0x%" PRIx64 "", intr); in npa_lf_ras_irq()
156 otx2_err("queue_intr=0x%" PRIx64 " qintx=%d", intr, qintx); in npa_lf_q_irq()
H A Dotx2_mempool_ops.c699 otx2_err("Failed to get pool(0x%"PRIx64") context", aura_id); in npa_lf_aura_range_update_check()
707 otx2_err("Range update failed on pool(0x%"PRIx64")", aura_id); in npa_lf_aura_range_update_check()
776 otx2_npa_dbg("lf=%p block_sz=%d block_count=%d aura_handle=0x%"PRIx64, in otx2_npa_alloc()
792 otx2_npa_dbg("lf=%p aura_handle=0x%"PRIx64, lf, mp->pool_id); in otx2_npa_free()
861 otx2_npa_dbg("iova %"PRIx64", aligned iova %"PRIx64"", iova - off, in otx2_npa_populate()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_debug.c89 nix_dump("%32s = 0x%" PRIx64, in otx2_nix_reg_dump()
99 nix_dump("%32s_%d = 0x%" PRIx64, in otx2_nix_reg_dump()
109 nix_dump("%32s_%d = 0x%" PRIx64, in otx2_nix_reg_dump()
119 nix_dump("%32s_%d = 0x%" PRIx64, in otx2_nix_reg_dump()
129 nix_dump("%32s_%d = 0x%" PRIx64, in otx2_nix_reg_dump()
139 nix_dump("%32s_%d = 0x%" PRIx64, in otx2_nix_reg_dump()
149 nix_dump("%32s_%d = 0x%" PRIx64, in otx2_nix_reg_dump()
159 nix_dump("%32s_%d = 0x%" PRIx64, in otx2_nix_reg_dump()
169 nix_dump("%32s_%d = 0x%" PRIx64, in otx2_nix_reg_dump()
179 nix_dump("%32s_%d = 0x%" PRIx64, in otx2_nix_reg_dump()
[all …]
/f-stack/dpdk/app/test/
H A Dtest_byteorder.c44 printf("%"PRIx64" -> %"PRIx64"\n", u64, res_u64); in test_byteorder()
59 printf("const %"PRIx64" -> %"PRIx64"\n", (uint64_t) 0xdeadcafebabefaceULL, res_u64); in test_byteorder()
H A Dtest_event_crypto_adapter.c140 printf(" + Event port poll count %" PRIx64 "\n", in test_crypto_adapter_stats()
142 printf(" + Event dequeue count %" PRIx64 "\n", in test_crypto_adapter_stats()
144 printf(" + Cryptodev enqueue count %" PRIx64 "\n", in test_crypto_adapter_stats()
146 printf(" + Cryptodev enqueue failed count %" PRIx64 "\n", in test_crypto_adapter_stats()
148 printf(" + Cryptodev dequeue count %" PRIx64 "\n", in test_crypto_adapter_stats()
150 printf(" + Event enqueue count %" PRIx64 "\n", in test_crypto_adapter_stats()
152 printf(" + Event enqueue retry count %" PRIx64 "\n", in test_crypto_adapter_stats()
154 printf(" + Event enqueue fail count %" PRIx64 "\n", in test_crypto_adapter_stats()
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_mem.c97 DRV_LOG(INFO, "Region %u: HVA 0x%" PRIx64 ", GPA 0x%" PRIx64 in mlx5_vdpa_vhost_mem_regions_prepare()
98 ", size 0x%" PRIx64 ".", i, in mlx5_vdpa_vhost_mem_regions_prepare()
120 DRV_LOG(DEBUG, "GCD 0x%" PRIx64 " is not power of 2. Adjusted " in mlx5_vdpa_vhost_mem_regions_prepare()
121 "GCD is 0x%" PRIx64 ".", *gcd, candidate_gcd); in mlx5_vdpa_vhost_mem_regions_prepare()
140 "mem_size = 0x%" PRIx64 ", GCD = 0x%" PRIx64 in mlx5_vdpa_vhost_mem_regions_prepare()
141 ", klm_fbs_entries_num = 0x%" PRIx64 ", klm_entries_num = 0x%" in mlx5_vdpa_vhost_mem_regions_prepare()
142 PRIx64 ".", mem->nregions, *mem_size, *gcd, klm_fbs_entries_num, in mlx5_vdpa_vhost_mem_regions_prepare()
/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_hw.c114 CAAM_JR_DEBUG(" Set input ring base address to : Virtual: 0x%" PRIx64 in hw_reset_job_ring()
115 ",Physical: 0x%" PRIx64 ", Read from HW: 0x%" PRIx64, in hw_reset_job_ring()
123 CAAM_JR_DEBUG(" Set output ring base address to: Virtual: 0x%" PRIx64 in hw_reset_job_ring()
124 ",Physical: 0x%" PRIx64 ", Read from HW: 0x%" PRIx64, in hw_reset_job_ring()
/f-stack/dpdk/lib/librte_ip_frag/
H A Dip_frag_common.h26 "%08" PRIx64 "%08" PRIx64 "%08" PRIx64 "%08" PRIx64
114 "mbuf: %p, tms: %" PRIu64", key: <%" PRIx64 ", %#x>\n", in ip_frag_free_immediate()
H A Drte_ipv4_reassembly.c123 ", key: <%" PRIx64 ", %#x>, ofs: %u, len: %d, flags: %#x\n" in rte_ipv4_frag_reassemble_packet()
145 "ipv4_frag_pkt: %p, key: <%" PRIx64 ", %#x>, start: %" PRIu64 in rte_ipv4_frag_reassemble_packet()
160 "ipv4_frag_pkt: %p, key: <%" PRIx64 ", %#x>, start: %" PRIu64 in rte_ipv4_frag_reassemble_packet()
H A Dip_frag_internal.c123 "ipv4_frag_pkt: %p, key: <%" PRIx64 ", %#x>, " in ip_frag_process()
181 "ipv4_frag_pkt: %p, key: <%" PRIx64 ", %#x>, " in ip_frag_process()
316 "key: <%" PRIx64 ", %#x>, start: %" PRIu64 "\n", in ip_frag_lookup()
342 "key: <%" PRIx64 ", %#x>, start: %" PRIu64 "\n", in ip_frag_lookup()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_rxtx.h497 printf("Queue %d Rx_desc %d: QW0: 0x%016"PRIx64" QW1: 0x%016"PRIx64"\n", in iavf_dump_rx_descriptor()
503 printf("Queue %d Rx_desc %d: QW0: 0x%016"PRIx64" QW1: 0x%016"PRIx64 in iavf_dump_rx_descriptor()
504 " QW2: 0x%016"PRIx64" QW3: 0x%016"PRIx64"\n", rxq->queue_id, in iavf_dump_rx_descriptor()
536 printf("Queue %d %s %d: QW0: 0x%016"PRIx64" QW1: 0x%016"PRIx64"\n", in iavf_dump_tx_descriptor()
/f-stack/dpdk/lib/librte_graph/
H A Dgraph_debug.c37 fprintf(f, " flags=0x%" PRIx64 "\n", n->flags); in node_dump()
61 fprintf(f, " fence=0x%" PRIx64 "\n", g->fence); in rte_graph_obj_dump()
69 fprintf(f, " fence=0x%" PRIx64 "\n", n->fence); in rte_graph_obj_dump()
/f-stack/dpdk/drivers/compress/octeontx/
H A Dotx_zip.h238 printf("ctx_ptr.addr:0x%"PRIx64"\n", cmd83->s.ctx_ptr_addr.s.addr); in zip_dump_instruction()
240 printf("history_ptr.addr:0x%"PRIx64"\n", cmd83->s.his_ptr_addr.s.addr); in zip_dump_instruction()
242 printf("inp_ptr.addr:0x%"PRIx64"\n", cmd83->s.inp_ptr_addr.s.addr); in zip_dump_instruction()
244 printf("out_ptr.addr:0x%"PRIx64"\n", cmd83->s.out_ptr_addr.s.addr); in zip_dump_instruction()
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev_irq.c21 otx2_err("GGRP %d GGRP_INT=0x%" PRIx64 "", ggrp, intr); in sso_lf_irq()
58 otx2_err("GWS %d GWS_INT=0x%" PRIx64 "", gws, intr); in ssow_lf_irq()
188 otx2_err("TIM RING %d TIM_LF_NRSPERR_INT=0x%" PRIx64 "", ring, intr); in tim_lf_irq()
190 otx2_err("TIM RING %d TIM_LF_RAS_INT=0x%" PRIx64 "", ring, intr); in tim_lf_irq()
H A Dotx2_evdev.c1320 fprintf(f, "SSOW_LF_GWS_LINKS 0x%" PRIx64 "\n", in ssogws_dump()
1322 fprintf(f, "SSOW_LF_GWS_PENDWQP 0x%" PRIx64 "\n", in ssogws_dump()
1324 fprintf(f, "SSOW_LF_GWS_PENDSTATE 0x%" PRIx64 "\n", in ssogws_dump()
1326 fprintf(f, "SSOW_LF_GWS_NW_TIM 0x%" PRIx64 "\n", in ssogws_dump()
1328 fprintf(f, "SSOW_LF_GWS_TAG 0x%" PRIx64 "\n", in ssogws_dump()
1330 fprintf(f, "SSOW_LF_GWS_WQP 0x%" PRIx64 "\n", in ssogws_dump()
1332 fprintf(f, "SSOW_LF_GWS_SWTP 0x%" PRIx64 "\n", in ssogws_dump()
1334 fprintf(f, "SSOW_LF_GWS_PENDTAG 0x%" PRIx64 "\n", in ssogws_dump()
1342 fprintf(f, "SSO_LF_GGRP_QCTL 0x%" PRIx64 "\n", in ssoggrp_dump()
1344 fprintf(f, "SSO_LF_GGRP_XAQ_CNT 0x%" PRIx64 "\n", in ssoggrp_dump()
[all …]
/f-stack/dpdk/drivers/common/dpaax/
H A Ddpaax_iova_table.c143 DPAAX_DEBUG(" %08" PRIx64 " %08zu", in read_memory_node()
238 DPAAX_DEBUG("\t(%u),(%8"PRIx64"),(%8zu),(%8p)", in dpaax_iova_table_populate()
380 DPAAX_DEBUG("\t\t(%16"PRIx64"),(%16"PRIx64")", in dpaax_iova_table_dump()
/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_common.c58 "requested:%#"PRIx64" configured:%#"PRIx64"", in l2fwd_event_init_ports()
/f-stack/dpdk/drivers/bus/fslmc/
H A Dfslmc_vfio.c228 "virt_addr=0x%" PRIx64 ", " in fslmc_memevent_cb()
229 "iova=0x%" PRIx64 ", map_len=%zu", in fslmc_memevent_cb()
296 DPAA2_BUS_DEBUG("--> Map address: 0x%"PRIx64", size: %"PRIu64"", in fslmc_map_dma()
334 DPAA2_BUS_DEBUG("--> Unmap address: 0x%"PRIx64", size: %"PRIu64"", in fslmc_unmap_dma()
393 DPAA2_BUS_DEBUG("VFIOdmamap 0x%"PRIx64":0x%"PRIx64",size 0x%"PRIx64"\n", in rte_fslmc_vfio_mem_dmamap()
/f-stack/dpdk/examples/qos_meter/
H A Dmain.c343 "requested:%#"PRIx64" configured:%#"PRIx64"\n", in main()
389 "requested:%#"PRIx64" configured:%#"PRIx64"\n", in main()
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.c964 "\t guest_phys_addr: %" PRIx64 "\n" in dump_guest_pages()
965 "\t host_phys_addr : %" PRIx64 "\n" in dump_guest_pages()
966 "\t size : %" PRIx64 "\n", in dump_guest_pages()
1097 "(%#"PRIx64") overflow\n", in vhost_user_set_mem_table()
1160 "\t guest physical addr: 0x%" PRIx64 "\n" in vhost_user_set_mem_table()
1163 "\t mmap addr : 0x%" PRIx64 "\n" in vhost_user_set_mem_table()
1164 "\t mmap size : 0x%" PRIx64 "\n" in vhost_user_set_mem_table()
1165 "\t mmap align: 0x%" PRIx64 "\n" in vhost_user_set_mem_table()
1166 "\t mmap off : 0x%" PRIx64 "\n", in vhost_user_set_mem_table()
1236 "%" PRIx64 " - %" PRIx64 "\n", in vhost_user_set_mem_table()
[all …]
/f-stack/dpdk/drivers/net/ark/
H A Dark_logs.h18 #define ARK_SU64X "\n\t%-20s %#20" PRIx64
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_intr.c1944 "merge cnt: %" PRIx64 " total merge cnt: %" PRIx64, in hns3_clear_reset_level()
1964 "attempts:%" PRIx64, in hns3_reset_err_handle()
1991 hns3_warn(hw, "%s reset fail fail_cnt:%" PRIx64 " success_cnt:%" PRIx64 in hns3_reset_err_handle()
1992 " global_cnt:%" PRIx64 " imp_cnt:%" PRIx64 in hns3_reset_err_handle()
1993 " request_cnt:%" PRIx64 " exec_cnt:%" PRIx64 in hns3_reset_err_handle()
1994 " merge_cnt:%" PRIx64 "adapter_state:%d", in hns3_reset_err_handle()
2110 hns3_warn(hw, "%s reset done fail_cnt:%" PRIx64 in hns3_reset_post()
2111 " success_cnt:%" PRIx64 " global_cnt:%" PRIx64 in hns3_reset_post()
2112 " imp_cnt:%" PRIx64 " request_cnt:%" PRIx64 in hns3_reset_post()
2113 " exec_cnt:%" PRIx64 " merge_cnt:%" PRIx64, in hns3_reset_post()
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c177 PMD_DRV_LOG(DEBUG, "index=%d fd=%d offset=0x%" PRIx64 in update_memory_region()
178 " addr=0x%" PRIx64 " len=%" PRIu64, i, fd, in update_memory_region()
198 PMD_DRV_LOG(DEBUG, "index=%d fd=%d offset=0x%" PRIx64 in update_memory_region()
199 " addr=0x%" PRIx64 " len=%" PRIu64, i, fd, in update_memory_region()
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_event.c88 "requested:%#"PRIx64" configured:%#"PRIx64"\n", in l3fwd_eth_dev_port_setup()

1234567