Home
last modified time | relevance | path

Searched refs:port1 (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/common/sfc_efx/base/
H A Defx_filter.c699 uint16_t rport, port1, port2; in siena_filter_spec_from_gen_spec() local
755 port1 = rport; in siena_filter_spec_from_gen_spec()
758 port1 = gen_spec->efs_loc_port; in siena_filter_spec_from_gen_spec()
764 port1 = gen_spec->efs_loc_port; in siena_filter_spec_from_gen_spec()
767 port1 = rport; in siena_filter_spec_from_gen_spec()
771 sf_spec->sfs_dword[0] = (host1 << 16) | port1; in siena_filter_spec_from_gen_spec()
/dpdk/doc/guides/nics/
H A Dpcap_ring.rst288 int port0, port1;
296 port1 = rte_eth_from_rings("net_ring1", ring, NUM_RINGS, ring, NUM_RINGS, SOCKET0);
306 port1 = rte_eth_from_rings("net_ring1", &ring[1], 1, &ring[0], 1, SOCKET0);
H A Dvirtio.rst199 VM virtio port 0 Rx burst-> Guest VM 82599 VF port1 Tx burst-> IXIA packet
204 IXIA packet generator-> Guest VM 82599 VF port1 Rx burst-> Guest VM virtio
H A Ddpaa2.rst672 7. Inject the traffic on port1 as per the configured flows, you will see shaped and scheduled forwa…
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c624 uint16_t *port1) in port_mask_to_range() argument
639 if (port1) in port_mask_to_range()
640 *port1 = p1; in port_mask_to_range()
/dpdk/lib/pipeline/
H A Drte_table_action.c1295 uint16_t port1) in nat_ipv4_tcp_udp_checksum_update() argument
1308 cksum1 += (ip1 >> 16) + (ip1 & 0xFFFF) + port1; in nat_ipv4_tcp_udp_checksum_update()
1320 uint16_t port1) in nat_ipv6_tcp_udp_checksum_update() argument
1335 ip1[4] + ip1[5] + ip1[6] + ip1[7] + port1; in nat_ipv6_tcp_udp_checksum_update()