Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cpt.c862 rvu_write64(rvu, blkaddr, CPT_AF_BAR2_ALIASX(slot, CPT_LF_CTL), 0x0); in cpt_lf_disable_iqueue()
866 CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG)); in cpt_lf_disable_iqueue()
869 CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG), inprog); in cpt_lf_disable_iqueue()
874 CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG)); in cpt_lf_disable_iqueue()
883 CPT_AF_BAR2_ALIASX(slot, in cpt_lf_disable_iqueue()
897 CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG)); in cpt_lf_disable_iqueue()
928 reg = rvu_read64(rvu, blkaddr, CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG)); in rvu_cpt_lf_teardown()
930 rvu_write64(rvu, blkaddr, CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG), reg); in rvu_cpt_lf_teardown()
1076 CPT_AF_BAR2_ALIASX(slot, CPT_LF_CTX_FLUSH), in rvu_cpt_ctx_flush()
Drvu_reg.h541 #define CPT_AF_BAR2_ALIASX(a, b) AF_BAR2_ALIASX(a, b) macro