Home
last modified time | relevance | path

Searched refs:opae_bridge (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_ifpga_hw_api.c65 int opae_bridge_ifpga_get_prop(struct opae_bridge *br, in opae_bridge_ifpga_get_prop()
79 int opae_bridge_ifpga_set_prop(struct opae_bridge *br, in opae_bridge_ifpga_set_prop()
93 int opae_bridge_ifpga_get_info(struct opae_bridge *br, in opae_bridge_ifpga_get_info()
111 int opae_bridge_ifpga_get_region_info(struct opae_bridge *br, in opae_bridge_ifpga_get_region_info()
133 int opae_bridge_ifpga_set_err_irq(struct opae_bridge *br, in opae_bridge_ifpga_set_err_irq()
H A Dopae_ifpga_hw_api.h220 int opae_bridge_ifpga_get_prop(struct opae_bridge *br,
222 int opae_bridge_ifpga_set_prop(struct opae_bridge *br,
257 int opae_bridge_ifpga_get_info(struct opae_bridge *br,
270 int opae_bridge_ifpga_get_region_info(struct opae_bridge *br,
278 int opae_bridge_ifpga_set_err_irq(struct opae_bridge *br,
H A Dopae_hw_api.h109 struct opae_bridge { struct
118 int (*reset)(struct opae_bridge *br); argument
122 struct opae_bridge *
124 int opae_bridge_reset(struct opae_bridge *br);
141 struct opae_bridge *br;
191 static inline struct opae_bridge *
H A Dopae_debug.h15 void opae_bridge_dump(struct opae_bridge *br);
H A Difpga_api.c15 struct opae_bridge *br = acc->br; in ifpga_acc_get_uuid()
30 struct opae_bridge *br = acc->br; in ifpga_acc_set_irq()
174 static int ifpga_br_reset(struct opae_bridge *br) in ifpga_br_reset()
H A Dopae_debug.c20 void opae_bridge_dump(struct opae_bridge *br) in opae_bridge_dump()
H A Dopae_hw_api.c23 struct opae_bridge *
26 struct opae_bridge *br = opae_zmalloc(sizeof(*br)); in opae_bridge_alloc()
46 int opae_bridge_reset(struct opae_bridge *br) in opae_bridge_reset()
H A Difpga_enumerate.c232 struct opae_bridge *br; in build_info_commit_dev()
/f-stack/dpdk/drivers/raw/ifpga/
H A Difpga_rawdev.c746 struct opae_bridge *br; in fpga_pr()