| /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() argument 18 title ? : " Dump data", data, len); in rte_hexdump() 49 rte_memdump(FILE *f, const char *title, const void *buf, unsigned int len) in rte_memdump() argument 55 if (title) in rte_memdump() 56 fprintf(f, "%s: ", title); in rte_memdump()
|
| /dpdk/drivers/common/qat/ |
| H A D | qat_logs.h | 19 #define QAT_DP_HEXDUMP_LOG(level, title, buf, len) \ argument 20 qat_hexdump_log(RTE_LOG_ ## level, qat_dp_logtype, title, buf, len) 30 qat_hexdump_log(uint32_t level, uint32_t logtype, const char *title,
|
| H A D | qat_logs.c | 11 qat_hexdump_log(uint32_t level, uint32_t logtype, const char *title, in qat_hexdump_log() argument 15 rte_hexdump(rte_log_get_stream(), title, buf, len); in qat_hexdump_log()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_hexdump.h | 35 rte_hexdump(FILE *f, const char * title, const void * buf, unsigned int len); 53 rte_memdump(FILE *f, const char * title, const void * buf, unsigned int len);
|
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_logs.c | 12 bcmfs_hexdump_log(uint32_t level, uint32_t logtype, const char *title, in bcmfs_hexdump_log() argument 20 rte_hexdump(rte_log_get_stream(), title, buf, len); in bcmfs_hexdump_log()
|
| H A D | bcmfs_logs.h | 22 #define BCMFS_DP_HEXDUMP_LOG(level, title, buf, len) \ argument 23 bcmfs_hexdump_log(RTE_LOG_ ## level, bcmfs_dp_logtype, title, buf, len)
|
| /dpdk/devtools/ |
| H A D | parse-flow-support.sh | 52 title="rte_flow $1s" 54 list "$title" "$pattern" | grep -vwE 'void|indirect|end'
|
| H A D | check-maintainers.sh | 49 printf "# $title " 69 title="$line"
|
| /dpdk/doc/guides/ |
| H A D | conf.py | 117 def generate_overview_table(output_filename, table_id, section, table_name, title): argument 207 print_table_header(outfile, num_cols, header_names, title) 211 def print_table_header(outfile, num_cols, header_names, title): argument 219 print_table_row(outfile, title, line)
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx.h | 39 void mlx5_dump_debug_information(const char *path, const char *title,
|
| /dpdk/app/test-crypto-perf/ |
| H A D | dpdk-graph-crypto-perf.py | 52 title="Config: " + self.config + "<br>Test Suite: " + 66 title="Config: " + self.config + "<br>Test Suite: " + 85 title="Config: " + self.config + "<br>Test Suite: "
|
| /dpdk/app/test/ |
| H A D | test.h | 141 debug_hexdump(FILE *file, const char *title, const void *buf, size_t len) in debug_hexdump() argument 144 rte_hexdump(file, title, buf, len); in debug_hexdump()
|
| /dpdk/usertools/ |
| H A D | dpdk-devbind.py | 518 def display_devices(title, dev_list, extra_params=None): argument 524 print("\n%s" % title) 525 print("=" * len(title))
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_22_07.rst | 30 * **Add a title in the past tense with a full stop.** 160 * **Add title in present tense with full stop.**
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 11208 char title[16] = {0}; in cmd_show_set_raw_parsed() local 11224 snprintf(title, 16, "\nindex: %u", index); in cmd_show_set_raw_parsed() 11225 rte_hexdump(stdout, title, raw_data, raw_size); in cmd_show_set_raw_parsed() 11229 snprintf(title, 16, "\nindex: %u", index); in cmd_show_set_raw_parsed() 11230 rte_hexdump(stdout, title, raw_data, raw_size); in cmd_show_set_raw_parsed()
|