Home
last modified time | relevance | path

Searched refs:details (Results 1 – 25 of 153) sorted by relevance

1234567

/dpdk/drivers/common/iavf/
H A Diavf_adminq.c588 struct iavf_asq_cmd_details *details; in iavf_clean_asq() local
599 if (details->callback) { in iavf_clean_asq()
607 iavf_memset(details, 0, sizeof(*details), IAVF_NONDMA_MEM); in iavf_clean_asq()
682 iavf_memcpy(details, in iavf_asq_send_command()
691 if (details->cookie) { in iavf_asq_send_command()
698 iavf_memset(details, 0, in iavf_asq_send_command()
716 if (details->postpone && !details->async) { in iavf_asq_send_command()
770 if (!details->postpone) in iavf_asq_send_command()
776 if (!details->async && !details->postpone) { in iavf_asq_send_command()
822 if (details->wb_desc) in iavf_asq_send_command()
[all …]
H A Diavf_common.c932 struct iavf_asq_cmd_details details; in iavf_aq_send_msg_to_pf() local
947 iavf_memset(&details, 0, sizeof(details), IAVF_NONDMA_MEM); in iavf_aq_send_msg_to_pf()
948 details.async = true; in iavf_aq_send_msg_to_pf()
949 cmd_details = &details; in iavf_aq_send_msg_to_pf()
/dpdk/drivers/net/i40e/base/
H A Di40e_adminq.c790 struct i40e_asq_cmd_details *details; in i40e_clean_asq() local
801 if (details->callback) { in i40e_clean_asq()
809 i40e_memset(details, 0, sizeof(*details), I40E_NONDMA_MEM); in i40e_clean_asq()
887 i40e_memcpy(details,
896 if (details->cookie) {
903 i40e_memset(details, 0,
921 if (details->postpone && !details->async) {
975 if (!details->postpone)
981 if (!details->async && !details->postpone) {
1027 if (details->wb_desc)
[all …]
/dpdk/examples/bpf/
H A DREADME2 library. To get details of each program and how to compile it, see
8 details on how to do so.
/dpdk/drivers/net/ice/base/
H A Dice_controlq.c838 struct ice_sq_cd *details; in ice_clean_sq() local
842 details = ICE_CTL_Q_DETAILS(*sq, ntc); in ice_clean_sq()
847 ice_memset(details, 0, sizeof(*details), ICE_NONDMA_MEM); in ice_clean_sq()
852 details = ICE_CTL_Q_DETAILS(*sq, ntc); in ice_clean_sq()
944 struct ice_sq_cd *details; in ice_sq_send_cmd_nolock() local
987 details = ICE_CTL_Q_DETAILS(cq->sq, cq->sq.next_to_use); in ice_sq_send_cmd_nolock()
989 *details = *cd; in ice_sq_send_cmd_nolock()
991 ice_memset(details, 0, sizeof(*details), ICE_NONDMA_MEM); in ice_sq_send_cmd_nolock()
1082 if (details->wb_desc) in ice_sq_send_cmd_nolock()
1083 ice_memcpy(details->wb_desc, desc_on_ring, in ice_sq_send_cmd_nolock()
[all …]
/dpdk/doc/guides/nics/
H A Doverview.rst25 More details about features can be found in :doc:`features`.
34 NIC guide in the following sections for details.
H A Dhinic.rst54 for details.
/dpdk/drivers/net/qede/base/
H A Decore_int.c304 u32 addr_lo, addr_hi, details; in ecore_pglueb_rbc_attn_handler() local
314 addr_hi, addr_lo, details, in ecore_pglueb_rbc_attn_handler()
315 (u8)((details & in ecore_pglueb_rbc_attn_handler()
318 (u8)((details & in ecore_pglueb_rbc_attn_handler()
321 (u8)((details & in ecore_pglueb_rbc_attn_handler()
338 u32 addr_lo, addr_hi, details; in ecore_pglueb_rbc_attn_handler() local
349 addr_hi, addr_lo, details, in ecore_pglueb_rbc_attn_handler()
350 (u8)((details & in ecore_pglueb_rbc_attn_handler()
353 (u8)((details & in ecore_pglueb_rbc_attn_handler()
356 (u8)((details & in ecore_pglueb_rbc_attn_handler()
[all …]
/dpdk/doc/guides/compressdevs/
H A Dmlx5.rst28 See :doc:`../../platform/mlx5` guide for more design details.
84 See :ref:`mlx5 common prerequisites <mlx5_linux_prerequisites>` for more details.
/dpdk/doc/guides/testpmd_app_ug/
H A Dbuild_app.rst8 Refer to the DPDK Getting Started Guides for details.
/dpdk/doc/guides/windows_gsg/
H A Drun_apps.rst25 See `Large-Page Support`_ in MSDN for details.
57 on initialization (debug-level logs provide more details):
/dpdk/doc/guides/cryptodevs/
H A Dmlx5.rst31 See :doc:`../../platform/mlx5` guide for more design details.
160 See :ref:`mlx5 common prerequisites <mlx5_linux_prerequisites>` for more details.
166 See :ref:`mlx5 common prerequisites <mlx5_windows_prerequisites>` for more details.
H A Dcnxk.rst132 Refer to :ref:`linux_gsg_hugepages` for more details.
234 Refer to :doc:`../prog_guide/rte_security` for more details on protocol offloads.
/dpdk/doc/guides/prog_guide/
H A Dtrace_lib.rst53 This section steps you through the details of adding a simple tracepoint.
220 For more details, refer
226 This section steps you through the details of generating trace and viewing it.
236 Implementation details
250 The implementation details broadly divided into the following areas:
H A Dprofile_app.rst33 for details about application profiling.
97 Please refer to :doc:`../linux_gsg/build_dpdk` for generic details on compiling DPDK with meson.
H A Dcompressdev.rst79 See *DPDK API Reference* for details.
91 See *DPDK API Reference* for details.
127 See *DPDK API Reference* for details.
140 See *DPDK API Reference* for details.
164 operation. See section *Produced, Consumed And Operation Status* for more details.
190 See *DPDK API Reference* for details.
264 to specify the details of the compression operation such as algorithm,
279 See *DPDK API Reference* for details.
468 See *DPDK API Reference* document for details.
H A Dbuild_app.rst26 Please refer to :doc:`../linux_gsg/build_dpdk` for details on compiling with meson.
/dpdk/doc/guides/tools/
H A Dproc_info.rst60 debug information. Specifying the name allows to display details for specific
65 debug information. Specifying the name allows to display details for specific
/dpdk/doc/guides/vdpadevs/
H A Dmlx5.rst20 See :doc:`../../platform/mlx5` guide for design details,
36 See :ref:`mlx5 common prerequisites <mlx5_linux_prerequisites>` for more details.
/dpdk/doc/guides/regexdevs/
H A Dmlx5.rst20 See :doc:`../../platform/mlx5` guide for more design details.
/dpdk/doc/guides/sample_app_ug/
H A Dservice_cores.rst16 concept to contain the service mapping details. Note that the profile concept
85 for ``rte_service_lcore_stop`` function for details).
H A Drxtx_callbacks.rst51 details of the forwarding part of the application.
109 details).
H A Deventdev_pipeline.rst60 pipeline, please check core masks (use -h for details on setting core masks):
83 for details:
/dpdk/doc/guides/rel_notes/
H A Drelease_17_11.rst25 :doc:`../nics/mvpp2` NIC guide for more details on this new driver.
80 See the :doc:`../nics/dpaa` document for more details of this new driver.
90 See the :doc:`../nics/octeontx` document for more details of this new driver.
135 more details see the :doc:`../cryptodevs/aesni_mb` documentation.
147 added. See the :doc:`../cryptodevs/dpaa_sec` document for more details.
153 See the :doc:`../cryptodevs/mvsam` document for more details.
586 * Platform details:
706 * Platform details:
/dpdk/doc/guides/linux_gsg/
H A Dsys_reqs.rst28 … For details on Linux distributions and the versions tested, please consult the DPDK Release Notes.
134 …ef:`High Precision Event Timer (HPET) Functionality <High_Precision_Event_Timer>` for more details.
209 …n-guide/kernel-parameters.txt file in your Linux source tree for further details of these and othe…
216 Please see :doc:`linux_eal_parameters` for more details.

1234567