cir_reg          1012 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	u64  cir_reg = 0, pir_reg = 0;
cir_reg          1017 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		cir_reg = NIX_AF_TL1X_CIR(schq);
cir_reg          1021 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		cir_reg = NIX_AF_TL2X_CIR(schq);
cir_reg          1025 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		cir_reg = NIX_AF_TL3X_CIR(schq);
cir_reg          1029 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		cir_reg = NIX_AF_TL4X_CIR(schq);
cir_reg          1034 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	if (!cir_reg)
cir_reg          1036 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	cfg = rvu_read64(rvu, blkaddr, cir_reg);
cir_reg          1037 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	rvu_write64(rvu, blkaddr, cir_reg, cfg & ~BIT_ULL(0));