Home
last modified time | relevance | path

Searched refs:title (Results 1 – 15 of 15) sorted by relevance

/dpdk/lib/eal/common/
H A Deal_common_hexdump.c11 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 Dqat_logs.h19 #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 Dqat_logs.c11 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 Drte_hexdump.h35 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 Dbcmfs_logs.c12 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 Dbcmfs_logs.h22 #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 Dparse-flow-support.sh52 title="rte_flow $1s"
54 list "$title" "$pattern" | grep -vwE 'void|indirect|end'
H A Dcheck-maintainers.sh49 printf "# $title "
69 title="$line"
/dpdk/doc/guides/
H A Dconf.py117 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 Dmlx5_rxtx.h39 void mlx5_dump_debug_information(const char *path, const char *title,
/dpdk/app/test-crypto-perf/
H A Ddpdk-graph-crypto-perf.py52 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 Dtest.h141 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 Ddpdk-devbind.py518 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 Drelease_22_07.rst30 * **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 Dcmdline_flow.c11208 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()