Lines Matching refs:qp_id
461 uint16_t qp_id; in cryptodev_cb_cleanup() local
466 for (qp_id = 0; qp_id < dev->data->nb_queue_pairs; qp_id++) { in cryptodev_cb_cleanup()
467 list = &dev->enq_cbs[qp_id]; in cryptodev_cb_cleanup()
478 for (qp_id = 0; qp_id < dev->data->nb_queue_pairs; qp_id++) { in cryptodev_cb_cleanup()
479 list = &dev->deq_cbs[qp_id]; in cryptodev_cb_cleanup()
501 uint16_t qp_id; in cryptodev_cb_init() local
527 for (qp_id = 0; qp_id < dev->data->nb_queue_pairs; qp_id++) { in cryptodev_cb_init()
528 list = &dev->enq_cbs[qp_id]; in cryptodev_cb_init()
532 "queue_pair_id=%d", qp_id); in cryptodev_cb_init()
538 "queue_pair_id=%d", qp_id); in cryptodev_cb_init()
545 for (qp_id = 0; qp_id < dev->data->nb_queue_pairs; qp_id++) { in cryptodev_cb_init()
546 list = &dev->deq_cbs[qp_id]; in cryptodev_cb_init()
550 "queue_pair_id=%d", qp_id); in cryptodev_cb_init()
556 "queue_pair_id=%d", qp_id); in cryptodev_cb_init()
1267 uint16_t qp_id, in rte_cryptodev_add_enq_callback() argument
1288 if (qp_id >= dev->data->nb_queue_pairs) { in rte_cryptodev_add_enq_callback()
1289 CDEV_LOG_ERR("Invalid queue_pair_id=%d", qp_id); in rte_cryptodev_add_enq_callback()
1297 "dev=%d, queue_pair_id=%d", dev_id, qp_id); in rte_cryptodev_add_enq_callback()
1308 list = &dev->enq_cbs[qp_id]; in rte_cryptodev_add_enq_callback()
1332 uint16_t qp_id, in rte_cryptodev_remove_enq_callback() argument
1353 if (qp_id >= dev->data->nb_queue_pairs) { in rte_cryptodev_remove_enq_callback()
1354 CDEV_LOG_ERR("Invalid queue_pair_id=%d", qp_id); in rte_cryptodev_remove_enq_callback()
1364 list = &dev->enq_cbs[qp_id]; in rte_cryptodev_remove_enq_callback()
1402 uint16_t qp_id, in rte_cryptodev_add_deq_callback() argument
1423 if (qp_id >= dev->data->nb_queue_pairs) { in rte_cryptodev_add_deq_callback()
1424 CDEV_LOG_ERR("Invalid queue_pair_id=%d", qp_id); in rte_cryptodev_add_deq_callback()
1432 "dev=%d, queue_pair_id=%d", dev_id, qp_id); in rte_cryptodev_add_deq_callback()
1443 list = &dev->deq_cbs[qp_id]; in rte_cryptodev_add_deq_callback()
1467 uint16_t qp_id, in rte_cryptodev_remove_deq_callback() argument
1488 if (qp_id >= dev->data->nb_queue_pairs) { in rte_cryptodev_remove_deq_callback()
1489 CDEV_LOG_ERR("Invalid queue_pair_id=%d", qp_id); in rte_cryptodev_remove_deq_callback()
1499 list = &dev->deq_cbs[qp_id]; in rte_cryptodev_remove_deq_callback()
2242 rte_cryptodev_configure_raw_dp_ctx(uint8_t dev_id, uint16_t qp_id, in rte_cryptodev_configure_raw_dp_ctx() argument
2250 if (!rte_cryptodev_get_qp_status(dev_id, qp_id)) in rte_cryptodev_configure_raw_dp_ctx()
2258 return (*dev->dev_ops->sym_configure_raw_dp_ctx)(dev, qp_id, ctx, in rte_cryptodev_configure_raw_dp_ctx()