Searched refs:ifpga_hw (Results 1 – 8 of 8) sorted by relevance
| /f-stack/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_hw.h | 130 struct ifpga_hw { struct 138 static inline bool is_ifpga_hw_pf(struct ifpga_hw *hw) in is_ifpga_hw_pf() argument 143 static inline bool is_valid_port_id(struct ifpga_hw *hw, u32 port_id) in is_valid_port_id()
|
| 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_api.c | 190 struct ifpga_hw *hw = fme->parent; in ifpga_mgr_flash() 318 struct ifpga_hw *hw = malloc(sizeof(*hw)); in ifpga_adapter_enumerate() 361 int ifpga_pr(struct ifpga_hw *hw, u32 port_id, const char *buffer, u32 size, in ifpga_pr() 370 int ifpga_get_prop(struct ifpga_hw *hw, u32 fiu_id, u32 port_id, in ifpga_get_prop() 388 int ifpga_set_prop(struct ifpga_hw *hw, u32 fiu_id, u32 port_id, in ifpga_set_prop() 406 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() 152 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 | 842 struct ifpga_hw *hw; in fme_get_board_interface() 925 struct ifpga_hw *hw = (struct ifpga_hw *)fme->parent; in init_spi_share_data() 1085 struct ifpga_hw *hw; in fme_nios_spi_init() 1212 struct ifpga_hw *hw = (struct ifpga_hw *)fme->parent; in init_i2c_mutex()
|