Searched refs:MAX_NPORTS (Results 1 – 10 of 10) sorted by relevance
80 #define MAX_NPORTS 4 macro81 #define PORT_MASK ((1 << MAX_NPORTS) - 1)247 struct port_info port[MAX_NPORTS];
240 struct sched_port p[MAX_NPORTS];267 struct sk_buff *espibug_skb[MAX_NPORTS];270 struct sge_port_stats __percpu *port_stats[MAX_NPORTS];289 for (i = 0; i < MAX_NPORTS; i++) in tx_sched_stop()349 for (i = 0; i < MAX_NPORTS; i++)384 for (i = 0; i < MAX_NPORTS; i++) { in tx_sched_init()410 for (i = 0; i < MAX_NPORTS; i++) { in sched_update_avail()453 for (i = 0; i < MAX_NPORTS; i++) { in sched_skb()454 s->port = (s->port + 1) & (MAX_NPORTS - 1); in sched_skb()1957 for (i = 0; i < MAX_NPORTS; i++) in t1_sge_stop()[all …]
56 MAX_NPORTS = 1, /* max # of "ports" */ enumerator58 MAX_ETH_QSETS = MAX_NPORTS*MAX_PORT_QSETS,375 struct net_device *port[MAX_NPORTS];
2331 if (adapter->params.nports > MAX_NPORTS) { in adap_init0()2333 " virtual interfaces\n", MAX_NPORTS, in adap_init0()2335 adapter->params.nports = MAX_NPORTS; in adap_init0()
69 MAX_NPORTS = 2, /* max # of ports */ enumerator169 unsigned char gpio_intr[MAX_NPORTS]; /* GPIO PHY IRQ pins */362 u8 port_type[MAX_NPORTS];
251 struct net_device *port[MAX_NPORTS];
77 #define PORT_MASK ((1 << MAX_NPORTS) - 1)
58 MAX_NPORTS = 4, /* max # of ports */ enumerator726 struct net_device *port[MAX_NPORTS];
1232 if (i >= MAX_NPORTS) { in mps_trc_show()1412 if (adap->chan_map[tp.port & 3] >= MAX_NPORTS) in mps_trc_write()1420 if (adap->chan_map[tp.port] >= MAX_NPORTS) in mps_trc_write()
2663 for (i = 0; i < MAX_NPORTS; i++) { in update_clip()