Home
last modified time | relevance | path

Searched refs:max (Results 1 – 25 of 114) sorted by relevance

12345

/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_capabilities.c21 .max = 0,
26 .max = 20,
43 .max = 0,
48 .max = 16,
64 .max = 0,
69 .max = 28,
86 .max = 0,
91 .max = 32,
108 .max = 0,
113 .max = 48,
[all …]
/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_capabilities.c20 .max = 0,
25 .max = 0,
40 .max = 32,
45 .max = 16,
50 .max = 12,
65 .max = 16,
70 .max = 4,
85 .max = 0,
90 .max = 16,
105 .max = 64,
[all …]
/dpdk/lib/bpf/
H A Dbpf_validate.c23 int64_t max; member
27 uint64_t max; member
104 uint16_t max; member
108 uint32_t max; member
146 rv->u.max = mask; in eval_umax_bound()
153 rv->s.max = mask >> 1; in eval_smax_bound()
154 rv->s.min = rv->s.max ^ UINT64_MAX; in eval_smax_bound()
177 rv->s.max = val; in eval_fill_imm64()
179 rv->u.max = val; in eval_fill_imm64()
226 rt.u.max = rv->u.max & mask; in eval_apply_mask()
[all …]
/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_priv.h239 .max = 0,
244 .max = 16,
260 .max = 64,
265 .max = 16,
281 .max = 0,
286 .max = 20,
302 .max = 64,
307 .max = 20,
323 .max = 0,
328 .max = 28,
[all …]
/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_capabilities.c17 .max = 64,
22 .max = 20,
38 .max = 64,
43 .max = 28,
59 .max = 64,
64 .max = 32,
80 .max = 32,
85 .max = 16,
100 .max = 24,
105 .max = 8,
[all …]
/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_capabilities.c17 .max = 64,
22 .max = 16,
38 .max = 64,
43 .max = 20,
59 .max = 64,
64 .max = 28,
80 .max = 64,
85 .max = 32,
101 .max = 128,
106 .max = 48,
[all …]
/dpdk/drivers/crypto/ccp/
H A Dccp_pmd_ops.c25 .max = 0, \
30 .max = 20, \
46 .max = 64, \
51 .max = 20, \
67 .max = 0, \
72 .max = 28, \
88 .max = 64, \
93 .max = 28, \
109 .max = 0, \
114 .max = 28, \
[all …]
/dpdk/drivers/crypto/mvsam/
H A Drte_mrvl_pmd_ops.c30 .max = 64,
35 .max = 16,
50 .max = 0,
55 .max = 16,
70 .max = 64,
75 .max = 20,
90 .max = 0,
95 .max = 20,
111 .max = 64,
116 .max = 28,
[all …]
/dpdk/examples/qos_sched/
H A Dprofile_ov.cfg64 tc 0 wred max = 64 64 64
69 tc 1 wred max = 64 64 64
74 tc 2 wred max = 64 64 64
79 tc 3 wred max = 64 64 64
84 tc 4 wred max = 64 64 64
89 tc 5 wred max = 64 64 64
94 tc 6 wred max = 64 64 64
99 tc 7 wred max = 64 64 64
104 tc 8 wred max = 64 64 64
109 tc 9 wred max = 64 64 64
[all …]
H A Dprofile_red.cfg81 tc 0 wred max = 64 64 64
86 tc 1 wred max = 64 64 64
91 tc 2 wred max = 64 64 64
96 tc 3 wred max = 64 64 64
101 tc 4 wred max = 64 64 64
106 tc 5 wred max = 64 64 64
111 tc 6 wred max = 64 64 64
116 tc 7 wred max = 64 64 64
121 tc 8 wred max = 64 64 64
126 tc 9 wred max = 64 64 64
[all …]
H A Dprofile_pie.cfg80 tc 0 max burst = 150
85 tc 1 max burst = 150
90 tc 2 max burst = 150
95 tc 3 max burst = 150
100 tc 4 max burst = 150
105 tc 5 max burst = 150
110 tc 6 max burst = 150
115 tc 7 max burst = 150
120 tc 8 max burst = 150
125 tc 9 max burst = 150
[all …]
/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_snow3g_priv.h28 .max = 16,
33 .max = SNOW3G_DIGEST_LENGTH,
38 .max = SNOW3G_IV_LENGTH,
53 .max = 16,
58 .max = SNOW3G_IV_LENGTH,
H A Dpmd_zuc_priv.h27 .max = 16,
32 .max = ZUC_DIGEST_LENGTH,
37 .max = ZUC_IV_KEY_LENGTH,
52 .max = 16,
57 .max = ZUC_IV_KEY_LENGTH,
H A Dpmd_chacha_poly_priv.h23 .max = 32,
27 .max = 16,
31 .max = 240,
35 .max = 12,
H A Dpmd_aesni_gcm_priv.h22 .max = 32,
27 .max = 16,
32 .max = AESNI_GCM_IV_LENGTH,
47 .max = 32,
52 .max = 16,
57 .max = 65535,
62 .max = AESNI_GCM_IV_LENGTH,
H A Dpmd_kasumi_priv.h26 .max = KASUMI_KEY_LENGTH,
31 .max = KASUMI_DIGEST_LENGTH,
47 .max = KASUMI_KEY_LENGTH,
52 .max = KASUMI_IV_LENGTH,
/dpdk/drivers/crypto/virtio/
H A Dvirtio_crypto_capabilities.h18 .max = 64, \
23 .max = 20, \
39 .max = 32, \
44 .max = 16, \
/dpdk/drivers/crypto/ionic/
H A Dionic_crypto_caps.c19 .max = 32,
24 .max = 16,
29 .max = 1024,
34 .max = 12,
/dpdk/drivers/net/bnxt/tf_core/
H A Dstack.c23 st->max = num_entries; in stack_init()
59 return st->top == st->max - 1; in stack_is_full()
99 printf("max=%d\n", st->max); in stack_dump()
106 for (i = 0; i < st->max + 7 / 8; i++) { in stack_dump()
110 if (i++ < st->max - 1) in stack_dump()
/dpdk/examples/vm_power_manager/guest_cli/
H A Dparse.c29 unsigned int min, max; in parse_set() local
69 max = idx; in parse_set()
74 for (idx = RTE_MIN(min, max); in parse_set()
75 idx <= RTE_MAX(min, max); idx++) { in parse_set()
/dpdk/examples/vm_power_manager/
H A Dparse.c29 unsigned int min, max; in parse_set() local
69 max = idx; in parse_set()
74 for (idx = RTE_MIN(min, max); in parse_set()
75 idx <= RTE_MAX(min, max); idx++) { in parse_set()
/dpdk/doc/guides/howto/
H A Davx512.rst9 and by the user with a commandline argument. DPDK has a setting for max SIMD bitwidth,
17 This can be done by modifying the EAL setting for max SIMD bitwidth to 512, as by default it is 256,
31 The user can select to use AVX-512 at runtime, using the following argument to set the max bitwidth…
33 ./app/dpdk-testpmd --force-max-simd-bitwidth=512
35 This will override any further changes to the max SIMD bitwidth in DPDK,
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dcb_hw.h18 u16 *max, u8 *bwg_id, u8 *tsa);
20 u16 *max, u8 *bwg_id, u8 *tsa,
23 u16 *max, u8 *bwg_id, u8 *tsa, u8 *map);
/dpdk/lib/ring/
H A Drte_ring_generic_pvt.h77 unsigned int max = n; in __rte_ring_move_prod_head()
82 n = max; in __rte_ring_move_prod_head()
62 unsigned int max = n; __rte_ring_move_prod_head() local
132 unsigned int max = n; __rte_ring_move_cons_head() local
H A Drte_ring_c11_pvt.h78 unsigned int max = n; in __rte_ring_move_prod_head()
84 n = max; in __rte_ring_move_prod_head()
62 unsigned int max = n; __rte_ring_move_prod_head() local
137 unsigned int max = n; __rte_ring_move_cons_head() local

12345