Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/
Dsbni.c164 static struct net_device *sbni_cards[ SBNI_MAX_NUM_CARDS ]; variable
433 sbni_cards[ num++ ] = dev; in sbni_probe1()
1162 struct net_device **p = sbni_cards; in sbni_open()
1163 for( ; *p && p < sbni_cards + SBNI_MAX_NUM_CARDS; ++p ) in sbni_open()
1497 return *sbni_cards ? 0 : -ENODEV; in init_module()
1506 struct net_device *dev = sbni_cards[i]; in cleanup_module()