Home
last modified time | relevance | path

Searched refs:ifpga_hw (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_api.h18 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 Difpga_enumerate.h8 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 Difpga_hw.h130 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 Difpga_enumerate.c28 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 Difpga_api.c190 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 Difpga_feature_dev.h23 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 Difpga_fme_pr.c226 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 Difpga_fme.c842 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()