Searched refs:ALL_32_BITS (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_em.c | 348 #define ALL_32_BITS 0xffffffff macro 357 mask0 = (rte_xmm_t){.u32 = {BIT_8_TO_15, ALL_32_BITS, in populate_ipv4_few_flow_into_table() 358 ALL_32_BITS, ALL_32_BITS} }; in populate_ipv4_few_flow_into_table() 384 mask1 = (rte_xmm_t){.u32 = {BIT_16_TO_23, ALL_32_BITS, in populate_ipv6_few_flow_into_table() 385 ALL_32_BITS, ALL_32_BITS} }; in populate_ipv6_few_flow_into_table() 387 mask2 = (rte_xmm_t){.u32 = {ALL_32_BITS, ALL_32_BITS, 0, 0} }; in populate_ipv6_few_flow_into_table() 413 mask0 = (rte_xmm_t){.u32 = {BIT_8_TO_15, ALL_32_BITS, in populate_ipv4_many_flow_into_table() 414 ALL_32_BITS, ALL_32_BITS} }; in populate_ipv4_many_flow_into_table() 465 mask1 = (rte_xmm_t){.u32 = {BIT_16_TO_23, ALL_32_BITS, in populate_ipv6_many_flow_into_table() 466 ALL_32_BITS, ALL_32_BITS} }; in populate_ipv6_many_flow_into_table() [all …]
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 3077 #define ALL_32_BITS 0xffffffff macro 3086 mask0 = _mm_set_epi32(ALL_32_BITS, ALL_32_BITS, ALL_32_BITS, BIT_8_TO_15); in populate_ipv4_few_flow_into_table() 3111 mask1 = _mm_set_epi32(ALL_32_BITS, ALL_32_BITS, ALL_32_BITS, BIT_16_TO_23); in populate_ipv6_few_flow_into_table() 3112 mask2 = _mm_set_epi32(0, 0, ALL_32_BITS, ALL_32_BITS); in populate_ipv6_few_flow_into_table() 3136 mask0 = _mm_set_epi32(ALL_32_BITS, ALL_32_BITS, ALL_32_BITS, BIT_8_TO_15); in populate_ipv4_many_flow_into_table() 3184 mask1 = _mm_set_epi32(ALL_32_BITS, ALL_32_BITS, ALL_32_BITS, BIT_16_TO_23); in populate_ipv6_many_flow_into_table() 3185 mask2 = _mm_set_epi32(0, 0, ALL_32_BITS, ALL_32_BITS); in populate_ipv6_many_flow_into_table()
|