Home
last modified time | relevance | path

Searched refs:dev_configure (Results 1 – 25 of 124) sorted by relevance

12345

/f-stack/dpdk/drivers/net/ark/
H A Dark_ext.h43 int dev_configure(struct rte_eth_dev *dev,
H A Dark_global.h64 int (*dev_configure)(struct rte_eth_dev *, void *); member
H A Dark_ethdev.c134 .dev_configure = eth_ark_dev_configure,
200 ark->user_ext.dev_configure = in check_for_ext()
572 if (ark->user_ext.dev_configure) in eth_ark_dev_configure()
573 return ark->user_ext.dev_configure(dev, in eth_ark_dev_configure()
/f-stack/dpdk/lib/librte_compressdev/
H A Drte_compressdev_pmd.h250 compressdev_configure_t dev_configure; /**< Configure device. */ member
H A Drte_compressdev.c435 RTE_FUNC_PTR_OR_ERR_RET(*dev->dev_ops->dev_configure, -ENOTSUP); in rte_compressdev_configure()
447 return (*dev->dev_ops->dev_configure)(dev, config); in rte_compressdev_configure()
/f-stack/dpdk/app/test/
H A Dvirtual_pmd.c239 .dev_configure = virtual_ethdev_configure_success,
278 dev_ops->dev_configure = virtual_ethdev_configure_success; in virtual_ethdev_configure_fn_set_success()
280 dev_ops->dev_configure = virtual_ethdev_configure_fail; in virtual_ethdev_configure_fn_set_success()
/f-stack/dpdk/lib/librte_regexdev/
H A Drte_regexdev_core.h111 regexdev_configure_t dev_configure; member
H A Drte_regexdev.c216 RTE_FUNC_PTR_OR_ERR_RET(*dev->dev_ops->dev_configure, -ENOTSUP); in rte_regexdev_configure()
292 ret = (*dev->dev_ops->dev_configure)(dev, cfg); in rte_regexdev_configure()
/f-stack/dpdk/drivers/raw/ioat/
H A Didxd_vdev.c37 .dev_configure = idxd_dev_configure,
/f-stack/dpdk/lib/librte_rawdev/
H A Drte_rawdev_pmd.h514 rawdev_configure_t dev_configure; member
H A Drte_rawdev.c118 RTE_FUNC_PTR_OR_ERR_RET(*dev->dev_ops->dev_configure, -ENOTSUP); in rte_rawdev_configure()
127 diag = (*dev->dev_ops->dev_configure)(dev, dev_conf->dev_private, in rte_rawdev_configure()
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev_pmd.h359 cryptodev_configure_t dev_configure; /**< Configure device. */ member
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbevf_ethdev.c84 .dev_configure = cxgbe_dev_configure,
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_vf_representor.c146 .dev_configure = ixgbe_vf_representor_dev_configure,
/f-stack/dpdk/drivers/crypto/armv8/
H A Drte_armv8_pmd_ops.c321 .dev_configure = armv8_crypto_pmd_config,
/f-stack/dpdk/drivers/compress/zlib/
H A Dzlib_pmd_ops.c287 .dev_configure = zlib_pmd_config,
/f-stack/dpdk/drivers/crypto/kasumi/
H A Drte_kasumi_pmd_ops.c298 .dev_configure = kasumi_pmd_config,
/f-stack/dpdk/drivers/crypto/zuc/
H A Drte_zuc_pmd_ops.c304 .dev_configure = zuc_pmd_config,
/f-stack/dpdk/drivers/crypto/snow3g/
H A Drte_snow3g_pmd_ops.c305 .dev_configure = snow3g_pmd_config,
/f-stack/dpdk/drivers/crypto/null/
H A Dnull_crypto_pmd_ops.c311 .dev_configure = null_crypto_pmd_config,
/f-stack/dpdk/drivers/crypto/aesni_gcm/
H A Daesni_gcm_pmd_ops.c313 .dev_configure = aesni_gcm_pmd_config,
/f-stack/dpdk/drivers/raw/octeontx2_ep/
H A Dotx2_ep_rawdev.c251 .dev_configure = sdp_rawdev_configure,
/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex.c29 .dev_configure = mlx5_regex_configure,
/f-stack/dpdk/drivers/compress/isal/
H A Disal_compress_pmd_ops.c352 .dev_configure = isal_comp_pmd_config,
/f-stack/dpdk/drivers/compress/qat/
H A Dqat_comp_pmd.c577 .dev_configure = NULL,
624 .dev_configure = qat_comp_dev_config,

12345