Home
last modified time | relevance | path

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

12

/f-stack/dpdk/drivers/net/ark/
H A Dark_ethdev_tx.c121 char *appended = in eth_ark_xmit_pkts() local
124 if (appended == 0) { in eth_ark_xmit_pkts()
133 memset(appended, 0, to_add); in eth_ark_xmit_pkts()
/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dproperty-units.txt4 suffix appended to the property name. The list below contains the
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dfw-cfg.txt25 * Further registers may be appended to the region in case of future interface
/f-stack/dpdk/doc/guides/cryptodevs/
H A Doverview.rst47 where generated digest is appended to and encrypted with the data.
H A Daesni_mb.rst173 are appended the counter block (4 bytes), which is set to 1 for the first block
H A Dkasumi.rst121 concatenated. After the DIRECTION bit, a single '1' bit is appended, followed by
H A Dqat.rst149 bit, a single '1' bit is appended, followed by between 0 and 7 '0' bits, so that
/f-stack/freebsd/contrib/libsodium/packaging/dotnet-core/
H A DREADME.md38 If a package is a pre-release, a label is appended to the version number in
/f-stack/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
/f-stack/dpdk/doc/guides/prog_guide/
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.
1081 case they were appended by the application.
/f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/
H A Dreserved-memory.txt28 address (@<address>) should be appended to the name if the node is a
/f-stack/freebsd/contrib/openzfs/config/
H A Dlib-link.m4385 dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
407 dnl The rpathdirs will be appended to $LIBNAME at the end.
583 dnl The rpathdirs will be appended to $LIBNAME at the end.
595 dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
H A Dax_python_devel.m485 will be appended to the Python interpreter
/f-stack/tools/libxo/doc/
H A Dfield-modifiers.rst15 c colon A colon (":") is appended after the label
29 w white A blank (" ") is appended after the label
/f-stack/freebsd/contrib/device-tree/Bindings/iommu/
H A Darm,smmu.yaml231 /* always ignore appended 5-bit TBU number */
/f-stack/freebsd/contrib/device-tree/Bindings/sram/
H A Dsram.yaml21 appended to the name.
/f-stack/freebsd/contrib/openzfs/contrib/bash_completion.d/
H A Dzfs93 # need to offer a suggestion with an @ appended.
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c3598 char *appended; in hns3_xmit_pkts() local
3602 appended = rte_pktmbuf_append(tx_pkt, add_len); in hns3_xmit_pkts()
3603 if (appended == NULL) { in hns3_xmit_pkts()
3608 memset(appended, 0, add_len); in hns3_xmit_pkts()
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst961 compiling driver sources. Should be appended to using ``+=`` rather than
962 overwritten using ``=``. The values appended should be meson include
981 using static libraries. Anything added here will be appended to the end
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c8638 u_int mcnt, appended; in rack_process_data() local
8642 appended = 0; in rack_process_data()
8670 appended = in rack_process_data()
8676 if (so->so_rcv.sb_shlim && appended != mcnt) in rack_process_data()
8678 mcnt - appended); in rack_process_data()
8818 u_int mcnt, appended; in rack_do_fastnewdata() local
8872 appended = 0; in rack_do_fastnewdata()
8927 appended = in rack_do_fastnewdata()
8935 if (so->so_rcv.sb_shlim && mcnt != appended) in rack_do_fastnewdata()
8936 counter_fo_release(so->so_rcv.sb_shlim, mcnt - appended); in rack_do_fastnewdata()
H A Dbbr.c8318 u_int mcnt, appended; in bbr_process_data() local
8322 appended = 0; in bbr_process_data()
8358 appended = in bbr_process_data()
8364 if (so->so_rcv.sb_shlim && appended != mcnt) in bbr_process_data()
8366 mcnt - appended); in bbr_process_data()
8500 u_int mcnt, appended; in bbr_do_fastnewdata() local
8553 appended = 0; in bbr_do_fastnewdata()
8609 appended = in bbr_do_fastnewdata()
8617 if (so->so_rcv.sb_shlim && mcnt != appended) in bbr_do_fastnewdata()
8618 counter_fo_release(so->so_rcv.sb_shlim, mcnt - appended); in bbr_do_fastnewdata()
/f-stack/freebsd/contrib/zlib/
H A DFAQ176 identification string should be appended to ZLIB_VERSION. Version numbers
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_08.rst184 Added support for digest-encrypted cases where digest is appended

12