Searched refs:ifpga_feature (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_hw.h | 13 TAILQ_HEAD(ifpga_feature_list, ifpga_feature); 30 struct ifpga_feature { struct 31 TAILQ_ENTRY(ifpga_feature)next; 53 int (*init)(struct ifpga_feature *feature); argument 54 void (*uinit)(struct ifpga_feature *feature); 55 int (*get_prop)(struct ifpga_feature *feature, 57 int (*set_prop)(struct ifpga_feature *feature, 59 int (*set_irq)(struct ifpga_feature *feature, void *irq_set);
|
| H A D | ifpga_port.c | 9 struct ifpga_feature *feature; in port_get_prop() 24 struct ifpga_feature *feature; in port_set_prop() 39 struct ifpga_feature *feature; in port_set_irq() 263 static int port_hdr_init(struct ifpga_feature *feature) in port_hdr_init() 274 static void port_hdr_uinit(struct ifpga_feature *feature) in port_hdr_uinit() 338 static int port_stp_init(struct ifpga_feature *feature) in port_stp_init() 352 static void port_stp_uinit(struct ifpga_feature *feature) in port_stp_uinit() 364 static int port_uint_init(struct ifpga_feature *feature) in port_uint_init() 380 static void port_uint_uinit(struct ifpga_feature *feature) in port_uint_uinit() 410 static int port_afu_init(struct ifpga_feature *feature) in port_afu_init() [all …]
|
| H A D | ifpga_feature_dev.h | 37 static inline struct ifpga_feature * 40 struct ifpga_feature *feature; in get_fme_feature_by_id() 50 static inline struct ifpga_feature * 53 struct ifpga_feature *feature; in get_port_feature_by_id() 63 static inline struct ifpga_feature * 66 struct ifpga_feature *feature; in get_feature_by_id() 78 struct ifpga_feature *feature = in get_fme_feature_ioaddr_by_index() 87 struct ifpga_feature *feature = in get_port_feature_ioaddr_by_index() 202 int fpga_msix_set_block(struct ifpga_feature *feature, unsigned int start,
|
| H A D | ifpga_port_error.c | 87 static int port_error_init(struct ifpga_feature *feature) in port_error_init() 102 static void port_error_uinit(struct ifpga_feature *feature) in port_error_uinit() 107 static int port_error_get_prop(struct ifpga_feature *feature, in port_error_get_prop() 128 static int port_error_set_prop(struct ifpga_feature *feature, in port_error_set_prop() 139 static int port_error_set_irq(struct ifpga_feature *feature, void *irq_set) in port_error_set_irq()
|
| H A D | ifpga_fme.c | 15 struct ifpga_feature *feature; in fme_get_prop() 30 struct ifpga_feature *feature; in fme_set_prop() 45 struct ifpga_feature *feature; in fme_set_irq() 59 static int fme_hdr_init(struct ifpga_feature *feature) in fme_hdr_init() 72 static void fme_hdr_uinit(struct ifpga_feature *feature) in fme_hdr_uinit() 756 static int fme_emif_init(struct ifpga_feature *feature) in fme_emif_init() 762 static void fme_emif_uinit(struct ifpga_feature *feature) in fme_emif_uinit() 941 static int fme_spi_init(struct ifpga_feature *feature) in fme_spi_init() 985 static void fme_spi_uinit(struct ifpga_feature *feature) in fme_spi_uinit() 1229 static int fme_i2c_init(struct ifpga_feature *feature) in fme_i2c_init() [all …]
|
| H A D | ifpga_fme_error.c | 223 static int fme_global_error_init(struct ifpga_feature *feature) in fme_global_error_init() 235 static void fme_global_error_uinit(struct ifpga_feature *feature) in fme_global_error_uinit() 267 static int fme_err_fme_err_get_prop(struct ifpga_feature *feature, in fme_err_fme_err_get_prop() 289 static int fme_err_root_get_prop(struct ifpga_feature *feature, in fme_err_root_get_prop() 315 static int fme_global_error_get_prop(struct ifpga_feature *feature, in fme_global_error_get_prop() 335 static int fme_err_fme_err_set_prop(struct ifpga_feature *feature, in fme_err_fme_err_set_prop() 349 static int fme_err_root_set_prop(struct ifpga_feature *feature, in fme_err_root_set_prop() 367 static int fme_global_error_set_prop(struct ifpga_feature *feature, in fme_global_error_set_prop() 387 static int fme_global_err_set_irq(struct ifpga_feature *feature, void *irq_set) in fme_global_err_set_irq()
|
| H A D | ifpga_fme_dperf.c | 186 static int fme_global_dperf_init(struct ifpga_feature *feature) in fme_global_dperf_init() 195 static void fme_global_dperf_uinit(struct ifpga_feature *feature) in fme_global_dperf_uinit() 202 static int fme_dperf_fab_get_prop(struct ifpga_feature *feature, in fme_dperf_fab_get_prop() 228 static int fme_dperf_root_get_prop(struct ifpga_feature *feature, in fme_dperf_root_get_prop() 248 static int fme_global_dperf_get_prop(struct ifpga_feature *feature, in fme_global_dperf_get_prop() 263 static int fme_dperf_fab_set_prop(struct ifpga_feature *feature, in fme_dperf_fab_set_prop() 282 static int fme_global_dperf_set_prop(struct ifpga_feature *feature, in fme_global_dperf_set_prop()
|
| H A D | ifpga_fme_iperf.c | 410 static int fme_global_iperf_init(struct ifpga_feature *feature) in fme_global_iperf_init() 432 static void fme_global_iperf_uinit(struct ifpga_feature *feature) in fme_global_iperf_uinit() 439 static int fme_iperf_root_get_prop(struct ifpga_feature *feature, in fme_iperf_root_get_prop() 459 static int fme_iperf_cache_get_prop(struct ifpga_feature *feature, in fme_iperf_cache_get_prop() 574 static int fme_iperf_vtd_get_prop(struct ifpga_feature *feature, in fme_iperf_vtd_get_prop() 585 static int fme_iperf_fab_get_prop(struct ifpga_feature *feature, in fme_iperf_fab_get_prop() 629 static int fme_global_iperf_get_prop(struct ifpga_feature *feature, in fme_global_iperf_get_prop() 648 static int fme_iperf_cache_set_prop(struct ifpga_feature *feature, in fme_iperf_cache_set_prop() 661 static int fme_iperf_vtd_set_prop(struct ifpga_feature *feature, in fme_iperf_vtd_set_prop() 674 static int fme_iperf_fab_set_prop(struct ifpga_feature *feature, in fme_iperf_fab_set_prop() [all …]
|
| H A D | ifpga_feature_dev.c | 256 struct ifpga_feature *feature; in feature_uinit() 269 struct ifpga_feature *feature; in feature_init() 373 int fpga_msix_set_block(struct ifpga_feature *feature, unsigned int start, in fpga_msix_set_block()
|
| H A D | ifpga_enumerate.c | 76 struct ifpga_feature *feature = NULL; in build_info_add_sub_feature() 84 feature = opae_malloc(sizeof(struct ifpga_feature)); in build_info_add_sub_feature() 236 struct ifpga_feature *feature; in build_info_commit_dev() 648 struct ifpga_feature *feature; in ifpga_print_device_feature_list()
|
| H A D | ifpga_fme_pr.c | 323 static int fme_pr_mgmt_init(struct ifpga_feature *feature) in fme_pr_mgmt_init() 347 static void fme_pr_mgmt_uinit(struct ifpga_feature *feature) in fme_pr_mgmt_uinit()
|