Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_feature_dev.h22 static inline struct ifpga_port_hw *
51 get_port_feature_by_id(struct ifpga_port_hw *port, u64 id) in get_port_feature_by_id()
100 is_port_feature_present(struct ifpga_port_hw *port, int index) in is_port_feature_present()
107 int __fpga_port_disable(struct ifpga_port_hw *port);
108 void __fpga_port_enable(struct ifpga_port_hw *port);
142 static inline int fpga_port_reset(struct ifpga_port_hw *port) in fpga_port_reset()
161 void port_hw_uinit(struct ifpga_port_hw *port);
162 int port_hw_init(struct ifpga_port_hw *port);
163 int port_clear_error(struct ifpga_port_hw *port);
164 void port_err_mask(struct ifpga_port_hw *port, bool mask);
[all …]
H A Difpga_port.c7 int port_get_prop(struct ifpga_port_hw *port, struct feature_prop *prop) in port_get_prop()
22 int port_set_prop(struct ifpga_port_hw *port, struct feature_prop *prop) in port_set_prop()
66 static int port_get_portidx(struct ifpga_port_hw *port, u64 *idx) in port_get_portidx()
94 static int port_get_ap1_event(struct ifpga_port_hw *port, u64 *val) in port_get_ap1_event()
111 static int port_set_ap1_event(struct ifpga_port_hw *port, u64 val) in port_set_ap1_event()
265 struct ifpga_port_hw *port = feature->parent; in port_hdr_init()
284 struct ifpga_port_hw *port = feature->parent; in port_hdr_get_prop()
315 struct ifpga_port_hw *port = feature->parent; in port_hdr_set_prop()
340 struct ifpga_port_hw *port = feature->parent; in port_stp_init()
366 struct ifpga_port_hw *port = feature->parent; in port_uint_init()
[all …]
H A Difpga_port_error.c7 static int port_err_get_revision(struct ifpga_port_hw *port, u64 *val) in port_err_get_revision()
20 static int port_err_get_errors(struct ifpga_port_hw *port, u64 *val) in port_err_get_errors()
33 static int port_err_get_first_error(struct ifpga_port_hw *port, u64 *val) in port_err_get_first_error()
46 static int port_err_get_first_malformed_req_lsb(struct ifpga_port_hw *port, in port_err_get_first_malformed_req_lsb()
61 static int port_err_get_first_malformed_req_msb(struct ifpga_port_hw *port, in port_err_get_first_malformed_req_msb()
76 static int port_err_set_clear(struct ifpga_port_hw *port, u64 val) in port_err_set_clear()
89 struct ifpga_port_hw *port = feature->parent; in port_error_init()
110 struct ifpga_port_hw *port = feature->parent; in port_error_get_prop()
131 struct ifpga_port_hw *port = feature->parent; in port_error_set_prop()
142 struct ifpga_port_hw *port; in port_error_set_irq()
H A Dopae_ifpga_hw_api.c68 struct ifpga_port_hw *port; in opae_bridge_ifpga_get_prop()
82 struct ifpga_port_hw *port; in opae_bridge_ifpga_set_prop()
96 struct ifpga_port_hw *port; in opae_bridge_ifpga_get_info()
114 struct ifpga_port_hw *port; in opae_bridge_ifpga_get_region_info()
136 struct ifpga_port_hw *port; in opae_bridge_ifpga_set_err_irq()
H A Difpga_feature_dev.c16 void __fpga_port_enable(struct ifpga_port_hw *port) in __fpga_port_enable()
35 int __fpga_port_disable(struct ifpga_port_hw *port) in __fpga_port_disable()
69 int fpga_get_afu_uuid(struct ifpga_port_hw *port, struct uuid *uuid) in fpga_get_afu_uuid()
91 void port_err_mask(struct ifpga_port_hw *port, bool mask) in port_err_mask()
108 int port_err_clear(struct ifpga_port_hw *port, u64 err) in port_err_clear()
170 int port_clear_error(struct ifpga_port_hw *port) in port_clear_error()
314 void port_hw_uinit(struct ifpga_port_hw *port) in port_hw_uinit()
319 int port_hw_init(struct ifpga_port_hw *port) in port_hw_init()
H A Difpga_hw.h102 struct ifpga_port_hw { struct
135 struct ifpga_port_hw port[MAX_FPGA_PORT_NUM]; argument
H A Difpga_enumerate.c234 struct ifpga_port_hw *port; in build_info_commit_dev()
340 struct ifpga_port_hw *port; in parse_feature_port()
367 struct ifpga_port_hw *port = &binfo->hw->port[binfo->current_port_id]; in enable_port_uafu()
647 struct ifpga_port_hw *port; in ifpga_print_device_feature_list()
715 struct ifpga_port_hw *port; in ifpga_bus_init()
729 struct ifpga_port_hw *port; in ifpga_bus_uinit()
H A Difpga_api.c16 struct ifpga_port_hw *port; in ifpga_acc_get_uuid()
31 struct ifpga_port_hw *port; in ifpga_acc_set_irq()
176 struct ifpga_port_hw *port = br->data; in ifpga_br_reset()
H A Difpga_fme_pr.c233 struct ifpga_port_hw *port; in fme_pr()
288 struct ifpga_port_hw *port; in do_pr()