Home
last modified time | relevance | path

Searched refs:final (Results 1 – 25 of 28) sorted by relevance

12

/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec_raw_dp.c151 in_sg->final = 1; in build_dpaa_raw_dp_auth_fd()
214 sg->final = 1; in build_dpaa_raw_dp_auth_fd()
315 sg->final = 1; in build_raw_cipher_auth_gcm_sg()
321 in_sg->final = 1; in build_raw_cipher_auth_gcm_sg()
369 sg->final = 1; in build_raw_cipher_auth_gcm_sg()
476 sg->final = 1; in build_dpaa_raw_dp_chain_fd()
521 sg->final = 1; in build_dpaa_raw_dp_chain_fd()
611 sg->final = 1; in build_dpaa_raw_dp_cipher_fd()
642 sg->final = 1; in build_dpaa_raw_dp_cipher_fd()
728 sg->final = 1; in build_dpaa_raw_proto_sg()
[all …]
H A Ddpaa_sec.c994 sg->final = 1; in build_auth_only_sg()
1097 sg->final = 1; in build_auth_only()
1173 sg->final = 1; in build_cipher_only_sg()
1207 sg->final = 1; in build_cipher_only_sg()
1264 sg->final = 1; in build_cipher_only()
1277 sg->final = 1; in build_cipher_only()
1357 sg->final = 1; in build_cipher_auth_gcm_sg()
1414 sg->final = 1; in build_cipher_auth_gcm_sg()
1521 sg->final = 1; in build_cipher_auth_gcm()
1603 sg->final = 1; in build_cipher_auth_sg()
[all …]
/dpdk/kernel/freebsd/
H A DBSDmakefile.meson7 # source file is passed via KMOD_SRC as relative path, we only use final
9 # VPATH is similarly extracted from the non-final (head) portion of the
/dpdk/drivers/net/bnxt/tf_core/
H A Dlookup3.h93 #define final(a, b, c) \ macro
152 final(a, b, c); in hashword()
/dpdk/doc/guides/sample_app_ug/
H A Dflow_filtering.rst243 :start-after: The final level must be always type end. 8<
244 :end-before: >8 End of final level must be always type end.
H A Ddist_app.rst97 final statistics to the user.
H A Dmulti_process.rst27 the final make command can be run just in that application's directory,
/dpdk/
H A Dmeson.build106 # final output, list all the libs and drivers to be built
/dpdk/drivers/net/dpaa/
H A Ddpaa_rxtx.c382 if (sg_temp->final) { in dpaa_eth_sg_to_mbuf()
480 if (sg_temp->final) { in dpaa_free_mbuf()
885 sg_temp->final = 1; in dpaa_eth_mbuf_to_sg_fd()
/dpdk/doc/guides/prog_guide/
H A Dgeneric_segmentation_offload_lib.rst117 final output segment; if ``pkt_len`` % ``segsz``, then the final segment is
H A Dpacket_distrib_lib.rst89 [The previous packet should be returned to the distributor component by passing it as the final par…
H A Deventdev.rst167 The diagram below shows the final state of the application after this
298 The final step is to "wire up" the ports to the queues. After this, the
H A Dipsec_lib.rst43 /* dequeue from crypto-device and do final processing (if any) */
H A Dcompressdev.rst532 /* set to final, if last chunk*/
598 as stateless ops can only use flush full or final and op3 can be of type stateless or stateful.
/dpdk/drivers/bus/dpaa/include/
H A Dfsl_qman.h251 u32 final:1; /* Final bit */ member
255 u32 final:1; /* Final bit */
/dpdk/drivers/
H A Dmeson.build163 # that lib. The final lib reuses the object files and
/dpdk/doc/guides/contributing/
H A Dstable.rst75 At the end of the 2 years, a final X.11.N release will be made and at that
H A Dvulnerability.rst110 When the document is final, the security team needs to
H A Dcoding_style.rst121 Any final statement-terminating semicolon should be supplied by the macro invocation rather than th…
1103 No trailing comma is put on the final list entry.
1110 The final list entry must have a trailing comma,
/dpdk/doc/guides/linux_gsg/
H A Dbuild_dpdk.rst75 with the `ninja install` step copying the built objects to their final system-wide locations,
H A Dlinux_drivers.rst105 When specifying device ids, wildcards can be used for the final part of the address.
/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_dpdk.rst45 The final, install, step generally needs to be run as root::
/dpdk/config/
H A Dmeson.build29 # and have the soname be all but the final part of the abi_version.
/dpdk/doc/guides/nics/
H A Dpcap_ring.rst301 the final two lines could be changed as below:
/dpdk/doc/guides/rel_notes/
H A Drelease_20_02.rst247 we can keep v20.0 as soname and using the final digits to identify the DPDK

12