Searched refs:dprt (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_lpm_sse.h | 55 uint16_t dprt[FWDSTEP]) in processx4_step2() 70 *(uint64_t *)dprt = dst.u64[0]; in processx4_step2() 73 dprt[0] = lpm_get_dst_port_with_ipv4(qconf, pkt[0], dst.u32[0], portid); in processx4_step2() 74 dprt[1] = lpm_get_dst_port_with_ipv4(qconf, pkt[1], dst.u32[1], portid); in processx4_step2() 75 dprt[2] = lpm_get_dst_port_with_ipv4(qconf, pkt[2], dst.u32[2], portid); in processx4_step2() 76 dprt[3] = lpm_get_dst_port_with_ipv4(qconf, pkt[3], dst.u32[3], portid); in processx4_step2()
|
| H A D | l3fwd_lpm_altivec.h | 61 uint16_t dprt[FWDSTEP]) in processx4_step2() 80 *(uint64_t *)dprt = dst.u64[0]; in processx4_step2() 83 dprt[0] = lpm_get_dst_port_with_ipv4(qconf, pkt[0], in processx4_step2() 85 dprt[1] = lpm_get_dst_port_with_ipv4(qconf, pkt[1], in processx4_step2() 87 dprt[2] = lpm_get_dst_port_with_ipv4(qconf, pkt[2], in processx4_step2() 89 dprt[3] = lpm_get_dst_port_with_ipv4(qconf, pkt[3], in processx4_step2()
|
| H A D | l3fwd_lpm_neon.h | 58 uint16_t dprt[FWDSTEP]) in processx4_step2() 69 vst1_s16((int16_t *)dprt, vqmovn_s32(dst.x)); in processx4_step2() 72 dprt[0] = lpm_get_dst_port_with_ipv4(qconf, pkt[0], in processx4_step2() 74 dprt[1] = lpm_get_dst_port_with_ipv4(qconf, pkt[1], in processx4_step2() 76 dprt[2] = lpm_get_dst_port_with_ipv4(qconf, pkt[2], in processx4_step2() 78 dprt[3] = lpm_get_dst_port_with_ipv4(qconf, pkt[3], in processx4_step2()
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 1452 uint16_t dprt[FWDSTEP]) in processx4_step2() 1468 *(uint64_t *)dprt = dst.u64[0]; in processx4_step2() 1471 dprt[0] = get_dst_port(pkt[0], dst.u32[0], portid); in processx4_step2() 1472 dprt[1] = get_dst_port(pkt[1], dst.u32[1], portid); in processx4_step2() 1473 dprt[2] = get_dst_port(pkt[2], dst.u32[2], portid); in processx4_step2() 1474 dprt[3] = get_dst_port(pkt[3], dst.u32[3], portid); in processx4_step2()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-pip-defs.h | 1522 uint64_t dprt : 16; /**< UDP or TCP destination port to match on */ member 1524 uint64_t dprt : 16;
|
| H A D | cvmx-gmxx-defs.h | 7436 …uint64_t dprt : 4; /**< Destination port to map Spi pass through traffic … member 7438 uint64_t dprt : 4;
|