Searched refs:ifpga_fme_hw (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_feature_dev.h | 38 get_fme_feature_by_id(struct ifpga_fme_hw *fme, u64 id) in get_fme_feature_by_id() 94 is_fme_feature_present(struct ifpga_fme_hw *fme, int index) in is_fme_feature_present() 159 int fme_hw_init(struct ifpga_fme_hw *fme); 160 void fme_hw_uinit(struct ifpga_fme_hw *fme); 206 int fme_mgr_read_mac_rom(struct ifpga_fme_hw *fme, int offset, 208 int fme_mgr_write_mac_rom(struct ifpga_fme_hw *fme, int offset, 210 int fme_mgr_get_eth_group_nums(struct ifpga_fme_hw *fme); 211 int fme_mgr_get_eth_group_info(struct ifpga_fme_hw *fme, 217 int fme_mgr_get_retimer_info(struct ifpga_fme_hw *fme, 219 int fme_mgr_get_retimer_status(struct ifpga_fme_hw *fme, [all …]
|
| H A D | ifpga_fme.c | 164 struct ifpga_fme_hw *fme = feature->parent; in fme_hdr_get_prop() 438 struct ifpga_fme_hw *fme = feature->parent; in fme_thermal_set_prop() 458 struct ifpga_fme_hw *fme = feature->parent; in fme_thermal_get_prop() 692 struct ifpga_fme_hw *fme = feature->parent; in fme_power_mgmt_get_prop() 943 struct ifpga_fme_hw *fme = (struct ifpga_fme_hw *)feature->parent; in fme_spi_init() 987 struct ifpga_fme_hw *fme = (struct ifpga_fme_hw *)feature->parent; in fme_spi_uinit() 1082 struct ifpga_fme_hw *fme = (struct ifpga_fme_hw *)feature->parent; in fme_nios_spi_init() 1166 struct ifpga_fme_hw *fme = (struct ifpga_fme_hw *)feature->parent; in fme_nios_spi_uinit() 1232 struct ifpga_fme_hw *fme = (struct ifpga_fme_hw *)feature->parent; in fme_i2c_init() 1252 struct ifpga_fme_hw *fme = (struct ifpga_fme_hw *)feature->parent; in fme_i2c_uninit() [all …]
|
| H A D | ifpga_fme_error.c | 7 static int fme_err_get_errors(struct ifpga_fme_hw *fme, u64 *val) in fme_err_get_errors() 46 static int fme_err_set_clear(struct ifpga_fme_hw *fme, u64 val) in fme_err_set_clear() 210 static void fme_error_enable(struct ifpga_fme_hw *fme) in fme_error_enable() 225 struct ifpga_fme_hw *fme = feature->parent; in fme_global_error_init() 249 static int fme_err_get_seu_emr(struct ifpga_fme_hw *fme, in fme_err_get_seu_emr() 270 struct ifpga_fme_hw *fme = feature->parent; in fme_err_fme_err_get_prop() 292 struct ifpga_fme_hw *fme = feature->parent; in fme_err_root_get_prop() 338 struct ifpga_fme_hw *fme = feature->parent; in fme_err_fme_err_set_prop() 352 struct ifpga_fme_hw *fme = feature->parent; in fme_err_root_set_prop() 390 struct ifpga_fme_hw *fme; in fme_global_err_set_irq() [all …]
|
| H A D | ifpga_fme_iperf.c | 68 static u64 read_cache_counter(struct ifpga_fme_hw *fme, in read_cache_counter() 412 struct ifpga_fme_hw *fme; in fme_global_iperf_init() 418 fme = (struct ifpga_fme_hw *)feature->parent; in fme_global_iperf_init() 442 struct ifpga_fme_hw *fme = feature->parent; in fme_iperf_root_get_prop() 462 struct ifpga_fme_hw *fme = feature->parent; in fme_iperf_cache_get_prop() 502 struct ifpga_fme_hw *fme = feature->parent; in fme_iperf_vtd_root_get_prop() 540 struct ifpga_fme_hw *fme = feature->parent; in fme_iperf_vtd_sub_get_prop() 588 struct ifpga_fme_hw *fme = feature->parent; in fme_iperf_fab_get_prop() 651 struct ifpga_fme_hw *fme = feature->parent; in fme_iperf_cache_set_prop() 664 struct ifpga_fme_hw *fme = feature->parent; in fme_iperf_vtd_set_prop() [all …]
|
| H A D | ifpga_fme_dperf.c | 9 static int fme_dperf_get_clock(struct ifpga_fme_hw *fme, u64 *clock) in fme_dperf_get_clock() 22 static int fme_dperf_get_revision(struct ifpga_fme_hw *fme, u64 *revision) in fme_dperf_get_revision() 50 static u64 read_fabric_counter(struct ifpga_fme_hw *fme, u8 port_id, in read_fabric_counter() 87 static int fme_dperf_get_fab_port_##name(struct ifpga_fme_hw *fme, \ 99 static int fme_dperf_get_fab_port_enable(struct ifpga_fme_hw *fme, in fme_dperf_get_fab_port_enable() 118 static int fme_dperf_set_fab_port_enable(struct ifpga_fme_hw *fme, in fme_dperf_set_fab_port_enable() 152 static int fme_dperf_get_fab_freeze(struct ifpga_fme_hw *fme, u64 *freeze) in fme_dperf_get_fab_freeze() 165 static int fme_dperf_set_fab_freeze(struct ifpga_fme_hw *fme, u64 freeze) in fme_dperf_set_fab_freeze() 205 struct ifpga_fme_hw *fme = feature->parent; in fme_dperf_fab_get_prop() 231 struct ifpga_fme_hw *fme = feature->parent; in fme_dperf_root_get_prop() [all …]
|
| H A D | ifpga_api.c | 189 struct ifpga_fme_hw *fme = mgr->data; in ifpga_mgr_flash() 198 struct ifpga_fme_hw *fme = mgr->data; in ifpga_mgr_get_eth_group_region_info() 216 struct ifpga_fme_hw *fme = mgr->data; in ifpga_mgr_get_sensor_value() 224 struct ifpga_fme_hw *fme = mgr->data; in ifpga_mgr_get_board_info() 241 struct ifpga_fme_hw *fme = mgr->data; in ifpga_mgr_read_mac_rom() 249 struct ifpga_fme_hw *fme = mgr->data; in ifpga_mgr_write_mac_rom() 256 struct ifpga_fme_hw *fme = mgr->data; in ifpga_mgr_get_eth_group_nums() 264 struct ifpga_fme_hw *fme = mgr->data; in ifpga_mgr_get_eth_group_info() 272 struct ifpga_fme_hw *fme = mgr->data; in ifpga_mgr_eth_group_reg_read() 281 struct ifpga_fme_hw *fme = mgr->data; in ifpga_mgr_eth_group_reg_write() [all …]
|
| H A D | opae_ifpga_hw_api.c | 11 struct ifpga_fme_hw *fme; in opae_manager_ifpga_get_prop() 24 struct ifpga_fme_hw *fme; in opae_manager_ifpga_set_prop() 37 struct ifpga_fme_hw *fme; in opae_manager_ifpga_get_info() 54 struct ifpga_fme_hw *fme; in opae_manager_ifpga_set_err_irq()
|
| H A D | ifpga_fme_pr.c | 31 static int fme_pr_write_init(struct ifpga_fme_hw *fme_dev, in fme_pr_write_init() 81 static int fme_pr_write(struct ifpga_fme_hw *fme_dev, in fme_pr_write() 151 static int fme_pr_write_complete(struct ifpga_fme_hw *fme_dev, in fme_pr_write_complete() 185 static int fpga_pr_buf_load(struct ifpga_fme_hw *fme_dev, in fpga_pr_buf_load() 231 struct ifpga_fme_hw *fme = &hw->fme; in fme_pr() 327 struct ifpga_fme_hw *fme; in fme_pr_mgmt_init() 331 fme = (struct ifpga_fme_hw *)feature->parent; in fme_pr_mgmt_init()
|
| H A D | ifpga_hw.h | 67 struct ifpga_fme_hw { struct 134 struct ifpga_fme_hw fme;
|
| H A D | ifpga_feature_dev.c | 295 int fme_hw_init(struct ifpga_fme_hw *fme) in fme_hw_init() 309 void fme_hw_uinit(struct ifpga_fme_hw *fme) in fme_hw_uinit()
|
| H A D | ifpga_enumerate.c | 235 struct ifpga_fme_hw *fme; in build_info_commit_dev() 318 struct ifpga_fme_hw *fme = &hw->fme; in parse_feature_fme() 646 struct ifpga_fme_hw *fme = &hw->fme; in ifpga_print_device_feature_list()
|