Home
last modified time | relevance | path

Searched refs:otx2_npa_dbg (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/mempool/octeontx2/
H A Dotx2_mempool_ops.c776 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()
863 otx2_npa_dbg("length %"PRIu64", aligned length %"PRIu64"", in otx2_npa_populate()
865 otx2_npa_dbg("element size %"PRIu64"", (uint64_t)total_elt_sz); in otx2_npa_populate()
866 otx2_npa_dbg("requested objects %"PRIu64", possible objects %"PRIu64"", in otx2_npa_populate()
868 otx2_npa_dbg("L1D set distribution :"); in otx2_npa_populate()
870 otx2_npa_dbg("set[%d] : objects : %"PRIu64"", i, in otx2_npa_populate()
H A Dotx2_mempool.c315 otx2_npa_dbg("npa_lf=%p pools=%d sz=%d pf_func=0x%x msix=0x%x", in otx2_npa_lf_init()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_common.h116 #define otx2_npa_dbg(fmt, ...) otx2_dbg(npa, fmt, ##__VA_ARGS__) macro