Home
last modified time | relevance | path

Searched refs:written (Results 1 – 25 of 30) sorted by relevance

12

/dpdk/app/test/
H A Dtest_eal_flags.c1419 int written; in populate_socket_mem_param() local
1422 written = snprintf(&buf[offset], buf_size - offset, "--socket-mem="); in populate_socket_mem_param()
1423 if (written < 0 || written + offset >= buf_size) in populate_socket_mem_param()
1425 offset += written; in populate_socket_mem_param()
1428 written = snprintf(&buf[offset], buf_size - offset, in populate_socket_mem_param()
1430 if (written < 0 || written + offset >= buf_size) in populate_socket_mem_param()
1432 offset += written; in populate_socket_mem_param()
1435 written = snprintf(&buf[offset], buf_size - offset, "%s%s", mem, in populate_socket_mem_param()
1437 if (written < 0 || written + offset >= buf_size) in populate_socket_mem_param()
1439 offset += written; in populate_socket_mem_param()
/dpdk/app/dumpcap/
H A Dmain.c748 ssize_t written; in process_ring() local
764 written = rte_pcapng_write_packets(out.pcapng, pkts, n); in process_ring()
766 written = pcap_write_packets(out.dumper, pkts, n); in process_ring()
770 if (written < 0) in process_ring()
773 file_size += written; in process_ring()
/dpdk/license/
H A Dbsd-3-clause.txt7 …o endorse or promote products derived from this software without specific prior written permission.
H A Dgpl-2.0.txt125 your rights to work written entirely by you; rather, the intent is to
142 b) Accompany it with a written offer, valid for at least three
235 the limitation as if written in the body of this License.
330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
H A Dlgpl-2.1.txt202 your rights to work written entirely by you; rather, the intent is to
306 c) Accompany the work with a written offer, valid for at
411 written in the body of this License.
497 library `Frob' (a library for tweaking knobs) written by James Random Hacker.
/dpdk/doc/guides/cryptodevs/
H A Darmv8.rst10 a low-level library, written in the assembly code.
/dpdk/doc/guides/sample_app_ug/
H A Dhello_world.rst7 … Hello World sample application is an example of the simplest DPDK application that can be written.
H A Dl3_forward_graph.rst9 Graph framework and nodes written for graph framework.
H A Dqos_scheduler.rst84 * C = Size (in number of buffer descriptors) of each of the NIC TX rings written
H A Dlink_status_intr.rst125 An example callback function that has been written as indicated below.
/dpdk/examples/pipeline/examples/
H A Dlearner.spec86 // packet meta-data fields have to be written before the "learn" instruction is invoked.
/dpdk/doc/guides/prog_guide/
H A Dtrace_lib.rst260 This description is written using the Trace Stream Description Language (TSDL),
346 The ``packet.header`` and ``packet.context`` will be written in the slow path
H A Dwriting_efficient_code.rst228 can be written with RELAXED memory order. However, the guard variable should
229 be written with RELEASE memory order. This ensures that the store to guard
H A Dgraph_lib.rst257 to be written carefully to achieve max performance.
387 to determine the L2 header to be written to the packet before sending
H A Dcompressdev.rst163 field with amount of data of written into destination buffer along with status of
245 produced = amount of data written in destination buffer
H A Dtoeplitz_hash_lib.rst66 * A pointer to the memory where the matrices will be written.
H A Dpoll_mode_drv.rst208 …ds this threshold, the network adaptor should be checked to see if it has written back descriptors.
217 …In short, this parameter controls which transmit descriptors are written back to host memory by th…
/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c3698 hw->blk[blk].es.written[prof_id] = false; in ice_write_es()
4086 ice_free(hw, hw->blk[i].es.written); in ice_free_hw_tbls()
4160 ice_memset(es->written, 0, es->count * sizeof(*es->written), in ice_clear_hw_tbls()
4271 es->written = (u8 *) in ice_init_hw_tbls()
4272 ice_calloc(hw, es->count, sizeof(*es->written)); in ice_init_hw_tbls()
4274 if (!es->written) in ice_init_hw_tbls()
5413 if (!hw->blk[blk].es.written[map->prof_id]) { in ice_get_prof()
5430 hw->blk[blk].es.written[map->prof_id] = true; in ice_get_prof()
H A Dice_flex_type.h785 u8 *written; member
/dpdk/doc/guides/nics/
H A Dtap.rst67 application has been written to understand these protocols.
233 The RSS algorithm is written in file ``tap_bpf_program.c`` which
H A Dvmxnet3.rst150 … a destination MAC address needs to be written in packets to hit the other VM's VMXNET3 interface.
H A Ddpaa.rst322 written to memory and which buffer pool to select for packet storage in
H A Dice.rst241 ``rx_low_latency``, each completed Rx descriptor can be written immediately
H A Ddpaa2.rst219 enqueue/dequeue packets. To enqueue something a descriptor is written
/dpdk/doc/guides/tools/
H A Dtestbbdev.rst230 is purely read/written for external DDR, lbrm when limited buffer

12