| /dpdk/drivers/crypto/qat/dev/ |
| H A D | qat_asym_pmd_gen1.c | 13 .dev_configure = qat_cryptodev_config,
|
| /dpdk/lib/dmadev/ |
| H A D | rte_dmadev_pmd.h | 73 rte_dma_configure_t dev_configure; member
|
| H A D | rte_dmadev.c | 474 RTE_FUNC_PTR_OR_ERR_RET(*dev->dev_ops->dev_configure, -ENOTSUP); in rte_dma_configure() 475 ret = (*dev->dev_ops->dev_configure)(dev, dev_conf, in rte_dma_configure()
|
| /dpdk/lib/compressdev/ |
| H A D | rte_compressdev_pmd.h | 250 compressdev_configure_t dev_configure; /**< Configure device. */ member
|
| H A D | rte_compressdev.c | 433 RTE_FUNC_PTR_OR_ERR_RET(*dev->dev_ops->dev_configure, -ENOTSUP); in rte_compressdev_configure() 445 return (*dev->dev_ops->dev_configure)(dev, config); in rte_compressdev_configure()
|
| /dpdk/app/test/ |
| H A D | virtual_pmd.c | 229 .dev_configure = virtual_ethdev_configure_success, 266 dev_ops->dev_configure = virtual_ethdev_configure_success; in virtual_ethdev_configure_fn_set_success() 268 dev_ops->dev_configure = virtual_ethdev_configure_fail; in virtual_ethdev_configure_fn_set_success()
|
| /dpdk/drivers/net/ark/ |
| H A D | ark_global.h | 81 int (*dev_configure)(struct rte_eth_dev *, void *); member
|
| H A D | ark_ethdev.c | 168 .dev_configure = eth_ark_dev_configure, 234 ark->user_ext.dev_configure = in check_for_ext() 577 if (ark->user_ext.dev_configure) in eth_ark_dev_configure() 578 return ark->user_ext.dev_configure(dev, in eth_ark_dev_configure()
|
| /dpdk/lib/regexdev/ |
| H A D | rte_regexdev_core.h | 111 regexdev_configure_t dev_configure; member
|
| H A D | rte_regexdev.c | 214 RTE_FUNC_PTR_OR_ERR_RET(*dev->dev_ops->dev_configure, -ENOTSUP); in rte_regexdev_configure() 290 ret = (*dev->dev_ops->dev_configure)(dev, cfg); in rte_regexdev_configure()
|
| /dpdk/drivers/compress/qat/dev/ |
| H A D | qat_comp_pmd_gen1.c | 55 .dev_configure = qat_comp_dev_config_gen1,
|
| H A D | qat_comp_pmd_gen4.c | 42 .dev_configure = qat_comp_dev_config_gen4,
|
| /dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex.c | 29 .dev_configure = mlx5_regex_configure,
|
| /dpdk/lib/rawdev/ |
| H A D | rte_rawdev_pmd.h | 520 rawdev_configure_t dev_configure; member
|
| H A D | rte_rawdev.c | 104 RTE_FUNC_PTR_OR_ERR_RET(*dev->dev_ops->dev_configure, -ENOTSUP); in rte_rawdev_configure() 113 diag = (*dev->dev_ops->dev_configure)(dev, dev_conf->dev_private, in rte_rawdev_configure()
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbevf_ethdev.c | 74 .dev_configure = cxgbe_dev_configure,
|
| /dpdk/lib/cryptodev/ |
| H A D | cryptodev_pmd.h | 403 cryptodev_configure_t dev_configure; /**< Configure device. */ member
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_vf_representor.c | 146 .dev_configure = ixgbe_vf_representor_dev_configure,
|
| /dpdk/drivers/crypto/armv8/ |
| H A D | rte_armv8_pmd_ops.c | 320 .dev_configure = armv8_crypto_pmd_config,
|
| /dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd_ops.c | 287 .dev_configure = zlib_pmd_config,
|
| /dpdk/drivers/crypto/null/ |
| H A D | null_crypto_pmd_ops.c | 309 .dev_configure = null_crypto_pmd_config,
|
| /dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd_ops.c | 358 .dev_configure = isal_comp_pmd_config,
|
| /dpdk/drivers/raw/ioat/ |
| H A D | idxd_bus.c | 92 .dev_configure = idxd_dev_configure,
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_ethdev.c | 570 .dev_configure = bnx2x_dev_configure, 595 .dev_configure = bnx2x_dev_configure,
|
| /dpdk/drivers/dma/idxd/ |
| H A D | idxd_bus.c | 101 .dev_configure = idxd_configure,
|