| /dpdk/doc/guides/prog_guide/img/ |
| H A D | dir_24_8_alg.svg | 6 <linearGradient id="grad0-4" x1="0" y1="0" x2="1" y2="0"> 11 …<linearGradient xlink:href="#grad0-4" id="linearGradient224" x1="-.573" y1="46.345" x2="277.982" y… 12 …<linearGradient xlink:href="#grad0-4" id="linearGradient226" x1="-.185" y1="928.807" x2="75.865" y… 13 …<linearGradient xlink:href="#grad0-4" id="linearGradient228" x1="-.185" y1="928.807" x2="75.865" y… 14 …<linearGradient xlink:href="#grad0-4" id="linearGradient230" x1="-.185" y1="928.807" x2="75.865" y… 15 …<linearGradient xlink:href="#grad0-4" id="linearGradient232" x1="-.185" y1="928.807" x2="75.865" y… 16 …<linearGradient xlink:href="#grad0-4" id="linearGradient234" x1="-.185" y1="928.807" x2="75.865" y… 17 …<linearGradient xlink:href="#grad0-4" id="linearGradient236" x1="-.185" y1="928.807" x2="75.865" y… 18 …<linearGradient xlink:href="#grad0-4" id="linearGradient238" x1="-.185" y1="928.807" x2="75.865" y… 19 …<linearGradient xlink:href="#grad0-4" id="linearGradient240" x1="-.378" y1="309.413" x2="183.201" … [all …]
|
| /dpdk/lib/hash/ |
| H A D | rte_cmp_arm64.h | 10 uint64_t x0, x1, y0, y1; in rte_hash_k16_cmp_eq() local 14 : [x1]"=r"(x1), [x0]"=r"(x0) in rte_hash_k16_cmp_eq() 23 x1 ^= y1; in rte_hash_k16_cmp_eq() 24 return !(x0 == 0 && x1 == 0); in rte_hash_k16_cmp_eq()
|
| /dpdk/lib/eal/arm/include/ |
| H A D | rte_memcpy_64.h | 113 const __uint128_t x0 = src128[0], x1 = src128[1]; in rte_mov32() local 115 dst128[1] = x1; in rte_mov32() 123 const __uint128_t x0 = src128[0], x1 = src128[1], x2 = src128[2]; in rte_mov48() local 125 dst128[1] = x1; in rte_mov48() 135 x0 = src128[0], x1 = src128[1], x2 = src128[2], x3 = src128[3]; in rte_mov64() local 137 dst128[1] = x1; in rte_mov64() 149 x0 = src128[0], x1 = src128[1], x2 = src128[2], x3 = src128[3]; in rte_mov128() local 152 dst128[1] = x1; in rte_mov128()
|
| H A D | rte_atomic_64.h | 60 register uint64_t x1 __asm("x1") = (uint64_t)old->val[1]; \ 67 [old1] "+r" (x1) \ 73 old->val[1] = x1; \
|
| /dpdk/lib/table/ |
| H A D | rte_lru.h | 48 uint64_t x, pos, x0, x1, x2, mask; \ 69 x1 = (x >> 16) & mask; \ 71 x = x0 | x1 | x2; \
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_io.h | 28 : [x0] "=r"(val0), [x1] "=r"(val1) \ 36 [x1] "r"(val1), [p1] "r"(addr)); \ 47 register uint64_t x1 __asm("x1") = swap1; in roc_atomic128_cas_noreturn() 51 : [x0] "+r"(x0), [x1] "+r"(x1) in roc_atomic128_cas_noreturn()
|
| /dpdk/examples/l3fwd/ |
| H A D | l3fwd_lpm_sse.h | 20 uint32_t x0, x1, x2, x3; in processx4_step1() local 29 x1 = ipv4_hdr->dst_addr; in processx4_step1() 42 dip[0] = _mm_set_epi32(x3, x2, x1, x0); in processx4_step1()
|
| H A D | l3fwd_lpm_altivec.h | 22 uint32_t x0, x1, x2, x3; in processx4_step1() local 32 x1 = ipv4_hdr->dst_addr; in processx4_step1() 48 dip[0] = (__vector unsigned int){x0, x1, x2, x3}; in processx4_step1()
|
| /dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_io.h | 28 :[x0]"=r"(val0), [x1]"=r"(val1) \ 35 ::[x0]"r"(val0), [x1]"r"(val1), [p1]"r"(addr) \
|
| /dpdk/drivers/mempool/octeontx/ |
| H A D | octeontx_fpavf.h | 65 :[x0]"=r"(val0), [x1]"=r"(val1) \ 72 ::[x0]"r"(val0), [x1]"r"(val1), [p1]"r"(addr) \
|
| /dpdk/drivers/event/octeontx/ |
| H A D | ssovf_evdev.h | 102 :[x0]"=r"(val0), [x1]"=r"(val1) \ 109 ::[x0]"r"(val0), [x1]"r"(val1), [p1]"r"(addr) \
|
| /dpdk/drivers/net/thunderx/base/ |
| H A D | nicvf_plat.h | 65 : [x1]"=r"(reg1), [x0]"=r"(reg2)\
|
| /dpdk/lib/eal/x86/include/ |
| H A D | rte_byteorder.h | 30 : [x1] "=Q" (x) in rte_arch_bswap16()
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | ccp.rst | 107 sudo ./<build_dir>/examples/dpdk-l2fwd-crypto -l 1 -n 4 --vdev "crypto_ccp" -- -p 0x1 122 …udo ./<build_dir>/examples/dpdk-l2fwd-crypto -l 1 -n 4 --vdev "crypto_ccp,ccp_auth_opt=1" -- -p 0x1
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | eventdev_pipeline.rst | 38 * ``-r1``: core mask 0x1 for RX 39 * ``-t1``: core mask 0x1 for TX
|
| H A D | ptpclient.rst | 68 ./<build_dir>/examples/dpdk-ptpclient -l 1 -n 4 -- -p 0x1 -T 0
|
| H A D | dma.rst | 90 $ ./<build_dir>/examples/dpdk-dma -l 0-2 -n 2 -- -p 0x1 --mac-updating -c sw
|
| /dpdk/doc/guides/nics/ |
| H A D | virtio.rst | 117 <build_dir>/examples/dpdk-kni -l 0-3 -n 4 -- -p 0x1 -P --config="(0,1,3)" 446 virtio-v1.1-cs01.html#x1-2140004>`_: With this feature negotiated, device 449 virtio-v1.1-cs01.html#x1-690008>`_: Some devices always use descriptors 454 virtio-v1.1-cs01.html#x1-610007>`_: The structure of packed virtqueue is
|
| H A D | cnxk.rst | 63 …./<build_dir>/app/dpdk-testpmd -c 0xc -a 0002:02:00.0 -- --portmask=0x1 --nb-cores=1 --port-topolo… 188 -a 0002:02:00.0,switch_header="pre_l2",flow_pre_l2_info=0x2/0x7e/0x1
|
| H A D | cxgbe.rst | 149 Physical Port 0x1 295 | Physical Port | 0x1 +
|
| H A D | enic.rst | 149 <address type='pci' domain='0x0000' bus='0x0d' slot='0x00' function='0x1'/>
|
| H A D | mlx5.rst | 1672 … -d /dev/mst/mt4121_pciconf0 --reg_name VHCA_TRUST_LEVEL --yes --set "all_vhca=0x1,trust_level=0x1"
|
| /dpdk/doc/guides/tools/ |
| H A D | testeventdev.rst | 449 sudo <build_dir>/app/dpdk-test-eventdev -c 0xf -s 0x1 --vdev=event_sw0 -- \ 456 sudo <build_dir>/app/dpdk-test-eventdev -c 0xf -s 0x1 --vdev=event_sw0 -- \
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | graph_lib.rst | 278 This can be done using ``rte_node_enqueue_[x1|x2|x4]()`` APIs if
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 23 sudo ./dpdk-testpmd -l 0-3 -n 4 -- -i --portmask=0x1 --nb-cores=2
|