| /dpdk/config/x86/ |
| H A D | meson.build | 54 if f == 'PCLMUL' # special case flags with different defines variable 55 f = 'PCLMULQDQ' variable 56 elif f == 'RDRND' variable 57 f = 'RDRAND' variable
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_rx_filter.c | 15 ionic_rx_filter_free(struct ionic_rx_filter *f) in ionic_rx_filter_free() 40 struct ionic_rx_filter *f; in ionic_rx_filters_deinit() local 55 struct ionic_rx_filter *f; in ionic_rx_filter_save() local 99 struct ionic_rx_filter *f; in ionic_rx_filter_by_vlan() local 117 struct ionic_rx_filter *f; in ionic_rx_filter_by_addr() local
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_filter.c | 158 static int writable_filter(struct filter_entry *f) in writable_filter() 296 static void clear_filter(struct filter_entry *f) in clear_filter() 420 struct filter_entry *f; in cxgbe_del_hash_filter() local 601 struct filter_entry *f; in cxgbe_set_hash_filter() local 933 struct filter_entry *f; in cxgbe_del_filter() local 1005 struct filter_entry *f; in cxgbe_set_filter() local 1168 struct filter_entry *f; in cxgbe_hash_filter_rpl() local 1244 struct filter_entry *f = NULL; in cxgbe_filter_rpl() local 1310 struct filter_entry *f; in cxgbe_get_filter_count() local 1395 struct filter_entry *f = NULL; in cxgbe_clear_filter_count() local [all …]
|
| /dpdk/lib/power/ |
| H A D | power_common.c | 28 FILE *f; in cpufreq_check_scaling_driver() local 67 open_core_sysfs_file(FILE **f, const char *mode, const char *format, ...) in open_core_sysfs_file() 85 read_core_sysfs_u32(FILE *f, uint32_t *val) in read_core_sysfs_u32() 110 read_core_sysfs_s(FILE *f, char *buf, unsigned int len) in read_core_sysfs_s() 128 write_core_sysfs_s(FILE *f, const char *str) in write_core_sysfs_s()
|
| H A D | power_acpi_cpufreq.c | 47 FILE *f; /**< FD of scaling_setspeed */ member 121 FILE *f; in power_get_available_freqs() local 191 FILE *f; in power_init_for_setting_freq() local
|
| /dpdk/lib/table/ |
| H A D | rte_table_hash_key32.c | 153 struct rte_table_hash *f; in rte_table_hash_create_key32_lru() local 243 struct rte_table_hash *f = table; in rte_table_hash_free_key32_lru() local 263 struct rte_table_hash *f = table; in rte_table_hash_entry_add_key32_lru() local 329 struct rte_table_hash *f = table; in rte_table_hash_entry_delete_key32_lru() local 369 struct rte_table_hash *f; in rte_table_hash_create_key32_ext() local 459 struct rte_table_hash *f = table; in rte_table_hash_free_key32_ext() local 479 struct rte_table_hash *f = table; in rte_table_hash_entry_add_key32_ext() local 559 struct rte_table_hash *f = table; in rte_table_hash_entry_delete_key32_ext() local 612 #define lookup_key32_cmp(key_in, bucket, pos, f) \ argument 675 #define lookup1_stage1(mbuf1, bucket1, f) \ argument [all …]
|
| H A D | rte_table_hash_key8.c | 141 struct rte_table_hash *f; in rte_table_hash_create_key8_lru() local 225 struct rte_table_hash *f = table; in rte_table_hash_free_key8_lru() local 245 struct rte_table_hash *f = table; in rte_table_hash_entry_add_key8_lru() local 308 struct rte_table_hash *f = table; in rte_table_hash_entry_delete_key8_lru() local 345 struct rte_table_hash *f; in rte_table_hash_create_key8_ext() local 429 struct rte_table_hash *f = table; in rte_table_hash_free_key8_ext() local 449 struct rte_table_hash *f = table; in rte_table_hash_entry_add_key8_ext() local 530 struct rte_table_hash *f = table; in rte_table_hash_entry_delete_key8_ext() local 583 #define lookup_key8_cmp(key_in, bucket, pos, f) \ argument 619 #define lookup1_stage1(mbuf1, bucket1, f) \ argument [all …]
|
| H A D | rte_table_hash_key16.c | 149 struct rte_table_hash *f; in rte_table_hash_create_key16_lru() local 235 struct rte_table_hash *f = table; in rte_table_hash_free_key16_lru() local 255 struct rte_table_hash *f = table; in rte_table_hash_entry_add_key16_lru() local 321 struct rte_table_hash *f = table; in rte_table_hash_entry_delete_key16_lru() local 360 struct rte_table_hash *f; in rte_table_hash_create_key16_ext() local 445 struct rte_table_hash *f = table; in rte_table_hash_free_key16_ext() local 465 struct rte_table_hash *f = table; in rte_table_hash_entry_add_key16_ext() local 542 struct rte_table_hash *f = table; in rte_table_hash_entry_delete_key16_ext() local 595 #define lookup_key16_cmp(key_in, bucket, pos, f) \ argument 647 #define lookup1_stage1(mbuf1, bucket1, f) \ argument [all …]
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_sso_debug.c | 9 sso_hws_dump(uintptr_t base, FILE *f) in sso_hws_dump() 31 sso_hwgrp_dump(uintptr_t base, FILE *f) in sso_hwgrp_dump() 51 roc_sso_dump(struct roc_sso *roc_sso, uint8_t nb_hws, uint16_t hwgrp, FILE *f) in roc_sso_dump()
|
| /dpdk/lib/graph/ |
| H A D | graph_debug.c | 9 graph_dump(FILE *f, struct graph *g) in graph_dump() 29 node_dump(FILE *f, struct node *n) in node_dump() 45 rte_graph_obj_dump(FILE *f, struct rte_graph *g, bool all) in rte_graph_obj_dump()
|
| H A D | graph.c | 492 graph_to_dot(FILE *f, struct graph *graph) in graph_to_dot() 528 rte_graph_export(const char *name, FILE *f) in rte_graph_export() 544 graph_scan_dump(FILE *f, rte_graph_t id, bool all) in graph_scan_dump() 564 rte_graph_dump(FILE *f, rte_graph_t id) in rte_graph_dump() 570 rte_graph_list_dump(FILE *f) in rte_graph_list_dump()
|
| H A D | node.c | 375 node_scan_dump(FILE *f, rte_node_t id, bool all) in node_scan_dump() 395 rte_node_dump(FILE *f, rte_node_t id) in rte_node_dump() 401 rte_node_list_dump(FILE *f) in rte_node_list_dump()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_stats.h | 120 #define HNS3_MAC_STATS_OFFSET(f) \ argument 123 #define HNS3_ERR_INT_STATS_FIELD_OFFSET(f) \ argument 127 #define HNS3_RESET_STATS_FIELD_OFFSET(f) \ argument 130 #define HNS3_RX_BD_ERROR_STATS_FIELD_OFFSET(f) \ argument 133 #define HNS3_RXQ_DFX_STATS_FIELD_OFFSET(f) \ argument 136 #define HNS3_TXQ_DFX_STATS_FIELD_OFFSET(f) \ argument 139 #define HNS3_RXQ_BASIC_STATS_FIELD_OFFSET(f) \ argument 142 #define HNS3_TXQ_BASIC_STATS_FIELD_OFFSET(f) \ argument 145 #define HNS3_IMISSED_STATS_FIELD_OFFSET(f) \ argument
|
| /dpdk/drivers/common/dpaax/ |
| H A D | dpaa_of.c | 58 struct dt_file *f = malloc(sizeof(*f)); in process_file() local 162 struct dt_file *f; in linear_dir() local 248 struct dt_file *f, *tmpf; in destroy_dir() local 273 next_linear(const struct dt_dir *f) in next_linear() 281 check_compatible(const struct dt_file *f, const char *compatible) in check_compatible() 330 const struct dt_file *f; in of_get_property() local
|
| /dpdk/app/test/ |
| H A D | test_resource.c | 39 FILE *f; in test_resource_c() local 65 FILE *f; in test_resource_tar() local
|
| H A D | resource.c | 35 int resource_fwrite(const struct resource *r, FILE *f) in resource_fwrite() 55 FILE *f; in resource_fwrite_file() local
|
| H A D | test_hash_functions.c | 80 get_hash_name(rte_hash_function f) in get_hash_name() 96 rte_hash_function f) in run_hash_func_perf_test()
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_hexdump.c | 11 rte_hexdump(FILE *f, const char *title, const void *buf, unsigned int len) in rte_hexdump() 49 rte_memdump(FILE *f, const char *title, const void *buf, unsigned int len) in rte_memdump()
|
| H A D | eal_common_trace.c | 247 trace_point_dump(FILE *f, struct trace_point *tp) in trace_point_dump() 258 trace_lcore_mem_dump(FILE *f) in trace_lcore_mem_dump() 282 rte_trace_dump(FILE *f) in rte_trace_dump()
|
| H A D | eal_common_log.c | 75 rte_openlog_stream(FILE *f) in rte_openlog_stream() 84 FILE *f = rte_logs.file; in rte_log_get_stream() local 468 rte_log_dump(FILE *f) in rte_log_dump() 491 FILE *f = rte_log_get_stream(); in rte_vlog() local
|
| /dpdk/lib/eal/include/ |
| H A D | rte_function_versioning.h | 83 #define MAP_STATIC_SYMBOL(f, p) argument 93 #define MAP_STATIC_SYMBOL(f, p) f __attribute__((alias(RTE_STR(p)))) argument
|
| /dpdk/app/test-sad/ |
| H A D | main.c | 156 get_str_num(FILE *f, int num) in get_str_num() 171 parse_file(FILE *f, struct rule *tbl, int rule_tbl) in parse_file() 312 FILE *f = NULL; in tbl_init() local 551 uint32_t i, j, f, fn, n; in add_rules() local 585 uint32_t i, j, f, fn, n; in del_rules() local
|
| /dpdk/lib/ip_frag/ |
| H A D | ip_frag_common.h | 30 #define IP_FRAG_TBL_STAT_UPDATE(s, f, v) ((s)->f += (v)) argument 32 #define IP_FRAG_TBL_STAT_UPDATE(s, f, v) do {} while (0) argument
|
| /dpdk/buildtools/pkg-config/ |
| H A D | set-static-linker-flags.py | 11 def fix_ldflag(f): argument
|
| /dpdk/drivers/bus/vmbus/linux/ |
| H A D | vmbus_bus.c | 48 FILE *f; in parse_sysfs_uuid() local 90 FILE *f; in get_sysfs_string() local
|