| /dpdk/drivers/crypto/qat/dev/ |
| H A D | qat_asym_pmd_gen1.c | 15 .dev_stop = qat_cryptodev_stop,
|
| H A D | qat_crypto_pmd_gen2.c | 259 .dev_stop = qat_cryptodev_stop,
|
| /dpdk/lib/dmadev/ |
| H A D | rte_dmadev_pmd.h | 75 rte_dma_stop_t dev_stop; member
|
| H A D | rte_dmadev.c | 529 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 D | rte_compressdev_pmd.h | 252 compressdev_stop_t dev_stop; /**< Stop device. */ member
|
| H A D | rte_compressdev.c | 492 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 D | ark_global.h | 83 void (*dev_stop)(struct rte_eth_dev *, void *); member
|
| H A D | ark_ethdev.c | 170 .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 D | rte_regexdev_core.h | 114 regexdev_stop_t dev_stop; member
|
| H A D | rte_regexdev.c | 349 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 D | qat_comp_pmd_gen1.c | 57 .dev_stop = qat_comp_dev_stop,
|
| H A D | qat_comp_pmd_gen4.c | 44 .dev_stop = qat_comp_dev_stop,
|
| /dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex.c | 33 .dev_stop = mlx5_regex_stop,
|
| /dpdk/lib/rawdev/ |
| H A D | rte_rawdev_pmd.h | 524 rawdev_stop_t dev_stop; member
|
| H A D | rte_rawdev.c | 421 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 D | cxgbevf_ethdev.c | 68 .dev_stop = cxgbe_dev_stop,
|
| /dpdk/lib/cryptodev/ |
| H A D | cryptodev_pmd.h | 405 cryptodev_stop_t dev_stop; /**< Stop device. */ member
|
| /dpdk/drivers/net/ena/ |
| H A D | ena_ethdev.h | 209 u64 dev_stop; member
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_vf_representor.c | 147 .dev_stop = ixgbe_vf_representor_dev_stop,
|
| /dpdk/drivers/crypto/armv8/ |
| H A D | rte_armv8_pmd_ops.c | 322 .dev_stop = armv8_crypto_pmd_stop,
|
| /dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd_ops.c | 289 .dev_stop = zlib_pmd_stop,
|
| /dpdk/drivers/crypto/null/ |
| H A D | null_crypto_pmd_ops.c | 311 .dev_stop = null_crypto_pmd_stop,
|
| /dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd_ops.c | 360 .dev_stop = isal_comp_pmd_stop,
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_ethdev.c | 572 .dev_stop = bnx2x_dev_stop, 597 .dev_stop = bnx2x_dev_stop,
|
| /dpdk/drivers/raw/ioat/ |
| H A D | ioat_rawdev.c | 137 .dev_stop = ioat_dev_stop, in ioat_rawdev_create()
|