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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dx25_asy.c41 static int x25_asy_maxdev = SL_NRUNIT; variable
43 module_param(x25_asy_maxdev, int, 0);
60 for (i = 0; i < x25_asy_maxdev; i++) {
75 if (i >= x25_asy_maxdev)
781 if (x25_asy_maxdev < 4)
782 x25_asy_maxdev = 4; /* Sanity */
785 "(dynamic channels, max=%d).\n", x25_asy_maxdev);
787 x25_asy_devs = kcalloc(x25_asy_maxdev, sizeof(struct net_device *),
804 for (i = 0; i < x25_asy_maxdev; i++) {

Completed in 60 milliseconds