Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/ipsec_mb/
H A Dipsec_mb_private.c110 if (pmd_data->dev_config) { in ipsec_mb_create()
111 retval = (*pmd_data->dev_config)(dev); in ipsec_mb_create()
H A Dipsec_mb_private.h339 ipsec_mb_dev_configure_t dev_config; member
H A Dpmd_aesni_mb.c2111 aesni_mb_data->dev_config = aesni_mb_configure_dev; in RTE_INIT()
/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto.h34 struct rte_cryptodev_config dev_config; member
H A Dmlx5_crypto.c133 priv->dev_config = *config; in mlx5_crypto_dev_configure()
640 priv->dev_config.socket_id) != 0) { in mlx5_crypto_queue_pair_setup()
/dpdk/drivers/compress/mlx5/
H A Dmlx5_compress.c47 struct rte_compressdev_config dev_config; member
125 priv->dev_config = *config; in mlx5_compress_dev_configure()
209 priv->dev_config.socket_id)) { in mlx5_compress_qp_setup()
329 priv->dev_config.socket_id); in mlx5_compress_xform_create()
/dpdk/examples/dma/
H A Ddmafwd.c780 struct rte_dma_conf dev_config = { .nb_vchans = 1 }; in configure_dmadev_queue() local
787 if (rte_dma_configure(dev_id, &dev_config) != 0) in configure_dmadev_queue()
/dpdk/examples/vhost/
H A Dmain.c230 struct rte_dma_conf dev_config = { .nb_vchans = 1 }; in open_dma() local
309 if (rte_dma_configure(dev_id, &dev_config) != 0) { in open_dma()