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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsynclink_gt.c133 static int dosyncppp[MAX_DEVICES]; variable
138 module_param_array(dosyncppp, int, NULL, 0);
143 MODULE_PARM_DESC(dosyncppp, "Enable synchronous net device, 0=disable 1=enable");
363 int dosyncppp; member in struct:slgt_info
3374 info->dosyncppp = dosyncppp[info->line];
H A Dsynclink.c39 * registers as a tty device AND a network device (if dosyncppp option
323 int dosyncppp; member in struct:mgsl_struct
887 static int dosyncppp[MAX_TOTAL_DEVICES]; variable
898 module_param_array(dosyncppp, int, NULL, 0);
4275 info->dosyncppp = dosyncppp[info->line];
H A Dsynclinkmp.c283 int dosyncppp; member in struct:_synclinkmp_info
482 static int dosyncppp[MAX_DEVICES] = {0,}; variable
488 module_param_array(dosyncppp, int, NULL, 0);
3756 info->dosyncppp = dosyncppp[info->line];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c237 int dosyncppp; member in struct:_mgslpc_info
461 static int dosyncppp[MAX_DEVICE_COUNT] = {1,1,1,1}; variable
467 module_param_array(dosyncppp, int, NULL, 0);
2929 info->dosyncppp = dosyncppp[info->line];

Completed in 130 milliseconds