Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/ifpga/
H A Drte_bus_ifpga.h27 struct rte_afu_device;
31 TAILQ_HEAD(ifpga_afu_dev_list, rte_afu_device);
73 struct rte_afu_device { struct
74 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()
75 struct rte_afu_device *
78 struct rte_afu_device *afu_dev = NULL; in rte_ifpga_find_afu_by_name()
102 static struct rte_afu_device *
107 struct rte_afu_device *afu_dev = NULL; in ifpga_scan_one()
210 struct rte_afu_device *afu_dev = NULL; in ifpga_scan()
283 struct rte_afu_device *afu_dev) in ifpga_probe_one_driver()
344 struct rte_afu_device *afu_dev = NULL; in ifpga_probe()
382 struct rte_afu_device *afu_dev = NULL; in ifpga_unplug()
[all …]
/f-stack/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()
549 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.c2063 struct rte_afu_device *afu_dev = NULL; in ipn3ke_rpst_stats_reset()
2126 struct rte_afu_device *afu_dev = NULL; in ipn3ke_rpst_stats_get()
2226 struct rte_afu_device *afu_dev = NULL; in ipn3ke_rpst_xstats_get()
/f-stack/dpdk/drivers/raw/ifpga/
H A Difpga_rawdev.c566 struct rte_afu_device *afu_dev) in ifpga_fill_afu_dev()
609 struct rte_afu_device *afu_dev; in ifpga_rawdev_info_get()