| /f-stack/dpdk/drivers/net/ark/ |
| H A D | ark_ethdev_tx.c | 121 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 D | property-units.txt | 4 suffix appended to the property name. The list below contains the
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | fw-cfg.txt | 25 * Further registers may be appended to the region in case of future interface
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | overview.rst | 47 where generated digest is appended to and encrypted with the data.
|
| H A D | aesni_mb.rst | 173 are appended the counter block (4 bytes), which is set to 1 for the first block
|
| H A D | kasumi.rst | 121 concatenated. After the DIRECTION bit, a single '1' bit is appended, followed by
|
| H A D | qat.rst | 149 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 D | README.md | 38 If a package is a pre-release, a label is appended to the version number in
|
| /f-stack/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
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| 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. 1081 case they were appended by the application.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/ |
| H A D | reserved-memory.txt | 28 address (@<address>) should be appended to the name if the node is a
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | lib-link.m4 | 385 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 D | ax_python_devel.m4 | 85 will be appended to the Python interpreter
|
| /f-stack/tools/libxo/doc/ |
| H A D | field-modifiers.rst | 15 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 D | arm,smmu.yaml | 231 /* always ignore appended 5-bit TBU number */
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sram/ |
| H A D | sram.yaml | 21 appended to the name.
|
| /f-stack/freebsd/contrib/openzfs/contrib/bash_completion.d/ |
| H A D | zfs | 93 # need to offer a suggestion with an @ appended.
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_rxtx.c | 3598 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 D | coding_style.rst | 961 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 D | rack.c | 8638 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 D | bbr.c | 8318 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 D | FAQ | 176 identification string should be appended to ZLIB_VERSION. Version numbers
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_19_08.rst | 184 Added support for digest-encrypted cases where digest is appended
|