Home
last modified time | relevance | path

Searched refs:rte_afu_device (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/bus/ifpga/
H A Drte_bus_ifpga.h27 struct rte_afu_device;
31 RTE_TAILQ_HEAD(ifpga_afu_dev_list, rte_afu_device);
73 struct rte_afu_device { struct
74 RTE_TAILQ_ENTRY(rte_afu_device) next; /**< Next in device list. */
92 container_of(ptr, struct rte_afu_device, device)
97 typedef int (afu_probe_t)(struct rte_afu_device *);
102 typedef int (afu_remove_t)(struct rte_afu_device *);
116 rte_ifpga_device_name(const struct rte_afu_device *afu) in rte_ifpga_device_name()
129 struct rte_afu_device *
H A Difpga_bus.c60 static struct rte_afu_device *
64 struct rte_afu_device *afu_dev = NULL; in ifpga_find_afu_dev()
74 struct rte_afu_device *
77 struct rte_afu_device *afu_dev = NULL; in rte_ifpga_find_afu_by_name()
100 static struct rte_afu_device *
105 struct rte_afu_device *afu_dev = NULL; in ifpga_scan_one()
216 struct rte_afu_device *afu_dev = NULL; in ifpga_scan()
287 struct rte_afu_device *afu_dev) in ifpga_probe_one_driver()
348 struct rte_afu_device *afu_dev = NULL; in ifpga_probe()
386 struct rte_afu_device *afu_dev = NULL; in ifpga_unplug()
[all …]
/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_ethdev.c297 ipn3ke_hw_init(struct rte_afu_device *afu_dev, in ipn3ke_hw_init()
466 static int ipn3ke_vswitch_probe(struct rte_afu_device *afu_dev) in ipn3ke_vswitch_probe()
546 static int ipn3ke_vswitch_remove(struct rte_afu_device *afu_dev) in ipn3ke_vswitch_remove()
H A Dipn3ke_ethdev.h318 container_of(ptr, struct rte_afu_device, device)
321 container_of(ptr, const struct rte_afu_device, device)
H A Dipn3ke_representor.c2053 struct rte_afu_device *afu_dev = NULL; in ipn3ke_rpst_stats_reset()
2116 struct rte_afu_device *afu_dev = NULL; in ipn3ke_rpst_stats_get()
2216 struct rte_afu_device *afu_dev = NULL; in ipn3ke_rpst_xstats_get()
/dpdk/drivers/raw/ifpga/
H A Difpga_rawdev.c586 struct rte_afu_device *afu_dev) in ifpga_fill_afu_dev()
629 struct rte_afu_device *afu_dev; in ifpga_rawdev_info_get()