Home
last modified time | relevance | path

Searched refs:appended (Results 1 – 16 of 16) sorted by relevance

/dpdk/drivers/net/ark/
H A Dark_ethdev_tx.c144 char *appended = in eth_ark_xmit_pkts() local
147 if (appended == 0) { in eth_ark_xmit_pkts()
156 memset(appended, 0, to_add); in eth_ark_xmit_pkts()
/dpdk/doc/guides/cryptodevs/
H A Dmlx5.rst46 A keytag (64 bits) should be appended to the AES-XTS keys (before wrapping),
121 The plaintext of the keytag appended to the AES-XTS keys, default value is 0.
H A Doverview.rst47 where generated digest is appended to and encrypted with the data.
H A Daesni_mb.rst177 are appended the counter block (4 bytes), which is set to 1 for the first block
H A Dkasumi.rst123 concatenated. After the DIRECTION bit, a single '1' bit is appended, followed by
H A Dqat.rst151 bit, a single '1' bit is appended, followed by between 0 and 7 '0' bits, so that
/dpdk/doc/guides/prog_guide/
H A Dmeson_ut.rst62 are appended when invoking the DPDK test binary.
H A Dbbdev.rst556 CRC24A is appended to the tail of the CB. The application is responsible for
575 In TB-mode, CRC24A is assumed to be pre-calculated and appended to the inbound
590 case they were appended by the application.
695 case they were appended by the application.
843 is appended to the CB. If ``RTE_BBDEV_LDPC_CRC_24A_ATTACH`` is not
848 In TB-mode, CRC24A is assumed to be pre-calculated and appended to the
852 CRC24B in the case they were appended by the application.
1115 case they were appended by the application.
/dpdk/doc/guides/bbdevs/
H A Dacc100.rst36 - ``RTE_BBDEV_LDPC_CRC_TYPE_24B_DROP`` : drops CRC24B bits appended while decoding
60 - ``RTE_BBDEV_TURBO_DEC_TB_CRC_24B_KEEP`` : keep CRC24B bits appended while decoding
H A Dfpga_5gnr_fec.rst34 - ``RTE_BBDEV_LDPC_CRC_TYPE_24B_DROP`` : drops CRC24B bits appended while decoding
H A Dfpga_lte_fec.rst39 - ``RTE_BBDEV_TURBO_DEC_TB_CRC_24B_KEEP`` : keep CRC24B bits appended while decoding
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst1041 compiling driver sources. Should be appended to using ``+=`` rather than
1042 overwritten using ``=``. The values appended should be meson include
1061 using static libraries. Anything added here will be appended to the end
/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c4195 char *appended; in hns3_xmit_pkts() local
4199 appended = rte_pktmbuf_append(tx_pkt, add_len); in hns3_xmit_pkts()
4200 if (appended == NULL) { in hns3_xmit_pkts()
4205 memset(appended, 0, add_len); in hns3_xmit_pkts()
/dpdk/doc/guides/rel_notes/
H A Drelease_19_08.rst137 Added support for digest-encrypted cases where digest is appended
H A Drelease_21_11.rst307 * **Added digest appended ops support for Snow3G PMD.**
H A Drelease_18_05.rst483 The ``rte_eth_dev_info`` structure has had two extra entries appended to the