Searched refs:MAX_PORTS (Results 1 – 8 of 8) sorted by relevance
21 #define MAX_PORTS RTE_MAX_ETHPORTS macro45 struct app_port ports[MAX_PORTS];274 if (cnt_ports > MAX_PORTS) { in main()276 cnt_ports, MAX_PORTS in main()278 cnt_ports = MAX_PORTS; in main()
42 #define MAX_PORTS 16 macro51 #define NB_HDR_MBUF (NB_PKT_MBUF * MAX_PORTS)83 static struct rte_ether_addr ports_eth_addr[MAX_PORTS];103 uint16_t tx_queue_id[MAX_PORTS];104 struct mbuf_table tx_mbufs[MAX_PORTS];371 for (portid = 0; portid < MAX_PORTS; portid++) { in send_timeout_burst()672 if (nb_ports > MAX_PORTS) in main()673 nb_ports = MAX_PORTS; in main()
28 #define MAX_PORTS 16 macro37 uint8_t port[MAX_PORTS];186 if (num_ports > MAX_PORTS) in create_ports()293 uint64_t port_rx_pkts[MAX_PORTS];295 uint64_t port_rx_dropped[MAX_PORTS];297 uint64_t port_inflight[MAX_PORTS];299 uint64_t port_tx_pkts[MAX_PORTS];313 static uint32_t port_rx_pkts_ids[MAX_PORTS]; in test_event_dev_stats_get()315 static uint32_t port_inflight_ids[MAX_PORTS]; in test_event_dev_stats_get()316 static uint32_t port_tx_pkts_ids[MAX_PORTS]; in test_event_dev_stats_get()[all …]
29 #define MAX_PORTS 16 macro41 uint8_t port[MAX_PORTS];116 if (num_ports > MAX_PORTS) in create_ports()
104 #define MAX_PORTS 4 macro832 else if (nb_ports > MAX_PORTS) in main()
26 #define MAX_PORTS 32 macro76 if (num_ports > MAX_PORTS) in create_ports()
27 #define MAX_PORTS 32 macro77 if (num_ports > MAX_PORTS) in create_ports()
27 #define MAX_PORTS 4 macro