Searched refs:CPT_LFBASE (Results 1 – 1 of 1) sorted by relevance
45 #define CPT_LFBASE (BLKTYPE_CPT << RVU_FUNC_BLKADDR_SHIFT) macro46 #define CN10K_CPT_LF_CTL (CPT_LFBASE | 0x10)47 #define CN10K_CPT_LF_INPROG (CPT_LFBASE | 0x40)48 #define CN10K_CPT_LF_Q_BASE (CPT_LFBASE | 0xf0)49 #define CN10K_CPT_LF_Q_SIZE (CPT_LFBASE | 0x100)50 #define CN10K_CPT_LF_Q_INST_PTR (CPT_LFBASE | 0x110)51 #define CN10K_CPT_LF_Q_GRP_PTR (CPT_LFBASE | 0x120)52 #define CN10K_CPT_LF_NQX(a) (CPT_LFBASE | 0x400 | (a) << 3)53 #define CN10K_CPT_LF_CTX_FLUSH (CPT_LFBASE | 0x510)