Searched refs:cryptodev_id (Results 1 – 12 of 12) sorted by relevance
| /dpdk/lib/port/ |
| H A D | rte_port_sym_crypto.c | 31 uint8_t cryptodev_id; member 60 port->cryptodev_id = conf->cryptodev_id; in rte_port_sym_crypto_reader_create() 75 rx_ops_cnt = rte_cryptodev_dequeue_burst(p->cryptodev_id, p->queue_id, in rte_port_sym_crypto_reader_rx() 153 uint8_t cryptodev_id; member 187 port->cryptodev_id = conf->cryptodev_id; in rte_port_sym_crypto_writer_create() 199 nb_tx = rte_cryptodev_enqueue_burst(p->cryptodev_id, p->queue_id, in send_burst() 339 uint8_t cryptodev_id; member 369 port->cryptodev_id = conf->cryptodev_id; in rte_port_sym_crypto_writer_nodrop_create() 391 nb_tx = rte_cryptodev_enqueue_burst(p->cryptodev_id, p->queue_id, in send_burst_nodrop() 401 nb_tx += rte_cryptodev_enqueue_burst(p->cryptodev_id, in send_burst_nodrop()
|
| H A D | rte_port_sym_crypto.h | 34 uint8_t cryptodev_id; member 53 uint8_t cryptodev_id; member 71 uint8_t cryptodev_id; member
|
| /dpdk/lib/vhost/ |
| H A D | rte_vhost_crypto.h | 66 rte_vhost_crypto_create(int vid, uint8_t cryptodev_id,
|
| H A D | vhost_crypto.c | 1426 rte_vhost_crypto_create(int vid, uint8_t cryptodev_id, in rte_vhost_crypto_create() argument 1451 vcrypto->cid = cryptodev_id; in rte_vhost_crypto_create()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_pipeline.c | 367 pp.cryptodev.cryptodev_id = cryptodev->dev_id; in softnic_pipeline_port_in_create() 610 pp.cryptodev.cryptodev_id = cryptodev->dev_id; in softnic_pipeline_port_out_create() 615 pp_nodrop.cryptodev.cryptodev_id = cryptodev->dev_id; in softnic_pipeline_port_out_create()
|
| H A D | rte_eth_softnic_cli.c | 2164 p.sym_crypto.cryptodev_id = cryptodev->dev_id; in cmd_table_action_profile()
|
| /dpdk/examples/ip_pipeline/ |
| H A D | pipeline.c | 312 pp.sym_crypto.cryptodev_id = cryptodev->dev_id; in pipeline_port_in_create() 588 pp.sym_crypto.cryptodev_id = cryptodev->dev_id; in pipeline_port_out_create() 593 pp_nodrop.sym_crypto.cryptodev_id = cryptodev->dev_id; in pipeline_port_out_create()
|
| H A D | cli.c | 1438 p.sym_crypto.cryptodev_id = cryptodev->dev_id; in cmd_table_action_profile()
|
| /dpdk/examples/fips_validation/ |
| H A D | main.c | 188 uint32_t cryptodev_id; in parse_cryptodev_id_arg() local 190 if (parser_read_uint32(&cryptodev_id, arg) < 0) { in parse_cryptodev_id_arg() 197 if (!rte_cryptodev_is_valid_dev(cryptodev_id)) { in parse_cryptodev_id_arg() 199 cryptodev_id, arg); in parse_cryptodev_id_arg() 203 env.dev_id = (uint8_t)cryptodev_id; in parse_cryptodev_id_arg()
|
| /dpdk/lib/pipeline/ |
| H A D | rte_table_action.h | 734 uint8_t cryptodev_id; member
|
| H A D | rte_table_action.c | 1733 if (!rte_cryptodev_is_valid_dev(cfg->cryptodev_id)) in sym_crypto_cfg_check() 1797 ret = get_block_size(xform, cfg->cryptodev_id); in sym_crypto_apply() 1847 ret = get_block_size(xform, cfg->cryptodev_id); in sym_crypto_apply() 1905 ret = rte_cryptodev_sym_session_init(cfg->cryptodev_id, session, in sym_crypto_apply()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | vhost_lib.rst | 196 * ``rte_vhost_crypto_create(vid, cryptodev_id, sess_mempool, socket_id)`` 200 DPDK cryptodev with the device ID of ``cryptodev_id``.
|