| /dpdk/app/test/ |
| H A D | virtual_pmd.c | 186 struct virtual_ethdev_private *dev_private = dev->data->dev_private; in virtual_ethdev_stats_get() local 197 struct virtual_ethdev_private *dev_private = dev->data->dev_private; in virtual_ethdev_stats_reset() local 248 struct virtual_ethdev_private *dev_private = dev->data->dev_private; in virtual_ethdev_start_fn_set_success() local 318 struct virtual_ethdev_private *dev_private; in virtual_ethdev_rx_burst_success() local 354 struct virtual_ethdev_private *dev_private; in virtual_ethdev_tx_burst_success() local 383 struct virtual_ethdev_private *dev_private = NULL; in virtual_ethdev_tx_burst_fail() local 431 struct virtual_ethdev_private *dev_private = NULL; in virtual_ethdev_tx_burst_fn_set_success() local 450 struct virtual_ethdev_private *dev_private = NULL; in virtual_ethdev_tx_burst_fn_set_tx_pkt_fail_count() local 482 struct virtual_ethdev_private *dev_private = in virtual_ethdev_add_mbufs_to_rx_queue() local 493 struct virtual_ethdev_private *dev_private; in virtual_ethdev_get_mbufs_from_tx_queue() local [all …]
|
| /dpdk/drivers/dma/ioat/ |
| H A D | ioat_dmadev.c | 235 ioat_submit(void *dev_private, uint16_t qid __rte_unused) in ioat_submit() 246 __write_desc(void *dev_private, uint32_t op, uint64_t src, phys_addr_t dst, in __write_desc() 291 ioat_enqueue_fill(void *dev_private, uint16_t qid __rte_unused, uint64_t pattern, in ioat_enqueue_fill() 299 ioat_enqueue_copy(void *dev_private, uint16_t qid __rte_unused, rte_iova_t src, in ioat_enqueue_copy() 307 __dev_dump(void *dev_private, FILE *f) in __dev_dump() 418 ioat_completed(void *dev_private, uint16_t qid __rte_unused, const uint16_t max_ops, in ioat_completed() 468 ioat_completed_status(void *dev_private, uint16_t qid __rte_unused, in ioat_completed_status() 521 ioat_burst_capacity(const void *dev_private, uint16_t vchan __rte_unused) in ioat_burst_capacity()
|
| /dpdk/lib/dmadev/ |
| H A D | rte_dmadev.c | 237 void *dev_private; in dma_allocate_primary() local 791 dummy_copy(__rte_unused void *dev_private, __rte_unused uint16_t vchan, in dummy_copy() 800 dummy_copy_sg(__rte_unused void *dev_private, __rte_unused uint16_t vchan, in dummy_copy_sg() 811 dummy_fill(__rte_unused void *dev_private, __rte_unused uint16_t vchan, in dummy_fill() 820 dummy_submit(__rte_unused void *dev_private, __rte_unused uint16_t vchan) in dummy_submit() 827 dummy_completed(__rte_unused void *dev_private, __rte_unused uint16_t vchan, in dummy_completed() 836 dummy_completed_status(__rte_unused void *dev_private, in dummy_completed_status() 848 dummy_burst_capacity(__rte_unused const void *dev_private, in dummy_burst_capacity()
|
| H A D | rte_dmadev_core.h | 68 void *dev_private; member
|
| H A D | rte_dmadev_pmd.h | 100 void *dev_private; /**< PMD-specific private data. */ member
|
| /dpdk/drivers/dma/cnxk/ |
| H A D | cnxk_dmadev.c | 226 cnxk_dmadev_copy(void *dev_private, uint16_t vchan, rte_iova_t src, in cnxk_dmadev_copy() 283 cnxk_dmadev_copy_sg(void *dev_private, uint16_t vchan, in cnxk_dmadev_copy_sg() 349 cnxk_dmadev_completed(void *dev_private, uint16_t vchan, const uint16_t nb_cpls, in cnxk_dmadev_completed() 375 cnxk_dmadev_completed_status(void *dev_private, uint16_t vchan, in cnxk_dmadev_completed_status() 400 cnxk_dmadev_submit(void *dev_private, uint16_t vchan __rte_unused) in cnxk_dmadev_submit()
|
| /dpdk/drivers/dma/idxd/ |
| H A D | idxd_common.c | 116 idxd_enqueue_copy(void *dev_private, uint16_t qid __rte_unused, rte_iova_t src, in idxd_enqueue_copy() 130 idxd_enqueue_fill(void *dev_private, uint16_t qid __rte_unused, uint64_t pattern, in idxd_enqueue_fill() 140 idxd_submit(void *dev_private, uint16_t qid __rte_unused) in idxd_submit() 370 idxd_completed(void *dev_private, uint16_t qid __rte_unused, uint16_t max_ops, in idxd_completed() 387 idxd_completed_status(void *dev_private, uint16_t qid __rte_unused, uint16_t max_ops, in idxd_completed_status() 472 idxd_burst_capacity(const void *dev_private, uint16_t vchan __rte_unused) in idxd_burst_capacity()
|
| /dpdk/drivers/dma/skeleton/ |
| H A D | skeleton_dmadev.c | 349 skeldma_copy(void *dev_private, uint16_t vchan, in skeldma_copy() 377 skeldma_submit(void *dev_private, uint16_t vchan) in skeldma_submit() 386 skeldma_completed(void *dev_private, in skeldma_completed() 411 skeldma_completed_status(void *dev_private, in skeldma_completed_status() 435 skeldma_burst_capacity(const void *dev_private, uint16_t vchan) in skeldma_burst_capacity()
|
| /dpdk/lib/rawdev/ |
| H A D | rte_rawdev.h | 304 rte_rawdev_obj_t dev_private; member 321 rte_rawdev_obj_t dev_private; member
|
| /dpdk/drivers/dma/hisilicon/ |
| H A D | hisi_dmadev.c | 586 hisi_dma_copy(void *dev_private, uint16_t vchan, in hisi_dma_copy() 618 hisi_dma_submit(void *dev_private, uint16_t vchan) in hisi_dma_submit() 686 hisi_dma_completed(void *dev_private, in hisi_dma_completed() 746 hisi_dma_completed_status(void *dev_private, in hisi_dma_completed_status() 775 hisi_dma_burst_capacity(const void *dev_private, uint16_t vchan) in hisi_dma_burst_capacity()
|
| /dpdk/drivers/dma/dpaa/ |
| H A D | dpaa_qdma.c | 746 dpaa_qdma_submit(void *dev_private, uint16_t vchan) in dpaa_qdma_submit() 767 dpaa_qdma_enqueue(void *dev_private, uint16_t vchan, in dpaa_qdma_enqueue() 791 dpaa_qdma_dequeue_status(void *dev_private, uint16_t vchan, in dpaa_qdma_dequeue_status() 837 dpaa_qdma_dequeue(void *dev_private, in dpaa_qdma_dequeue()
|
| /dpdk/lib/compressdev/ |
| H A D | rte_compressdev_internal.h | 115 void *dev_private; member
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic.c | 372 void *dev_private) in pmd_ethdev_register() 630 void *dev_private; in pmd_probe() local
|
| /dpdk/lib/gpudev/ |
| H A D | gpudev_driver.h | 63 void *dev_private; member
|
| /dpdk/drivers/net/bonding/ |
| H A D | eth_bond_private.h | 56 struct bond_dev_private *dev_private; member 69 struct bond_dev_private *dev_private; member
|
| /dpdk/drivers/common/qat/ |
| H A D | qat_device.h | 126 void *dev_private; member
|
| /dpdk/lib/regexdev/ |
| H A D | rte_regexdev_core.h | 149 void *dev_private; /**< PMD-specific private data. */ member
|
| /dpdk/lib/cryptodev/ |
| H A D | cryptodev_pmd.h | 82 void *dev_private; member
|
| /dpdk/lib/bbdev/ |
| H A D | rte_bbdev.h | 403 void *dev_private; /**< Driver-specific private data */ member
|
| /dpdk/lib/eventdev/ |
| H A D | eventdev_pmd.h | 122 void *dev_private; member
|
| /dpdk/lib/ethdev/ |
| H A D | ethdev_driver.h | 107 void *dev_private; member
|