Home
last modified time | relevance | path

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

/dpdk/drivers/raw/ifpga/base/
H A Dopae_hw_api.h109 struct opae_bridge_ops;
118 struct opae_bridge_ops *ops;
122 struct opae_bridge_ops { struct
128 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.c182 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()