| /dpdk/doc/guides/compressdevs/ |
| H A D | overview.rst | 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",
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | overview.rst | 16 - "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 D | caam_jr.rst | 40 engine provides a scatter/gather capability so that SEC can read and write
|
| H A D | dpaa_sec.rst | 42 engine provides a scatter/gather capability so that SEC can read and write
|
| H A D | dpaa2_sec.rst | 58 engine provides a scatter/gather capability so that SEC can read and write
|
| /dpdk/drivers/net/thunderx/ |
| H A D | nicvf_rxtx.h | 32 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 D | otx_ep_rxtx.c | 527 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 D | otx_ep_common.h | 116 uint64_t gather:1; member
|
| /dpdk/drivers/net/liquidio/ |
| H A D | lio_rxtx.h | 285 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 D | sdp.h | 176 uint64_t gather : 1; member
|
| /dpdk/doc/guides/nics/ |
| H A D | hinic.rst | 26 - Scattered and gather for TX and RX
|
| H A D | ngbe.rst | 27 - Scattered and gather for TX and RX
|
| H A D | bnx2x.rst | 36 - Rx TX scatter gather 108 PMD doesn't support Jumbo Rx scatter gather. Some applications can
|
| H A D | octeontx.rst | 43 - Scattered and gather for TX and RX
|
| H A D | thunderx.rst | 29 - Scattered and gather for TX and RX 403 in scatter/gather mode. So, setting MTU will result with ``EINVAL`` when the
|
| H A D | txgbe.rst | 27 - Scattered and gather for TX and RX
|
| H A D | hns3.rst | 31 - Scattered and gather for TX and RX
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | acc100.rst | 43 - ``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 D | dpaa.rst | 16 as contiguous or noncontiguous using scatter/gather table(s).
|
| H A D | ioat.rst | 100 to reset the device and continue processing operations. This function will also gather the status
|
| H A D | idxd.rst | 188 to kick the device off to continue processing operations and also to gather the status of each
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_16_07.rst | 81 * 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 D | release_17_02.rst | 180 * 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 D | fips_validation.rst | 115 possible data room (65535 bytes). If the user wants to test scatter-gather
|
| /dpdk/drivers/net/thunderx/base/ |
| H A D | nicvf_hw_defs.h | 1013 struct sq_gather_subdesc gather; member
|