Searched refs:ifpga_hw (Results 1 – 10 of 10) sorted by relevance
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_api.h | 18 int ifpga_get_prop(struct ifpga_hw *hw, u32 fiu_id, u32 port_id, 20 int ifpga_set_prop(struct ifpga_hw *hw, u32 fiu_id, u32 port_id, 22 int ifpga_set_irq(struct ifpga_hw *hw, u32 fiu_id, u32 port_id, 26 int ifpga_pr(struct ifpga_hw *hw, u32 port_id, const char *buffer, u32 size,
|
| H A D | ifpga_enumerate.h | 8 int ifpga_bus_init(struct ifpga_hw *hw); 9 int ifpga_bus_uinit(struct ifpga_hw *hw); 10 int ifpga_bus_enumerate(struct ifpga_hw *hw);
|
| H A D | ifpga_enumerate.c | 28 struct ifpga_hw *hw; 75 struct ifpga_hw *hw = binfo->hw; in build_info_add_sub_feature() 230 struct ifpga_hw *hw = binfo->hw; in build_info_commit_dev() 317 struct ifpga_hw *hw = binfo->hw; in parse_feature_fme() 339 struct ifpga_hw *hw = binfo->hw; in parse_feature_port() 619 build_info_alloc_and_init(struct ifpga_hw *hw) in build_info_alloc_and_init() 644 static void ifpga_print_device_feature_list(struct ifpga_hw *hw) in ifpga_print_device_feature_list() 688 int ifpga_bus_enumerate(struct ifpga_hw *hw) in ifpga_bus_enumerate() 712 int ifpga_bus_init(struct ifpga_hw *hw) in ifpga_bus_init() 726 int ifpga_bus_uinit(struct ifpga_hw *hw) in ifpga_bus_uinit()
|
| H A D | ifpga_hw.h | 131 struct ifpga_hw { struct 139 static inline bool is_ifpga_hw_pf(struct ifpga_hw *hw) in is_ifpga_hw_pf() argument 144 static inline bool is_valid_port_id(struct ifpga_hw *hw, u32 port_id) in is_valid_port_id()
|
| H A D | ifpga_api.c | 191 struct ifpga_hw *hw = fme->parent; in ifpga_mgr_flash() 352 struct ifpga_hw *hw = malloc(sizeof(*hw)); in ifpga_adapter_enumerate() 395 int ifpga_pr(struct ifpga_hw *hw, u32 port_id, const char *buffer, u32 size, in ifpga_pr() 404 int ifpga_get_prop(struct ifpga_hw *hw, u32 fiu_id, u32 port_id, in ifpga_get_prop() 422 int ifpga_set_prop(struct ifpga_hw *hw, u32 fiu_id, u32 port_id, in ifpga_set_prop() 440 int ifpga_set_irq(struct ifpga_hw *hw, u32 fiu_id, u32 port_id, in ifpga_set_irq()
|
| H A D | ifpga_feature_dev.h | 23 get_port(struct ifpga_hw *hw, u32 port_id) in get_port() 153 int do_pr(struct ifpga_hw *hw, u32 port_id, const char *buffer, u32 size,
|
| H A D | ifpga_fme_pr.c | 226 static int fme_pr(struct ifpga_hw *hw, u32 port_id, const char *buffer, in fme_pr() 283 int do_pr(struct ifpga_hw *hw, u32 port_id, const char *buffer, in do_pr()
|
| H A D | ifpga_fme.c | 863 struct ifpga_hw *hw; in fme_get_board_interface() 950 struct ifpga_hw *hw = (struct ifpga_hw *)fme->parent; in init_spi_share_data() 1110 struct ifpga_hw *hw; in fme_nios_spi_init() 1244 struct ifpga_hw *hw = (struct ifpga_hw *)fme->parent; in init_i2c_mutex()
|
| H A D | ifpga_fme_rsu.c | 274 struct ifpga_hw *hw = NULL; in fpga_update_flash() 289 hw = (struct ifpga_hw *)fme->parent; in fpga_update_flash()
|
| H A D | ifpga_sec_mgr.c | 589 struct ifpga_hw *hw = NULL; in init_sec_mgr() 603 hw = (struct ifpga_hw *)fme->parent; in init_sec_mgr()
|