| /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 98 struct ionic_rx_filter *f; in ionic_rx_filter_by_vlan() local 116 struct ionic_rx_filter *f; in ionic_rx_filter_by_addr() local
|
| /dpdk/lib/power/ |
| H A D | power_common.c | 30 FILE *f; cpufreq_check_scaling_driver() local 69 open_core_sysfs_file(FILE ** f,const char * mode,const char * format,...) open_core_sysfs_file() argument 87 read_core_sysfs_u32(FILE * f,uint32_t * val) read_core_sysfs_u32() argument 112 read_core_sysfs_s(FILE * f,char * buf,unsigned int len) read_core_sysfs_s() argument 130 write_core_sysfs_s(FILE * f,const char * str) write_core_sysfs_s() argument [all...] |
| H A D | power_acpi_cpufreq.c | |
| /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() argument 29 node_dump(FILE * f,struct node * n) node_dump() argument 45 rte_graph_obj_dump(FILE * f,struct rte_graph * g,bool all) rte_graph_obj_dump() argument [all...] |
| H A D | graph_stats.c | 56 print_banner_default(FILE *f) in print_banner_default() argument 66 print_banner_dispatch(FILE *f) in print_banner_dispatch() argument 78 print_banner(FILE *f, bool dispatch) in print_banner() argument 87 print_node(FILE *f, cons argument 128 FILE *f = cookie; graph_cluster_stats_cb() local [all...] |
| H A D | graph.c | 720 graph_to_dot(FILE *f, struct graph *graph) in graph_to_dot() argument 774 rte_graph_export(const char * name,FILE * f) rte_graph_export() argument 790 graph_scan_dump(FILE * f,rte_graph_t id,bool all) graph_scan_dump() argument 811 rte_graph_dump(FILE * f,rte_graph_t id) rte_graph_dump() argument 817 rte_graph_list_dump(FILE * f) rte_graph_list_dump() argument [all...] |
| H A D | node.c | 353 node_scan_dump(FILE * f,rte_node_t id,bool all) node_scan_dump() argument 373 rte_node_dump(FILE * f,rte_node_t id) rte_node_dump() argument 379 rte_node_list_dump(FILE * f) rte_node_list_dump() argument
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_filter.c | 158 static int writable_filter(struct filter_entry *f) in writable_filter() 211 static inline void mk_set_tcb_field_ulp(struct filter_entry *f, in mk_set_tcb_field_ulp() 296 static void clear_filter(struct filter_entry *f) in clear_filter() 322 static u64 hash_filter_ntuple(const struct filter_entry *f) in hash_filter_ntuple() 420 struct filter_entry *f; in cxgbe_del_hash_filter() local 492 static void mk_act_open_req6(struct filter_entry *f, struct rte_mbuf *mbuf, in mk_act_open_req6() 547 static void mk_act_open_req(struct filter_entry *f, struct rte_mbuf *mbuf, in mk_act_open_req() 601 struct filter_entry *f; in cxgbe_set_hash_filter() local 751 struct filter_entry *f = &adapter->tids.ftid_tab[fidx]; in del_filter_wr() local 780 struct filter_entry *f = &adapter->tids.ftid_tab[fidx]; in set_filter_wr() local [all …]
|
| /dpdk/lib/table/ |
| H A D | rte_table_hash_key8.c | 145 struct rte_table_hash *f; in rte_table_hash_create_key8_lru() local 229 struct rte_table_hash *f = table; in rte_table_hash_free_key8_lru() local 249 struct rte_table_hash *f = table; in rte_table_hash_entry_add_key8_lru() local 312 struct rte_table_hash *f = table; in rte_table_hash_entry_delete_key8_lru() local 349 struct rte_table_hash *f; in rte_table_hash_create_key8_ext() local 433 struct rte_table_hash *f = table; in rte_table_hash_free_key8_ext() local 453 struct rte_table_hash *f = table; in rte_table_hash_entry_add_key8_ext() local 534 struct rte_table_hash *f = table; in rte_table_hash_entry_delete_key8_ext() local 587 #define lookup_key8_cmp(key_in, bucket, pos, f) \ argument 610 #define lookup1_stage0(pkt0_index, mbuf0, pkts, pkts_mask, f) \ argument [all …]
|
| H A D | rte_table_hash_key32.c | 157 struct rte_table_hash *f; in rte_table_hash_create_key32_lru() local 247 struct rte_table_hash *f = table; in rte_table_hash_free_key32_lru() local 267 struct rte_table_hash *f = table; in rte_table_hash_entry_add_key32_lru() local 333 struct rte_table_hash *f = table; in rte_table_hash_entry_delete_key32_lru() local 373 struct rte_table_hash *f; in rte_table_hash_create_key32_ext() local 463 struct rte_table_hash *f = table; in rte_table_hash_free_key32_ext() local 483 struct rte_table_hash *f = table; in rte_table_hash_entry_add_key32_ext() local 563 struct rte_table_hash *f = table; in rte_table_hash_entry_delete_key32_ext() local 616 #define lookup_key32_cmp(key_in, bucket, pos, f) \ argument 666 #define lookup1_stage0(pkt0_index, mbuf0, pkts, pkts_mask, f) \ argument [all …]
|
| H A D | rte_table_hash_key16.c | 153 struct rte_table_hash *f; in rte_table_hash_create_key16_lru() local 239 struct rte_table_hash *f = table; in rte_table_hash_free_key16_lru() local 259 struct rte_table_hash *f = table; in rte_table_hash_entry_add_key16_lru() local 325 struct rte_table_hash *f = table; in rte_table_hash_entry_delete_key16_lru() local 364 struct rte_table_hash *f; in rte_table_hash_create_key16_ext() local 449 struct rte_table_hash *f = table; in rte_table_hash_free_key16_ext() local 469 struct rte_table_hash *f = table; in rte_table_hash_entry_add_key16_ext() local 546 struct rte_table_hash *f = table; in rte_table_hash_entry_delete_key16_ext() local 599 #define lookup_key16_cmp(key_in, bucket, pos, f) \ argument 638 #define lookup1_stage0(pkt0_index, mbuf0, pkts, pkts_mask, f) \ argument [all …]
|
| /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/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 | 248 trace_point_dump(FILE *f, struct trace_point *tp) in trace_point_dump() 259 trace_lcore_mem_dump(FILE *f) in trace_lcore_mem_dump() 283 rte_trace_dump(FILE *f) in rte_trace_dump()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_stats.h | 123 #define HNS3_MAC_STATS_OFFSET(f) \ argument 126 #define HNS3_ERR_INT_STATS_FIELD_OFFSET(f) \ argument 130 #define HNS3_RESET_STATS_FIELD_OFFSET(f) \ argument 133 #define HNS3_RX_BD_ERROR_STATS_FIELD_OFFSET(f) \ argument 136 #define HNS3_RXQ_DFX_STATS_FIELD_OFFSET(f) \ argument 139 #define HNS3_TXQ_DFX_STATS_FIELD_OFFSET(f) \ argument 142 #define HNS3_RXQ_BASIC_STATS_FIELD_OFFSET(f) \ argument 145 #define HNS3_TXQ_BASIC_STATS_FIELD_OFFSET(f) \ argument 148 #define HNS3_IMISSED_STATS_FIELD_OFFSET(f) \ argument
|
| /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/buildtools/pkg-config/ |
| H A D | set-static-linker-flags.py | 11 def fix_ldflag(f): argument
|
| /dpdk/lib/eal/ppc/ |
| H A D | rte_mmu.c | 19 FILE *f = fopen(proc_cpuinfo, "r"); in eal_mmu_supported() local
|
| /dpdk/app/test/ |
| 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/net/ |
| H A D | rte_ib.h | 46 uint8_t f:1; /**< FECN. */ global() member 48 uint8_t f:1; /**< FECN. */ global() member
|
| /dpdk/lib/ip_frag/ |
| H A D | ip_frag_common.h | 46 #define IP_FRAG_TBL_STAT_UPDATE(s, f, v) ((s)->f += (v)) argument 48 #define IP_FRAG_TBL_STAT_UPDATE(s, f, v) do {} while (0) argument
|
| /dpdk/lib/eal/unix/ |
| H A D | eal_filesystem.c | 82 FILE *f; in eal_parse_sysfs_value() local
|
| /dpdk/lib/log/ |
| H A D | log.c | 86 rte_logs.file = f; in rte_log_get_stream() local 77 rte_openlog_stream(FILE * f) rte_openlog_stream() argument 451 rte_log_dump(FILE * f) rte_log_dump() argument 474 FILE *f = rte_log_get_stream(); rte_vlog() local [all...] |
| /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
|