Home
last modified time | relevance | path

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

/dpdk/lib/eventdev/
H A Drte_event_crypto_adapter.c445 struct crypto_queue_pair_info *qp_info = NULL; in eca_enq_to_cryptodev() local
471 qp_info = &adapter->cdevs[cdev_id].qpairs[qp_id]; in eca_enq_to_cryptodev()
472 if (!qp_info->qp_enabled) { in eca_enq_to_cryptodev()
477 eca_circular_buffer_add(&qp_info->cbuf, crypto_op); in eca_enq_to_cryptodev()
485 qp_info = &adapter->cdevs[cdev_id].qpairs[qp_id]; in eca_enq_to_cryptodev()
486 if (!qp_info->qp_enabled) { in eca_enq_to_cryptodev()
510 &qp_info->cbuf))) in eca_enq_to_cryptodev()
888 struct crypto_queue_pair_info *qp_info; in eca_update_qp_info() local
899 qp_info = &dev_info->qpairs[queue_pair_id]; in eca_update_qp_info()
900 enabled = qp_info->qp_enabled; in eca_update_qp_info()
[all …]