Searched refs:cqp (Results 1 – 3 of 3) sorted by relevance
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec_process.c | 38 len = cqp->len; in enqueue_cop_bulk() 45 n = rte_cryptodev_enqueue_burst(cqp->id, cqp->qp, cop, num); in enqueue_cop_bulk() 46 cqp->in_flight += n; in enqueue_cop_bulk() 66 n = rte_cryptodev_enqueue_burst(cqp->id, cqp->qp, in enqueue_cop_bulk() 67 cqp->buf, len); in enqueue_cop_bulk() 68 cqp->in_flight += n; in enqueue_cop_bulk() 76 cqp->len = len; in enqueue_cop_bulk() 185 struct cdev_qp *cqp; in ipsec_prepare_crypto_group() local 363 if (cqp->in_flight == 0) in cqp_dequeue() 366 n = rte_cryptodev_dequeue_burst(cqp->id, cqp->qp, cop, num); in cqp_dequeue() [all …]
|
| H A D | ipsec.c | 569 len = cqp->len; in enqueue_cop_burst() 570 ret = rte_cryptodev_enqueue_burst(cqp->id, cqp->qp, cqp->buf, len); in enqueue_cop_burst() 574 cqp->id, cqp->qp, ret, len); in enqueue_cop_burst() 579 cqp->in_flight += ret; in enqueue_cop_burst() 580 cqp->len = 0; in enqueue_cop_burst() 586 cqp->buf[cqp->len++] = cop; in enqueue_cop() 589 enqueue_cop_burst(cqp); in enqueue_cop() 749 struct cdev_qp *cqp; in ipsec_dequeue() local 755 if (cqp->in_flight == 0) in ipsec_dequeue() 758 nb_cops = rte_cryptodev_dequeue_burst(cqp->id, cqp->qp, in ipsec_dequeue() [all …]
|
| H A D | ipsec.h | 405 enqueue_cop_burst(struct cdev_qp *cqp);
|