]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/dpdk/drivers/crypto/ccp/ccp_crypto.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / drivers / crypto / ccp / ccp_crypto.h
index 882b398acaaca00d1e0df3b80cfcadff19df6edd..8e6d03efc831d9a537d637e1f986ba6eb4f9f9d4 100644 (file)
@@ -353,7 +353,9 @@ int process_ops_to_enqueue(struct ccp_qp *qp,
                           struct rte_crypto_op **op,
                           struct ccp_queue *cmd_q,
                           uint16_t nb_ops,
-                          int slots_req);
+                          uint16_t total_nb_ops,
+                          int slots_req,
+                          uint16_t b_idx);
 
 /**
  * process crypto ops to be dequeued
@@ -365,7 +367,8 @@ int process_ops_to_enqueue(struct ccp_qp *qp,
  */
 int process_ops_to_dequeue(struct ccp_qp *qp,
                           struct rte_crypto_op **op,
-                          uint16_t nb_ops);
+                          uint16_t nb_ops,
+                          uint16_t *total_nb_ops);
 
 
 /**