| /dpdk/lib/eal/arm/include/ |
| H A D | rte_vect.h | 135 case 0: return vextq_u8(v0, v1, 0); in vextract() 136 case 1: return vextq_u8(v0, v1, 1); in vextract() 137 case 2: return vextq_u8(v0, v1, 2); in vextract() 138 case 3: return vextq_u8(v0, v1, 3); in vextract() 139 case 4: return vextq_u8(v0, v1, 4); in vextract() 140 case 5: return vextq_u8(v0, v1, 5); in vextract() 141 case 6: return vextq_u8(v0, v1, 6); in vextract() 142 case 7: return vextq_u8(v0, v1, 7); in vextract() 143 case 8: return vextq_u8(v0, v1, 8); in vextract() 144 case 9: return vextq_u8(v0, v1, 9); in vextract() [all …]
|
| /dpdk/app/test-pmd/ |
| H A D | macswap_neon.h | 24 uint8x16_t v0, v1, v2, v3; in do_macswap() local 61 v1 = vld1q_u8((uint8_t const *)eth_hdr[1]); in do_macswap() 66 v1 = vqtbl1q_u8(v1, idx_map); in do_macswap() 71 vst1q_u8((uint8_t *)eth_hdr[1], v1); in do_macswap()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_reciprocal.h | 62 uint64_t u0, u1, v0, v1, k, t; in mullhi_u64() 67 v1 = y >> 32; v0 = y & 0xFFFFFFFF; in mullhi_u64() 76 t = u0*v1 + w1; in mullhi_u64() 79 whi = u1*v1 + w2 + k; in mullhi_u64()
|
| H A D | rte_bitmap.h | 423 uint64_t v1, v2, v3, v4; in __rte_bitmap_line_not_empty() local 425 v1 = slab2[0] | slab2[1]; in __rte_bitmap_line_not_empty() 429 v1 |= v2; in __rte_bitmap_line_not_empty() 432 return v1 | v3; in __rte_bitmap_line_not_empty() 439 uint64_t v1, v2, v3, v4, v5, v6, v7, v8; in __rte_bitmap_line_not_empty() local 441 v1 = slab2[0] | slab2[1]; in __rte_bitmap_line_not_empty() 449 v1 |= v2; in __rte_bitmap_line_not_empty() 454 return v1 | v3 | v5 | v7; in __rte_bitmap_line_not_empty()
|
| /dpdk/drivers/common/sfc_efx/ |
| H A D | efsys.h | 88 #define MAX(v1, v2) ((v1) > (v2) ? (v1) : (v2)) argument 91 #define MIN(v1, v2) ((v1) < (v2) ? (v1) : (v2)) argument
|
| /dpdk/doc/guides/vdpadevs/ |
| H A D | features_overview.rst | 58 v1.0 compliant. 141 … (VIRTIO) Version 1.1 <https://docs.oasis-open.org/virtio/virtio/v1.1/csprd01/virtio-v1.1-csprd01.…
|
| H A D | sfc.rst | 50 Requires firmware version: v1.0.7.0 or higher
|
| /dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_osdep.h | 19 #define ERROR_REPORT2(v1, v2, v3) do { } while (0) argument 112 #define FM10K_WRITE_SW_REG(v1, v2, v3) do { } while (0) argument
|
| /dpdk/lib/ip_frag/ |
| H A D | ip_frag_internal.c | 41 ipv4_frag_hash(const struct ip_frag_key *key, uint32_t *v1, uint32_t *v2) in ipv4_frag_hash() argument 57 *v1 = v; in ipv4_frag_hash() 62 ipv6_frag_hash(const struct ip_frag_key *key, uint32_t *v1, uint32_t *v2) in ipv6_frag_hash() argument 86 *v1 = v; in ipv6_frag_hash()
|
| /dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_nffw.h | 71 struct nfp_nffw_info_v1 v1; member
|
| H A D | nfp_nffw.c | 100 *arr = &fwinf->info.v1.fwinfo[0]; in nffw_res_fwinfos()
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | chacha20_poly1305.rst | 26 The latest version of the library supported by this PMD is v1.0, which 27 can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.0.zip>`_.
|
| H A D | zuc.rst | 38 The latest version of the library supported by this PMD is v1.2, which 39 can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.2.zip>`_.
|
| H A D | snow3g.rst | 38 The latest version of the library supported by this PMD is v1.2, which 39 can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.2.zip>`_.
|
| H A D | aesni_gcm.rst | 43 The latest version of the library supported by this PMD is v1.2, which 44 can be downloaded in `<https://github.com/01org/intel-ipsec-mb/archive/v1.2.zip>`_.
|
| H A D | aesni_mb.rst | 89 The latest version of the library supported by this PMD is v1.2, which 90 can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.2.zip>`_.
|
| H A D | kasumi.rst | 39 The latest version of the library supported by this PMD is v1.2, which 40 can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v1.2.zip>`_.
|
| /dpdk/doc/guides/nics/ |
| H A D | liquidio.rst | 39 Capabilities: [148 v1] Alternative Routing-ID Interpretation (ARI) 41 Capabilities: [178 v1] Single Root I/O Virtualization (SR-IOV)
|
| H A D | thunderx.rst | 77 Capabilities: [100 v1] Alternative Routing-ID Interpretation (ARI) 79 Capabilities: [180 v1] Single Root I/O Virtualization (SR-IOV) 100 Capabilities: [100 v1] Alternative Routing-ID Interpretation (ARI) 107 Capabilities: [100 v1] Alternative Routing-ID Interpretation (ARI)
|
| H A D | virtio.rst | 445 * `Rx mergeable <https://docs.oasis-open.org/virtio/virtio/v1.1/cs01/ 446 virtio-v1.1-cs01.html#x1-2140004>`_: With this feature negotiated, device 448 * `In-order <https://docs.oasis-open.org/virtio/virtio/v1.1/cs01/ 449 virtio-v1.1-cs01.html#x1-690008>`_: Some devices always use descriptors 453 * `Packed virtqueue <https://docs.oasis-open.org/virtio/virtio/v1.1/cs01/ 454 virtio-v1.1-cs01.html#x1-610007>`_: The structure of packed virtqueue is
|
| H A D | bnx2x.rst | 137 Capabilities: [1b8 v1] Alternative Routing-ID Interpretation (ARI) 139 Capabilities: [1c0 v1] Single Root I/O Virtualization (SR-IOV)
|
| H A D | qede.rst | 206 Capabilities: [1b8 v1] Alternative Routing-ID Interpretation (ARI) 208 Capabilities: [1c0 v1] Single Root I/O Virtualization (SR-IOV)
|
| /dpdk/app/test/ |
| H A D | test_bpf.c | 395 uint64_t v1, v2; in test_ldimm1_check() local 397 v1 = TEST_IMM_1; in test_ldimm1_check() 399 v1 += v2; in test_ldimm1_check() 401 v1 += v2; in test_ldimm1_check() 403 v1 += v2; in test_ldimm1_check() 405 v1 += v2; in test_ldimm1_check() 879 uint64_t v1, v2; in test_jump1_prepare() local 883 v1 = rte_rand(); in test_jump1_prepare() 887 dv->in[0].u64 = v1; in test_jump1_prepare() 889 dv->in[0].u32 = (v1 << 12) + (v2 >> 6); in test_jump1_prepare() [all …]
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | siena_flash.h | 188 } v1; member
|
| /dpdk/lib/bpf/ |
| H A D | bpf_validate.c | 378 eval_uand_max(uint64_t v1, uint64_t v2, size_t opsz) in eval_uand_max() argument 380 v1 = eval_umax_bits(v1, opsz); in eval_uand_max() 382 return (v1 & v2); in eval_uand_max() 387 eval_uor_max(uint64_t v1, uint64_t v2, size_t opsz) in eval_uor_max() argument 389 v1 = eval_umax_bits(v1, opsz); in eval_uor_max() 391 return (v1 | v2); in eval_uor_max()
|