Searched refs:ve (Results 1 – 5 of 5) sorted by relevance
| /dpdk/examples/l3fwd/ |
| H A D | l3fwd_neon.h | 20 uint32x4_t ve[FWDSTEP]; in processx4_step3() local 41 ve[0] = vsetq_lane_u32(vgetq_lane_u32(te[0], 3), ve[0], 3); in processx4_step3() 42 ve[1] = vsetq_lane_u32(vgetq_lane_u32(te[1], 3), ve[1], 3); in processx4_step3() 43 ve[2] = vsetq_lane_u32(vgetq_lane_u32(te[2], 3), ve[2], 3); in processx4_step3() 44 ve[3] = vsetq_lane_u32(vgetq_lane_u32(te[3], 3), ve[3], 3); in processx4_step3() 46 vst1q_u32(p[0], ve[0]); in processx4_step3() 47 vst1q_u32(p[1], ve[1]); in processx4_step3() 48 vst1q_u32(p[2], ve[2]); in processx4_step3() 49 vst1q_u32(p[3], ve[3]); in processx4_step3() 112 uint32x4_t te, ve; in process_packet() local [all …]
|
| H A D | l3fwd_altivec.h | 21 __vector unsigned int ve[FWDSTEP]; in processx4_step3() local 29 ve[0] = (__vector unsigned int)val_eth[dst_port[0]]; in processx4_step3() 32 ve[1] = (__vector unsigned int)val_eth[dst_port[1]]; in processx4_step3() 35 ve[2] = (__vector unsigned int)val_eth[dst_port[2]]; in processx4_step3() 38 ve[3] = (__vector unsigned int)val_eth[dst_port[3]]; in processx4_step3() 43 (__vector unsigned short)ve[0], in processx4_step3() 49 (__vector unsigned short)ve[1], in processx4_step3() 55 (__vector unsigned short)ve[2], in processx4_step3() 61 (__vector unsigned short)ve[3], in processx4_step3() 130 __vector unsigned int te, ve; in process_packet() local [all …]
|
| H A D | l3fwd_sse.h | 20 __m128i ve[FWDSTEP]; in processx4_step3() local 28 ve[0] = val_eth[dst_port[0]]; in processx4_step3() 31 ve[1] = val_eth[dst_port[1]]; in processx4_step3() 34 ve[2] = val_eth[dst_port[2]]; in processx4_step3() 37 ve[3] = val_eth[dst_port[3]]; in processx4_step3() 41 te[0] = _mm_blend_epi16(te[0], ve[0], MASK_ETH); in processx4_step3() 42 te[1] = _mm_blend_epi16(te[1], ve[1], MASK_ETH); in processx4_step3() 43 te[2] = _mm_blend_epi16(te[2], ve[2], MASK_ETH); in processx4_step3() 109 __m128i te, ve; in process_packet() local 114 ve = val_eth[dst_port[0]]; in process_packet() [all …]
|
| /dpdk/drivers/net/bnxt/ |
| H A D | rte_pmd_bnxt.c | 494 struct bnxt_vlan_table_entry *ve; in rte_pmd_bnxt_set_vf_vlan_filter() local 557 ve = &bp->pf->vf_info[i].vlan_table[cnt]; in rte_pmd_bnxt_set_vf_vlan_filter() 559 ve->tpid = rte_cpu_to_be_16(0x8100); in rte_pmd_bnxt_set_vf_vlan_filter() 560 ve->vid = rte_cpu_to_be_16(vlan); in rte_pmd_bnxt_set_vf_vlan_filter()
|
| /dpdk/doc/guides/contributing/ |
| H A D | abi_versioning.rst | 378 Now we've taken what was a public symbol, and duplicated it into two uniquely 379 and differently named symbols. We've then mapped each of those back to the 579 Lets assume that you've done the above updates, and in preparation for the next
|