Home
last modified time | relevance | path

Searched refs:opae_bridge_ops (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_hw_api.h104 struct opae_bridge_ops;
113 struct opae_bridge_ops *ops;
117 struct opae_bridge_ops { struct
123 opae_bridge_alloc(const char *name, struct opae_bridge_ops *ops, void *data); argument
H A Difpga_api.h13 extern struct opae_bridge_ops ifpga_br_ops;
H A Difpga_api.c181 struct opae_bridge_ops ifpga_br_ops = {
H A Dopae_hw_api.c24 opae_bridge_alloc(const char *name, struct opae_bridge_ops *ops, void *data) in opae_bridge_alloc()