Home
last modified time | relevance | path

Searched refs:CPT_LF_NQX (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/common/cnxk/hw/
H A Dcpt.h35 #define CPT_LF_NQX(a) (0x400ull | (uint64_t)(a) << 3) macro
/dpdk/drivers/common/cnxk/
H A Droc_cpt.c459 lf->io_addr = lf->rbase + CPT_LF_NQX(0); in cpt_iq_init()