Home
last modified time | relevance | path

Searched refs:dev_stop (Results 1 – 25 of 141) sorted by relevance

123456

/dpdk/drivers/crypto/qat/dev/
H A Dqat_asym_pmd_gen1.c15 .dev_stop = qat_cryptodev_stop,
H A Dqat_crypto_pmd_gen2.c259 .dev_stop = qat_cryptodev_stop,
/dpdk/lib/dmadev/
H A Drte_dmadev_pmd.h75 rte_dma_stop_t dev_stop; member
H A Drte_dmadev.c529 if (dev->dev_ops->dev_stop == NULL) in rte_dma_stop()
532 ret = (*dev->dev_ops->dev_stop)(dev); in rte_dma_stop()
/dpdk/lib/compressdev/
H A Drte_compressdev_pmd.h252 compressdev_stop_t dev_stop; /**< Stop device. */ member
H A Drte_compressdev.c492 RTE_FUNC_PTR_OR_RET(*dev->dev_ops->dev_stop); in rte_compressdev_stop()
500 (*dev->dev_ops->dev_stop)(dev); in rte_compressdev_stop()
/dpdk/drivers/net/ark/
H A Dark_global.h83 void (*dev_stop)(struct rte_eth_dev *, void *); member
H A Dark_ethdev.c170 .dev_stop = eth_ark_dev_stop,
240 ark->user_ext.dev_stop = in check_for_ext()
651 if (ark->user_ext.dev_stop) in eth_ark_dev_stop()
652 ark->user_ext.dev_stop(dev, in eth_ark_dev_stop()
/dpdk/lib/regexdev/
H A Drte_regexdev_core.h114 regexdev_stop_t dev_stop; member
H A Drte_regexdev.c349 RTE_FUNC_PTR_OR_ERR_RET(*dev->dev_ops->dev_stop, -ENOTSUP); in rte_regexdev_stop()
350 (*dev->dev_ops->dev_stop)(dev); in rte_regexdev_stop()
/dpdk/drivers/compress/qat/dev/
H A Dqat_comp_pmd_gen1.c57 .dev_stop = qat_comp_dev_stop,
H A Dqat_comp_pmd_gen4.c44 .dev_stop = qat_comp_dev_stop,
/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex.c33 .dev_stop = mlx5_regex_stop,
/dpdk/lib/rawdev/
H A Drte_rawdev_pmd.h524 rawdev_stop_t dev_stop; member
H A Drte_rawdev.c421 if (dev->dev_ops->dev_stop == NULL) in rte_rawdev_stop()
424 (*dev->dev_ops->dev_stop)(dev); in rte_rawdev_stop()
/dpdk/drivers/net/cxgbe/
H A Dcxgbevf_ethdev.c68 .dev_stop = cxgbe_dev_stop,
/dpdk/lib/cryptodev/
H A Dcryptodev_pmd.h405 cryptodev_stop_t dev_stop; /**< Stop device. */ member
/dpdk/drivers/net/ena/
H A Dena_ethdev.h209 u64 dev_stop; member
/dpdk/drivers/net/ixgbe/
H A Dixgbe_vf_representor.c147 .dev_stop = ixgbe_vf_representor_dev_stop,
/dpdk/drivers/crypto/armv8/
H A Drte_armv8_pmd_ops.c322 .dev_stop = armv8_crypto_pmd_stop,
/dpdk/drivers/compress/zlib/
H A Dzlib_pmd_ops.c289 .dev_stop = zlib_pmd_stop,
/dpdk/drivers/crypto/null/
H A Dnull_crypto_pmd_ops.c311 .dev_stop = null_crypto_pmd_stop,
/dpdk/drivers/compress/isal/
H A Disal_compress_pmd_ops.c360 .dev_stop = isal_comp_pmd_stop,
/dpdk/drivers/net/bnx2x/
H A Dbnx2x_ethdev.c572 .dev_stop = bnx2x_dev_stop,
597 .dev_stop = bnx2x_dev_stop,
/dpdk/drivers/raw/ioat/
H A Dioat_rawdev.c137 .dev_stop = ioat_dev_stop, in ioat_rawdev_create()

123456