Home
last modified time | relevance | path

Searched refs:gather (Results 1 – 25 of 35) sorted by relevance

12

/dpdk/doc/guides/compressdevs/
H A Doverview.rst21 "Out-of-place Scatter-gather list Input, Scatter-gather list Output",
22 which means PMD supports different scatter-gather styled input and output buffers
26 "Out-of-place Scatter-gather list Input, Linear Buffers Output",
31 "Out-of-place Linear Buffers Input, Scatter-gather list Output",
/dpdk/doc/guides/cryptodevs/
H A Doverview.rst16 - "In Place SGL" feature flag stands for "In place Scatter-gather list",
21 "Out-of-place Scatter-gather list Input, Scatter-gather list Output",
22 which means PMD supports different scatter-gather styled input and output buffers
26 "Out-of-place Scatter-gather list Input, Linear Buffers Output",
31 "Out-of-place Linear Buffers Input, Scatter-gather list Output",
H A Dcaam_jr.rst40 engine provides a scatter/gather capability so that SEC can read and write
H A Ddpaa_sec.rst42 engine provides a scatter/gather capability so that SEC can read and write
H A Ddpaa2_sec.rst58 engine provides a scatter/gather capability so that SEC can read and write
/dpdk/drivers/net/thunderx/
H A Dnicvf_rxtx.h32 sqe.gather.subdesc_type = SQ_DESC_TYPE_GATHER; in fill_sq_desc_gather()
33 sqe.gather.ld_type = NIC_SEND_LD_TYPE_E_LDT; in fill_sq_desc_gather()
34 sqe.gather.size = pkt->data_len; in fill_sq_desc_gather()
35 sqe.gather.addr = rte_mbuf_data_iova(pkt); in fill_sq_desc_gather()
/dpdk/drivers/net/octeontx_ep/
H A Dotx_ep_rxtx.c527 int gather, gsz; in otx_ep_xmit_pkts() local
560 gather = 0; in otx_ep_xmit_pkts()
584 gather = 1; in otx_ep_xmit_pkts()
616 iqcmd.ih.s.gather = gather; in otx_ep_xmit_pkts()
670 int gather, gsz; in otx2_ep_xmit_pkts() local
694 gather = 0; in otx2_ep_xmit_pkts()
718 gather = 1; in otx2_ep_xmit_pkts()
750 iqcmd2.ih.s.gather = gather; in otx2_ep_xmit_pkts()
H A Dotx_ep_common.h116 uint64_t gather:1; member
/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.h285 uint32_t gather : 1; member
309 uint64_t gather : 1; member
343 uint64_t gather : 1;
524 if (!setup->s.gather) { in lio_prepare_pci_cmd()
527 ih3->gather = 1; in lio_prepare_pci_cmd()
/dpdk/drivers/common/cnxk/hw/
H A Dsdp.h176 uint64_t gather : 1; member
/dpdk/doc/guides/nics/
H A Dhinic.rst26 - Scattered and gather for TX and RX
H A Dngbe.rst27 - Scattered and gather for TX and RX
H A Dbnx2x.rst36 - Rx TX scatter gather
108 PMD doesn't support Jumbo Rx scatter gather. Some applications can
H A Docteontx.rst43 - Scattered and gather for TX and RX
H A Dthunderx.rst29 - Scattered and gather for TX and RX
403 in scatter/gather mode. So, setting MTU will result with ``EINVAL`` when the
H A Dtxgbe.rst27 - Scattered and gather for TX and RX
H A Dhns3.rst31 - Scattered and gather for TX and RX
/dpdk/doc/guides/bbdevs/
H A Dacc100.rst43 - ``RTE_BBDEV_LDPC_DEC_SCATTER_GATHER`` : supports scatter-gather for input/output data
52 - ``RTE_BBDEV_TURBO_ENC_SCATTER_GATHER`` : supports scatter-gather for input/output data
63 - ``RTE_BBDEV_TURBO_DEC_SCATTER_GATHER`` : supports scatter-gather for input/output data
/dpdk/doc/guides/dmadevs/
H A Ddpaa.rst16 as contiguous or noncontiguous using scatter/gather table(s).
H A Dioat.rst100 to reset the device and continue processing operations. This function will also gather the status
H A Didxd.rst188 to kick the device off to continue processing operations and also to gather the status of each
/dpdk/doc/guides/rel_notes/
H A Drelease_16_07.rst81 * Improved TX scatter gather support:
83 Scatter-gather elements is set to the maximum value the NIC supports.
85 * Improved jumbo frames support, by dynamically setting RX scatter gather elements
H A Drelease_17_02.rst180 * Scatter-gather list (SGL) support.
198 * Scatter-gather support for chained mbufs (only out-of place and destination
/dpdk/doc/guides/sample_app_ug/
H A Dfips_validation.rst115 possible data room (65535 bytes). If the user wants to test scatter-gather
/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw_defs.h1013 struct sq_gather_subdesc gather; member

12