Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cpt.c999 rvu_write64(rvu, blkaddr, CPT_AF_BAR2_ALIASX(slot, CPT_LF_CTL), 0x0); in cpt_lf_disable_iqueue()
1002 CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG)); in cpt_lf_disable_iqueue()
1005 CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG), inprog); in cpt_lf_disable_iqueue()
1008 CPT_AF_BAR2_ALIASX(slot, CPT_LF_Q_SIZE)) & 0x7FFF; in cpt_lf_disable_iqueue()
1011 CPT_AF_BAR2_ALIASX(slot, CPT_LF_Q_INST_PTR)); in cpt_lf_disable_iqueue()
1026 CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG)); in cpt_lf_disable_iqueue()
1202 CPT_AF_BAR2_ALIASX(slot, CPT_LF_CTX_FLUSH), in rvu_cpt_ctx_flush()
Drvu_reg.h544 #define CPT_AF_BAR2_ALIASX(a, b) AF_BAR2_ALIASX(a, b) macro