Searched refs:sbni_cards (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dsbni.c165 static struct net_device *sbni_cards[ SBNI_MAX_NUM_CARDS ]; variable in typeref:struct:net_device
434 sbni_cards[ num++ ] = dev;
1174 struct net_device **p = sbni_cards;
1175 for( ; *p && p < sbni_cards + SBNI_MAX_NUM_CARDS; ++p )
1518 return *sbni_cards ? 0 : -ENODEV;
1528 if( (dev = sbni_cards[ num ]) != NULL ) {

Completed in 44 milliseconds