Lines Matching refs:MAX_PORTS
740 #ifndef MAX_PORTS
741 #define MAX_PORTS 64
752 static struct port_params port_params[MAX_PORTS];
753 static struct port *ports[MAX_PORTS];
754 static u64 n_pkts_rx[MAX_PORTS];
755 static u64 n_pkts_tx[MAX_PORTS];
821 if (n_ports == MAX_PORTS) {
823 MAX_PORTS);
989 for (i = 0; i < MAX_PORTS; i++)
1007 for (i = 0; i < MAX_PORTS; i++)