| /dpdk/drivers/event/opdl/ |
| H A D | opdl_evdev_xstats.c | 23 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_xstats_init() local 51 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_xstats_uninit() local 70 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_xstats_get_names() local 105 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_xstats_get() local 138 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_xstats_get_by_name() local 167 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_xstats_reset() local
|
| H A D | opdl_evdev_init.c | 292 static int opdl_add_deps(struct opdl_evdev *device, in opdl_add_deps() 354 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_add_event_handlers() local 410 struct opdl_evdev *device = opdl_pmd_priv(dev); in build_all_dependencies() local 468 struct opdl_evdev *device = opdl_pmd_priv(dev); in check_queues_linked() local 506 struct opdl_evdev *device = opdl_pmd_priv(dev); in destroy_queues_and_rings() local 523 initialise_queue(struct opdl_evdev *device, in initialise_queue() 548 create_opdl(struct opdl_evdev *device) in create_opdl() 577 create_link_opdl(struct opdl_evdev *device, uint32_t index) in create_link_opdl() 618 struct opdl_evdev *device = opdl_pmd_priv(dev); in create_queues_and_rings() local 704 struct opdl_evdev *device = opdl_pmd_priv(dev); in initialise_all_other_ports() local [all …]
|
| /dpdk/kernel/freebsd/nic_uio/ |
| H A D | nic_uio.c | 70 struct device { struct 71 int vend; 72 int dev; 156 unsigned int device = pci_get_slot(dev); in nic_uio_probe() local 262 uint32_t bus, device, function; in nic_uio_load() local
|
| /dpdk/drivers/bus/vmbus/linux/ |
| H A D | vmbus_bus.c | 372 void rte_vmbus_irq_mask(struct rte_vmbus_device *device) in rte_vmbus_irq_mask() 377 void rte_vmbus_irq_unmask(struct rte_vmbus_device *device) in rte_vmbus_irq_unmask() 382 int rte_vmbus_irq_read(struct rte_vmbus_device *device) in rte_vmbus_irq_read()
|
| /dpdk/lib/rawdev/ |
| H A D | rte_rawdev.h | 290 struct rte_device *device; global() member 313 struct rte_device *device; global() member [all...] |
| /dpdk/drivers/bus/vmbus/ |
| H A D | vmbus_channel.c | 308 int vmbus_chan_create(const struct rte_vmbus_device *device, in vmbus_chan_create() 338 int rte_vmbus_chan_open(struct rte_vmbus_device *device, in rte_vmbus_chan_open() 358 int rte_vmbus_max_channels(const struct rte_vmbus_device *device) in rte_vmbus_max_channels() 389 const struct rte_vmbus_device *device = chan->device; in rte_vmbus_chan_close() local
|
| /dpdk/app/test/ |
| H A D | test_security.c | 235 void *device; member 248 mock_session_create(void *device, in mock_session_create() 270 void *device; member 281 mock_session_update(void *device, in mock_session_update() 300 void *device; member 309 mock_session_get_size(void *device) in mock_session_get_size() 324 void *device; member 335 mock_session_stats_get(void *device, in mock_session_stats_get() 354 void *device; member 364 mock_session_destroy(void *device, struct rte_security_session *sess) in mock_session_destroy() [all …]
|
| /dpdk/lib/mldev/ |
| H A D | rte_mldev_pmd.c | 12 rte_ml_dev_pmd_create(const char *name, struct rte_device *device, in rte_ml_dev_pmd_create()
|
| /dpdk/drivers/net/nfp/nfpcore/nfp6000/ |
| H A D | nfp_xpb.h | 21 #define NFP_XPB_DEVICE(island, slave, device) \ argument
|
| /dpdk/drivers/bus/pci/linux/ |
| H A D | pci.c | 630 int rte_pci_read_config(const struct rte_pci_device *device, in rte_pci_read_config() 653 int rte_pci_write_config(const struct rte_pci_device *device, in rte_pci_write_config() 676 int rte_pci_mmio_read(const struct rte_pci_device *device, int bar, in rte_pci_mmio_read() 698 int rte_pci_mmio_write(const struct rte_pci_device *device, int bar, in rte_pci_mmio_write()
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cn9k_ipsec.c | 246 cn9k_sec_session_create(void *device, struct rte_security_session_conf *conf, in cn9k_sec_session_create() 296 cn9k_sec_session_update(void *device, struct rte_security_session *sec_sess, in cn9k_sec_session_update()
|
| /dpdk/lib/compressdev/ |
| H A D | rte_compressdev_pmd.c | 96 struct rte_device *device, in rte_compressdev_pmd_create()
|
| H A D | rte_compressdev_internal.h | 84 struct rte_device *device; member [all...] |
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_glue.c | 65 mlx4_glue_open_device(struct ibv_device *device) in mlx4_glue_open_device() 77 mlx4_glue_get_device_name(struct ibv_device *device) in mlx4_glue_get_device_name()
|
| /dpdk/lib/vhost/ |
| H A D | vdpa_driver.h | 92 struct rte_device *device; global() member [all...] |
| /dpdk/lib/cryptodev/ |
| H A D | cryptodev_pmd.c | 103 struct rte_device *device, in rte_cryptodev_pmd_create()
|
| /dpdk/lib/gpudev/ |
| H A D | gpudev_driver.h | 77 struct rte_device *device; member
|
| /dpdk/lib/ethdev/ |
| H A D | rte_class_eth.c | 30 struct rte_device *device; member
|
| /dpdk/lib/eal/include/ |
| H A D | rte_dev.h | 287 struct rte_device *device; /**< current position. */ global() member [all...] |
| /dpdk/drivers/bus/pci/ |
| H A D | private.h | 59 struct rte_pci_device device; member
|
| /dpdk/drivers/bus/uacce/ |
| H A D | bus_uacce_driver.h | 47 struct rte_device device; /**< Inherit core device. */ member
|
| /dpdk/lib/dmadev/ |
| H A D | rte_dmadev_pmd.h | 127 struct rte_device *device; member
|
| /dpdk/lib/security/ |
| H A D | rte_security_driver.h | 49 void *device; member [all...] |
| /dpdk/lib/regexdev/ |
| H A D | rte_regexdev_core.h | 170 struct rte_device *device; /**< Backing device */ member
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_ring.h | 89 struct vring_packed_desc_event *device; member
|