Searched refs:port0 (Results 1 – 5 of 5) sorted by relevance
| /dpdk/doc/guides/nics/ |
| H A D | pcap_ring.rst | 288 int port0, port1; 295 port0 = rte_eth_from_rings("net_ring0", ring, NUM_RINGS, ring, NUM_RINGS, SOCKET0); 305 port0 = rte_eth_from_rings("net_ring0", &ring[0], 1, &ring[1], 1, SOCKET0);
|
| H A D | thunderx.rst | 183 PMD: nicvf_dev_configure(): Configured ethdev port0 hwcap=0x0
|
| H A D | dpaa2.rst | 672 … on port1 as per the configured flows, you will see shaped and scheduled forwarded traffic on port0
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_flow.c | 623 uint16_t *port0, in port_mask_to_range() argument 636 if (port0) in port_mask_to_range() 637 *port0 = p0; in port_mask_to_range()
|
| /dpdk/lib/pipeline/ |
| H A D | rte_table_action.c | 1294 uint16_t port0, in nat_ipv4_tcp_udp_checksum_update() argument 1303 cksum1 -= (ip0 >> 16) + (ip0 & 0xFFFF) + port0; in nat_ipv4_tcp_udp_checksum_update() 1319 uint16_t port0, in nat_ipv6_tcp_udp_checksum_update() argument 1329 ip0[4] + ip0[5] + ip0[6] + ip0[7] + port0; in nat_ipv6_tcp_udp_checksum_update()
|