Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_cpt.c197 plt_cpt_dbg("CPT LF"); in cpt_lf_dump()
198 plt_cpt_dbg("RBASE: 0x%016" PRIx64, lf->rbase); in cpt_lf_dump()
199 plt_cpt_dbg("LMT_BASE: 0x%016" PRIx64, lf->lmt_base); in cpt_lf_dump()
200 plt_cpt_dbg("MSIXOFF: 0x%x", lf->msixoff); in cpt_lf_dump()
201 plt_cpt_dbg("LF_ID: 0x%x", lf->lf_id); in cpt_lf_dump()
202 plt_cpt_dbg("NB DESC: %d", lf->nb_desc); in cpt_lf_dump()
203 plt_cpt_dbg("FC_ADDR: 0x%016" PRIx64, (uintptr_t)lf->fc_addr); in cpt_lf_dump()
206 plt_cpt_dbg("CPT LF REG:"); in cpt_lf_dump()
207 plt_cpt_dbg("LF_CTL[0x%016llx]: 0x%016" PRIx64, CPT_LF_CTL, in cpt_lf_dump()
212 plt_cpt_dbg("Q_BASE[0x%016llx]: 0x%016" PRIx64, CPT_LF_Q_BASE, in cpt_lf_dump()
[all …]
H A Droc_platform.h239 #define plt_cpt_dbg(fmt, ...) plt_dbg(cpt, fmt, ##__VA_ARGS__) macro
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_cryptodev_ops.c164 plt_cpt_dbg("max_nb_queue_pairs %u", info->max_nb_queue_pairs); in cnxk_cpt_dev_info_get()