Home
last modified time | relevance | path

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

/drivers/net/wan/
Dx25_asy.c41 static struct net_device **x25_asy_devs; variable
58 if (x25_asy_devs == NULL) in x25_asy_alloc()
62 dev = x25_asy_devs[i]; in x25_asy_alloc()
97 x25_asy_devs[i] = dev; in x25_asy_alloc()
792 x25_asy_devs = kcalloc(x25_asy_maxdev, sizeof(struct net_device *), in init_x25_asy()
794 if (!x25_asy_devs) in init_x25_asy()
807 dev = x25_asy_devs[i]; in exit_x25_asy()
825 kfree(x25_asy_devs); in exit_x25_asy()