Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 25 of 37) sorted by relevance

12

/dpdk/devtools/
H A Dupdate_version_map_abi.py111 def __generate_stable_abi(f_out, abi_major, lines): argument
116 if lines:
122 for line in sorted(lines):
135 def __generate_experimental_abi(f_out, lines): argument
140 for line in lines:
150 def __generate_internal_abi(f_out, lines): argument
155 for line in lines:
H A Dprocess-iwyu.py38 lines = f.readlines() # Read lines when file is opened
41 for ln in lines: # Removes the include passed in
53 f.writelines(lines)
/dpdk/drivers/net/enic/base/
H A Dvnic_wq.h82 unsigned long lines, equiv_len; in num_cache_lines_touched() local
116 lines = (equiv_len + mask) & (~mask); in num_cache_lines_touched()
119 return lines >> PI_LOG2_CACHE_LINE_SIZE; in num_cache_lines_touched()
/dpdk/buildtools/
H A Dmap_to_win.py14 …f_out.writelines([lines.replace('per_lcore', '__emutls_v.per_lcore') for lines in f_in.readlines()…
/dpdk/buildtools/pkg-config/
H A Dset-static-linker-flags.py27 lines = src.readlines()
29 dst.writelines([fix_libs_private(line) for line in lines])
/dpdk/app/test/
H A Dtest_table_acl.c320 char lines[][128] = { variable
469 strlcpy(line, lines[n], sizeof(line)); in setup_acl_pipeline()
511 strlcpy(line, lines[n], sizeof(line)); in setup_acl_pipeline()
547 strlcpy(line, lines[n - 1], sizeof(line)); in setup_acl_pipeline()
573 strlcpy(line, lines[n - 1], sizeof(line)); in setup_acl_pipeline()
600 strlcpy(line, lines[n - 1], sizeof(line)); in setup_acl_pipeline()
/dpdk/drivers/net/bnx2x/
H A Decore_init_ops.h593 if (!ilt || !ilt->lines) in ecore_ilt_client_mem_op()
600 rc = ecore_ilt_line_mem_op(sc, &ilt->lines[i], in ecore_ilt_client_mem_op()
641 ecore_ilt_line_wr(sc, abs_idx, ilt->lines[idx].page_mapping); in ecore_ilt_line_init_op()
H A Decore_init.h554 struct ilt_line *lines; member
/dpdk/drivers/net/hns3/
H A Dhns3_regs.c415 hns3_get_dfx_reg_line(struct hns3_hw *hw, uint32_t *lines) in hns3_get_dfx_reg_line() argument
430 *lines += data_len / REG_LEN_PER_LINE + 1; in hns3_get_dfx_reg_line()
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst165 * This comment should be used only for (subjectively) long regions, regions greater than 20 lines, …
454 x = y + z; /* control stmt body lines up with second line of */
460 x = y + z; /* statement body no longer lines up */
465 two + lines + gets + indented + on + the +
466 second + and + subsequent + lines;
488 two + lines + gets + indented + on + the +
489 second + and + subsequent + lines;
607 Longer prototypes, e.g. those with many parameters, can be split across multiple lines.
608 …The second and subsequent lines should be further indented as for line statement continuations as …
H A Ddocumentation.rst237 Long literal command lines can be shown wrapped with backslashes. For
257 * Add 2 blank lines before each section header.
293 * Add 2 blank lines before each section header.
445 For long literal lines, try to wrap the text at sensible locations.
453 * Long lines that cannot be wrapped, such as application output, should be truncated to be less tha…
/dpdk/drivers/net/qede/base/
H A Decore_cxt.c869 u32 lines, line, sz_left, lines_to_skip, first_skipped_line; in ecore_ilt_blk_alloc() local
880 lines = DIV_ROUND_UP(sz_left, p_blk->real_size_in_page) - lines_to_skip; in ecore_ilt_blk_alloc()
885 while (lines) { in ecore_ilt_blk_alloc()
917 lines--; in ecore_ilt_blk_alloc()
954 u32 lines = clients[i].vf_total_lines * k; in ecore_ilt_shadow_alloc() local
958 i, lines); in ecore_ilt_shadow_alloc()
/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw_defs.h1100 uint64_t lines:12; member
1102 uint64_t lines:12;
H A Dnicvf_hw.c452 rbdr_cfg.lines = rbdr->buffsz / 128; in nicvf_qset_rbdr_config()
/dpdk/doc/guides/nics/
H A Ddpaa.rst112 In the above representation, solid lines represent components which interface
113 with DPDK RTE Framework and dotted lines represent DPAA internal components.
H A Dcxgbe.rst678 #. Add the following lines to /boot/loader.conf:
688 The above lines load the contigmem kernel module during boot process and
/dpdk/doc/guides/prog_guide/
H A Dpacket_classif_access_ctrl.rst514 once the following lines are executed:
538 once the following lines are executed:
557 once the following lines are executed:
H A Dmbuf_lib.rst16 just two cache lines, with the most frequently used fields being on the first
17 of the two cache lines.
H A Dpacket_distrib_lib.rst32 …The process API call will poll all the worker cache lines to see what workers are requesting packe…
H A Dtrace_lib.rst203 babeltrace /tmp/my-dpdk-trace | grep ethdev | wc --lines
/dpdk/doc/guides/freebsd_gsg/
H A Dinstall_from_ports.rst31 :ref:`loading_contigmem` and :ref:`loading_nic_uio`. Normally, lines like
H A Dbuild_dpdk.rst111 up time. This can be achieved by placing lines similar to the following into
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_access_ctrl.rst110 Other lines types are considered invalid.
312 It ignores empty and comment lines, and parses and validates the rules it reads.
H A Dl3_forward.rst235 It ignores empty and comment lines, and parses and validates the rules it reads.
254 Other lines types are considered invalid.
H A Dserver_node_efd.rst123 For examples of application command lines and traffic generator flows, please

12