Home
last modified time | relevance | path

Searched refs:filled (Results 1 – 25 of 31) sorted by relevance

12

/dpdk/examples/dma/
H A Ddmafwd.c365 uint16_t nb_dq, filled; in dma_dequeue() local
377 for (filled = 0; filled < nb_dq; filled++) { in dma_dequeue()
378 src[filled] = dma->bufs[(dma->sent + filled) & MBUF_RING_MASK]; in dma_dequeue()
379 dst[filled] = dma->copies[(dma->sent + filled) & MBUF_RING_MASK]; in dma_dequeue()
383 return filled; in dma_dequeue()
/dpdk/doc/guides/rawdevs/
H A Dcnxk_bphy.rst55 get message containing payload i.e ``struct cnxk_bphy_cgx_msg_link_info`` filled with information
82 message payload i.e ``struct cnxk_bphy_cgx_msg_link_mode`` needs to be filled with relevant
91 message payload i.e ``struct cnxk_bphy_cgx_msg_set_link_state`` needs to be filled with relevant
129 to be filled with relevant information. There are also two convenience functions namely
H A Dntb.rst138 are filled with data.
H A Dioat.rst315 of memory is overwritten, or filled, with a short pattern of data.
/dpdk/doc/guides/compressdevs/
H A Disal.rst36 structure, rte_comp_xform, must be filled with either of the CompressDev
51 will be filled with the checksum.
/dpdk/doc/guides/prog_guide/
H A Ddmadev.rst106 completed operations along with the status of each operation (filled into the
H A Dkernel_nic_interface.rst358 The mbuf is dequeued (without waiting due the cache) and filled with data from sk_buff.
H A Dpacket_classif_access_ctrl.rst346 * populated with rules AC context and cfg filled properly.
/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_crypto.rst295 and filled:
300 :end-before: >8 End of crypto operation allocated and filled.
H A Dvmdq_forwarding.rst80 a default structure is provided for VMDq configuration to be filled in later by the application.
H A Ddist_app.rst76 the hash field in the mbuf. For IP traffic, this field is automatically filled
H A Dl2_forward_event.rst365 (l2fwd_dst_ports[]) is filled such that for each source port, a destination port
422 (l2fwd_dst_ports[]) is filled such that for each source port, a destination port
H A Dvmdq_dcb_forwarding.rst96 a default structure is provided for VMDQ and DCB configuration to be filled in later by the applica…
H A Dl2_forward_real_virtual.rst281 …tion process, a static array of destination ports (l2fwd_dst_ports[]) is filled such that for each…
H A Dl2_forward_job_stats.rst317 …tion process, a static array of destination ports (l2fwd_dst_ports[]) is filled such that for each…
H A Dmulti_process.rst129 Once a send command is issued by the user, a buffer is allocated from the memory pool, filled in wi…
/dpdk/doc/guides/dmadevs/
H A Dioat.rst101 of each individual operation which is filled in to the ``status`` array provided as parameter
H A Didxd.rst189 individual operations which is filled in to the ``status`` array provided as parameter by the
/dpdk/lib/eventdev/
H A Drte_event_eth_rx_adapter.c869 uint16_t filled, space, sz; in rxa_create_event_vector() local
871 filled = 0; in rxa_create_event_vector()
888 filled++; in rxa_create_event_vector()
913 filled++; in rxa_create_event_vector()
918 return filled; in rxa_create_event_vector()
/dpdk/doc/guides/tools/
H A Dtestbbdev.rst69 The bbdev test app is executed twice. First time vector is filled based on
257 It runs all available tests using the test vector filled based on
/dpdk/doc/guides/cryptodevs/
H A Dscheduler.rst130 point to a rte_cryptodev_scheduler_threshold_option structure filled with
/dpdk/doc/guides/bbdevs/
H A Dfpga_5gnr_fec.rst187 fashion. Queues get filled first-in first-out until they reach a pre-defined
H A Dfpga_lte_fec.rst186 fashion. Queues get filled first-in first-out until they reach a pre-defined
/dpdk/doc/guides/contributing/
H A Dvulnerability.rst277 * The assigned bug is filled by a member of the security team,
/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst427 testpmd contain invalid zero-filled MAC addresses.
877 * Give the ``rte_pktmbuf_pool_private`` filled with appropriate

12