Home
last modified time | relevance | path

Searched refs:modes (Results 1 – 25 of 52) sorted by relevance

123

/dpdk/drivers/common/sfc_efx/base/
H A Defx_nic.c1023 efx_qword_t modes; in efx_mcdi_get_loopback_modes() local
1056 EFX_AND_QWORD(modes, mask); in efx_mcdi_get_loopback_modes()
1060 EFX_AND_QWORD(modes, mask); in efx_mcdi_get_loopback_modes()
1064 EFX_AND_QWORD(modes, mask); in efx_mcdi_get_loopback_modes()
1071 modes = *MCDI_OUT2(req, efx_qword_t, in efx_mcdi_get_loopback_modes()
1073 EFX_AND_QWORD(modes, mask); in efx_mcdi_get_loopback_modes()
1081 modes = *MCDI_OUT2(req, efx_qword_t, in efx_mcdi_get_loopback_modes()
1083 EFX_AND_QWORD(modes, mask); in efx_mcdi_get_loopback_modes()
1093 EFX_AND_QWORD(modes, mask); in efx_mcdi_get_loopback_modes()
1103 EFX_AND_QWORD(modes, mask); in efx_mcdi_get_loopback_modes()
[all …]
/dpdk/drivers/net/qede/base/
H A Decore_init_ops.c419 u16 *p_offset, int modes) argument
429 return ecore_init_cmd_mode_match(p_hwfn, p_offset, modes) ^ 1;
431 arg1 = ecore_init_cmd_mode_match(p_hwfn, p_offset, modes);
432 arg2 = ecore_init_cmd_mode_match(p_hwfn, p_offset, modes);
435 arg1 = ecore_init_cmd_mode_match(p_hwfn, p_offset, modes);
436 arg2 = ecore_init_cmd_mode_match(p_hwfn, p_offset, modes);
440 return (modes & (1 << tree_val)) ? 1 : 0;
445 struct init_if_mode_op *p_cmd, int modes) argument
449 if (ecore_init_cmd_mode_match(p_hwfn, &offset, modes))
472 int phase, int phase_id, int modes) argument
[all …]
H A Decore_init_ops.h35 int modes);
/dpdk/doc/guides/mempool/
H A Dring.rst9 The following modes of operation are available for the ring mempool driver
50 ``ring_mt_hts`` modes usually provide a better alternative.
52 synchronisation modes please refer to: :doc:`../prog_guide/ring_lib`.
H A Dstack.rst18 The following modes of operation are available for the stack mempool driver and
/dpdk/doc/guides/prog_guide/
H A Dring_lib.rst352 Producer/consumer synchronization modes
355 rte_ring supports different synchronization modes for producers and consumers.
356 These modes can be specified at ring creation/init time via ``flags``
360 Currently supported modes:
429 Note that this API is available only for two sync modes:
435 It is a user responsibility to create/init ring with appropriate sync modes
470 Note that this API is available only for two sync modes:
476 It is a user responsibility to create/init ring with appropriate sync modes.
H A Dpacket_distrib_lib.rst18 There are two modes of operation of the API in the distributor library,
H A Dlink_bonding_poll_mode_drv_lib.rst38 Currently the Link Bonding PMD library supports following modes of operation:
332 The librte_net_bond library supports two modes of device creation, the libraries
400 Currently supports modes 0,1,2,3,4,5 (round-robin, active backup, balance,
H A Dregexdev.rst119 There are two modes of setting the rule database, online or offline.
H A Dhash_lib.rst81 by appropriately setting the flag. In all modes of operation lookups are thread-safe meaning lookup…
84 … concurrent reads and writes the following flag values define the corresponding modes of operation:
H A Dtrace_lib.rst144 following modes:
/dpdk/doc/guides/sample_app_ug/
H A Dqos_metering.rst34 The color blind modes are functionally equivalent with the color-aware modes when
62 Selecting one of the metering modes is done with these defines:
H A Dipsec_secgw.rst32 These modes can be selected during the SA creation configuration.
65 The application supports two modes of operation: poll mode and event mode.
716 due to different processing times of inline and lookaside modes which
744 Only *lookaside-protocol-offload* and *inline-crypto-offload* modes are
1099 list of available modes please refer to run_test.sh.
/dpdk/doc/guides/cryptodevs/
H A Dscheduler.rst20 The behaviors are categorizes as different "modes". Basically, a scheduling
24 for attaching/detaching workers, set/get scheduling modes, and enable/disable
66 * mode_param: Specify the mode-specific parameter. Some scheduling modes
98 Currently the Crypto Scheduler PMD library supports following modes of
H A Ddpaa_sec.rst131 error. There are 3 dump modes available 0, 1 and 2. Mode 0 means no dump print
H A Ddpaa2_sec.rst183 error. There are 3 dump modes available 0, 1 and 2. Mode 0 means no dump print
/dpdk/doc/guides/dmadevs/
H A Dcnxk.rst13 The block supports following modes of DMA transfers:
/dpdk/doc/guides/rel_notes/
H A Drelease_20_05.rst31 * Introduced new synchronization modes for ``rte_ring``.
33 Introduced new optional MT synchronization modes for ``rte_ring``:
35 With these modes selected, ``rte_ring`` shows significant improvements for
H A Drelease_16_11.rst86 * Added more flow director modes on UCS Blade with firmware version >= 2.0(13e).
145 since the queue monitoring works differently between scalar and vector modes
H A Drelease_20_08.rst25 * **Added support for RTS and HTS modes into mempool ring driver.**
27 Added the ability to select new ring synchronisation modes:
H A Drelease_2_2.rst70 * Added flags to set EEE advertisement modes
90 * Added 2 new flow director modes on x550.
/dpdk/doc/guides/eventdevs/
H A Dcnxk.rst82 CN10K supports multiple getwork prefetch modes, by default the prefetch
/dpdk/doc/guides/nics/
H A Dvmxnet3.rst58 * Unicast, Broadcast, All Multicast modes - SUPPORTED BY DEFAULT
/dpdk/app/test-pmd/
H A Dcmdline.c5868 modes[event_mode]); in cmd_show_bypass_config_parsed()
6923 char *modes, *c; in cmd_set_fwd_mode_init() local
6928 modes = list_pkt_forwarding_modes(); in cmd_set_fwd_mode_init()
6930 "Set packet forwarding mode", modes); in cmd_set_fwd_mode_init()
6934 for (c = token; *modes != '\0'; modes++) in cmd_set_fwd_mode_init()
6935 if (*modes == '|') in cmd_set_fwd_mode_init()
6938 *c++ = *modes; in cmd_set_fwd_mode_init()
6990 char *modes, *c; in cmd_set_fwd_retry_mode_init() local
7001 for (c = token; *modes != '\0'; modes++) in cmd_set_fwd_retry_mode_init()
7002 if (*modes == '|') in cmd_set_fwd_retry_mode_init()
[all …]
/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_dpni_cmd.h479 uint8_t modes[4]; member

123