Searched defs:MAX_NPORTS (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h56 MAX_NPORTS = 1, /* max # of "ports" */ enumerator in enum:__anon2103
58 MAX_ETH_QSETS = MAX_NPORTS*MAX_PORT_QSETS,
357 struct net_device *port[MAX_NPORTS];
/drivers/net/ethernet/chelsio/cxgb/
H A Dcommon.h82 #define MAX_NPORTS 4 macro
83 #define PORT_MASK ((1 << MAX_NPORTS) - 1)
249 struct port_info port[MAX_NPORTS];
/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h71 MAX_NPORTS = 2, /* max # of ports */ enumerator in enum:__anon2029
171 unsigned char gpio_intr[MAX_NPORTS]; /* GPIO PHY IRQ pins */
364 u8 port_type[MAX_NPORTS];
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h55 MAX_NPORTS = 4, /* max # of ports */ enumerator in enum:__anon2073
496 struct net_device *port[MAX_NPORTS];

Completed in 289 milliseconds