]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/octeontx2/otx2_cryptodev_mbox.h
net/hns3: fix VF configuration after abnormal exit
[dpdk.git] / drivers / crypto / octeontx2 / otx2_cryptodev_mbox.h
index 0a4306102625b36fd9fc2409f84f3996febd6b77..a298718e8375d1df47f030e5f42e282038664472 100644 (file)
@@ -16,4 +16,10 @@ int otx2_cpt_queues_detach(const struct rte_cryptodev *dev);
 
 int otx2_cpt_msix_offsets_get(const struct rte_cryptodev *dev);
 
+int otx2_cpt_af_reg_read(const struct rte_cryptodev *dev, uint64_t reg,
+                        uint64_t *val);
+
+int otx2_cpt_af_reg_write(const struct rte_cryptodev *dev, uint64_t reg,
+                         uint64_t val);
+
 #endif /* _OTX2_CRYPTODEV_MBOX_H_ */