Home
last modified time | relevance | path

Searched refs:SBNI_MAX_NUM_CARDS (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/wan/
Dsbni.c164 static struct net_device *sbni_cards[ SBNI_MAX_NUM_CARDS ];
167 static u32 io[ SBNI_MAX_NUM_CARDS ] __initdata =
168 { [0 ... SBNI_MAX_NUM_CARDS-1] = -1 };
169 static u32 irq[ SBNI_MAX_NUM_CARDS ] __initdata;
170 static u32 baud[ SBNI_MAX_NUM_CARDS ] __initdata;
171 static u32 rxl[ SBNI_MAX_NUM_CARDS ] __initdata =
172 { [0 ... SBNI_MAX_NUM_CARDS-1] = -1 };
173 static u32 mac[ SBNI_MAX_NUM_CARDS ] __initdata;
1174 for( ; *p && p < sbni_cards + SBNI_MAX_NUM_CARDS; ++p ) in sbni_open()
1488 while( num < SBNI_MAX_NUM_CARDS ) { in init_module()
[all …]
Dsbni.h103 #define SBNI_MAX_NUM_CARDS 16 macro