Home
last modified time | relevance | path

Searched defs:feature (Results 1 – 25 of 36) sorted by relevance

12

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_port.c9 struct ifpga_feature *feature; in port_get_prop() local
24 struct ifpga_feature *feature; in port_set_prop() local
39 struct ifpga_feature *feature; in port_set_irq() local
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 Difpga_feature_dev.h31 #define ifpga_for_each_fme_feature(hw, feature) \ argument
34 #define ifpga_for_each_port_feature(port, feature) \ argument
40 struct ifpga_feature *feature; in get_fme_feature_by_id() local
53 struct ifpga_feature *feature; in get_port_feature_by_id() local
66 struct ifpga_feature *feature; in get_feature_by_id() local
78 struct ifpga_feature *feature = in get_fme_feature_ioaddr_by_index() local
87 struct ifpga_feature *feature = in get_port_feature_ioaddr_by_index() local
H A Difpga_fme.c15 struct ifpga_feature *feature; in fme_get_prop() local
30 struct ifpga_feature *feature; in fme_set_prop() local
45 struct ifpga_feature *feature; in fme_set_irq() local
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 Difpga_fme_iperf.c410 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 Difpga_fme_error.c223 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 Difpga_fme_dperf.c186 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 Difpga_port_error.c87 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 Difpga_feature_dev.c256 struct ifpga_feature *feature; in feature_uinit() local
269 struct ifpga_feature *feature; in feature_init() local
373 int fpga_msix_set_block(struct ifpga_feature *feature, unsigned int start, in fpga_msix_set_block()
H A Difpga_fme_pr.c323 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()
H A Difpga_enumerate.c76 struct ifpga_feature *feature = NULL; in build_info_add_sub_feature() local
236 struct ifpga_feature *feature; in build_info_commit_dev() local
648 struct ifpga_feature *feature; in ifpga_print_device_feature_list() local
/f-stack/freebsd/netinet/
H A Dsctp_var.h47 #define sctp_feature_on(inp, feature) (inp->sctp_features |= feature) argument
48 #define sctp_feature_off(inp, feature) (inp->sctp_features &= ~feature) argument
49 #define sctp_is_feature_on(inp, feature) ((inp->sctp_features & feature) == feature) argument
50 #define sctp_is_feature_off(inp, feature) ((inp->sctp_features & feature) == 0) argument
52 #define sctp_stcb_feature_on(inp, stcb, feature) {\ argument
59 #define sctp_stcb_feature_off(inp, stcb, feature) {\ argument
66 #define sctp_stcb_is_feature_on(inp, stcb, feature) \ argument
71 #define sctp_stcb_is_feature_off(inp, stcb, feature) \ argument
79 #define sctp_mobility_feature_on(inp, feature) (inp->sctp_mobility_features |= feature) argument
80 #define sctp_mobility_feature_off(inp, feature) (inp->sctp_mobility_features &= ~feature) argument
[all …]
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfeature_common.c102 zfeature_info_t *feature = &spa_feature_table[i]; in zfeature_is_supported() local
113 zfeature_info_t *feature = &spa_feature_table[i]; in zfeature_lookup_guid() local
130 zfeature_info_t *feature = &spa_feature_table[i]; in zfeature_lookup_name() local
146 zfeature_info_t *feature = &spa_feature_table[fid]; in zfeature_depends_on() local
156 deps_contains_feature(const spa_feature_t *deps, const spa_feature_t feature) in deps_contains_feature()
239 zfeature_info_t *feature = &spa_feature_table[fid]; in zfeature_register() local
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfeature.c234 feature_get_refcount(spa_t *spa, zfeature_info_t *feature, uint64_t *res) in feature_get_refcount()
251 feature_get_refcount_from_disk(spa_t *spa, zfeature_info_t *feature, in feature_get_refcount_from_disk()
280 feature_get_enabled_txg(spa_t *spa, zfeature_info_t *feature, uint64_t *res) in feature_get_enabled_txg()
304 feature_sync(spa_t *spa, zfeature_info_t *feature, uint64_t refcount, in feature_sync()
338 feature_enable_sync(spa_t *spa, zfeature_info_t *feature, dmu_tx_t *tx) in feature_enable_sync()
399 zfeature_info_t *feature = &spa_feature_table[fid]; in feature_do_action() local
/f-stack/freebsd/contrib/openzfs/cmd/zhack/
H A Dzhack.c257 zfeature_info_t *feature = arg; in zhack_feature_enable_sync() local
273 zfeature_info_t feature; in zhack_do_feature_enable() local
339 zfeature_info_t *feature = arg; in feature_incr_sync() local
352 zfeature_info_t *feature = arg; in feature_decr_sync() local
369 zfeature_info_t feature; in zhack_do_feature_ref() local
/f-stack/dpdk/lib/librte_eal/x86/
H A Drte_cpuflags.c147 rte_cpu_get_flag_enabled(enum rte_cpu_flag_t feature) in rte_cpu_get_flag_enabled()
177 rte_cpu_get_flag_name(enum rte_cpu_flag_t feature) in rte_cpu_get_flag_name()
/f-stack/dpdk/lib/librte_eal/ppc/
H A Drte_cpuflags.c89 rte_cpu_get_flag_enabled(enum rte_cpu_flag_t feature) in rte_cpu_get_flag_enabled()
106 rte_cpu_get_flag_name(enum rte_cpu_flag_t feature) in rte_cpu_get_flag_name()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h122 #define vfs_set_feature(vfsp, feature) do { } while (0) argument
123 #define vfs_clear_feature(vfsp, feature) do { } while (0) argument
124 #define vfs_has_feature(vfsp, feature) (0) argument
/f-stack/dpdk/lib/librte_eal/arm/
H A Drte_cpuflags.c131 rte_cpu_get_flag_enabled(enum rte_cpu_flag_t feature) in rte_cpu_get_flag_enabled()
148 rte_cpu_get_flag_name(enum rte_cpu_flag_t feature) in rte_cpu_get_flag_name()
/f-stack/freebsd/contrib/octeon-sdk/
H A Docteon-feature.h128 static inline int old_octeon_has_feature(octeon_feature_t feature) in old_octeon_has_feature()
285 static inline int octeon_has_feature(octeon_feature_t feature) in octeon_has_feature()
H A Docteon-feature.c68 static int __init octeon_feature_set(octeon_feature_t feature) in octeon_feature_set()
/f-stack/tools/compat/
H A Dfeature_present.c52 feature_present(const char *feature) in feature_present()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_regs.c65 qede_calc_regdump_header(enum debug_print_features feature, int engine, in qede_calc_regdump_header()
/f-stack/dpdk/doc/guides/
H A Dconf.py289 def print_table_row(outfile, feature, line): argument
/f-stack/freebsd/amd64/vmm/amd/
H A Divrs_drv.c484 ivhd_print_feature(device_t dev, enum IvrsType ivhd_type, uint32_t feature) in ivhd_print_feature()
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py237 def skipIfFeatureAvailable(feature, message): argument
243 def skipUnlessFeatureEnabled(feature, message): argument
4276 def isPoolFeatureAvailable(self, feature): argument
4282 def isPoolFeatureEnabled(self, feature): argument

12