Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cpt.c1007 rvu_write64(rvu, blkaddr, CPT_AF_BAR2_ALIASX(slot, CPT_LF_CTL), 0x0); in cpt_lf_disable_iqueue()
1010 CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG)); in cpt_lf_disable_iqueue()
1013 CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG), inprog); in cpt_lf_disable_iqueue()
1016 CPT_AF_BAR2_ALIASX(slot, CPT_LF_Q_SIZE)) & 0x7FFF; in cpt_lf_disable_iqueue()
1019 CPT_AF_BAR2_ALIASX(slot, CPT_LF_Q_INST_PTR)); in cpt_lf_disable_iqueue()
1034 CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG)); in cpt_lf_disable_iqueue()
1210 CPT_AF_BAR2_ALIASX(slot, CPT_LF_CTX_FLUSH), in rvu_cpt_ctx_flush()
Drvu_reg.h545 #define CPT_AF_BAR2_ALIASX(a, b) AF_BAR2_ALIASX(a, b) macro