Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cpt.c1077 rvu_write64(rvu, blkaddr, CPT_AF_BAR2_ALIASX(slot, CPT_LF_CTL), 0x0); in cpt_lf_disable_iqueue()
1080 CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG)); in cpt_lf_disable_iqueue()
1083 CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG), inprog); in cpt_lf_disable_iqueue()
1086 CPT_AF_BAR2_ALIASX(slot, CPT_LF_Q_SIZE)) & 0x7FFF; in cpt_lf_disable_iqueue()
1089 CPT_AF_BAR2_ALIASX(slot, CPT_LF_Q_INST_PTR)); in cpt_lf_disable_iqueue()
1104 CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG)); in cpt_lf_disable_iqueue()
1280 CPT_AF_BAR2_ALIASX(slot, CPT_LF_CTX_FLUSH), in rvu_cpt_ctx_flush()
Drvu_reg.h558 #define CPT_AF_BAR2_ALIASX(a, b) AF_BAR2_ALIASX(a, b) macro