Searched refs:appended (Results 1 – 16 of 16) sorted by relevance
| /dpdk/drivers/net/ark/ |
| H A D | ark_ethdev_tx.c | 144 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 D | mlx5.rst | 46 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 D | overview.rst | 47 where generated digest is appended to and encrypted with the data.
|
| H A D | aesni_mb.rst | 177 are appended the counter block (4 bytes), which is set to 1 for the first block
|
| H A D | kasumi.rst | 123 concatenated. After the DIRECTION bit, a single '1' bit is appended, followed by
|
| H A D | qat.rst | 151 bit, a single '1' bit is appended, followed by between 0 and 7 '0' bits, so that
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | meson_ut.rst | 62 are appended when invoking the DPDK test binary.
|
| H A D | bbdev.rst | 556 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 D | acc100.rst | 36 - ``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 D | fpga_5gnr_fec.rst | 34 - ``RTE_BBDEV_LDPC_CRC_TYPE_24B_DROP`` : drops CRC24B bits appended while decoding
|
| H A D | fpga_lte_fec.rst | 39 - ``RTE_BBDEV_TURBO_DEC_TB_CRC_24B_KEEP`` : keep CRC24B bits appended while decoding
|
| /dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 1041 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 D | hns3_rxtx.c | 4195 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 D | release_19_08.rst | 137 Added support for digest-encrypted cases where digest is appended
|
| H A D | release_21_11.rst | 307 * **Added digest appended ops support for Snow3G PMD.**
|
| H A D | release_18_05.rst | 483 The ``rte_eth_dev_info`` structure has had two extra entries appended to the
|