Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wan/
Dsdlamain.c415 wandev->config_id = conf->config_id; in setup()
571 }else if (conf->config_id == WANCONFIG_MPPP){ in setup()
675 if ((conf->config_id == WANCONFIG_CHDLC || in check_s508_conflicts()
676 conf->config_id == WANCONFIG_MPPP) && in check_s508_conflicts()
677 (nxt_card->wandev.config_id == WANCONFIG_CHDLC || in check_s508_conflicts()
678 nxt_card->wandev.config_id == WANCONFIG_MPPP)){ in check_s508_conflicts()
762 if ((conf->config_id == WANCONFIG_CHDLC || in check_s514_conflicts()
763 conf->config_id == WANCONFIG_MPPP) && in check_s514_conflicts()
764 (nxt_card->wandev.config_id == WANCONFIG_CHDLC || in check_s514_conflicts()
765 nxt_card->wandev.config_id == WANCONFIG_MPPP)){ in check_s514_conflicts()
Dsdla_ft1.c141 if (conf->config_id != WANCONFIG_CHDLC) { in wpft1_init()
143 card->devname, conf->config_id); in wpft1_init()
Dcycx_x25.c208 if (conf->config_id != WANCONFIG_X25) { in cyx_init()
210 card->devname, conf->config_id); in cyx_init()
Dwanpipe_multppp.c234 if (conf->config_id != WANCONFIG_MPPP) { in wsppp_init()
236 card->devname, conf->config_id); in wsppp_init()
Dsdla_ppp.c365 if (conf->config_id != WANCONFIG_PPP) { in wpp_init()
368 card->devname, conf->config_id); in wpp_init()
Dsdla_chdlc.c357 if (conf->config_id != WANCONFIG_CHDLC) { in wpc_init()
359 card->devname, conf->config_id); in wpc_init()
Dsdla_fr.c507 if (conf->config_id != WANCONFIG_FR) { in wpf_init()
510 card->devname, conf->config_id); in wpf_init()
Dsdla_x25.c553 if (conf->config_id != WANCONFIG_X25){ in wpx_init()
555 card->devname, conf->config_id) in wpx_init()
/linux-2.4.37.9/include/linux/
Dwanrouter.h222 unsigned config_id; /* configuration structure identifier */ member
415 unsigned config_id; /* configuration identifier */ member
487 unsigned config_id; /* Configuration ID */ member
/linux-2.4.37.9/net/wanrouter/
Dwanproc.c327 PROT_DECODE(wandev->config_id), in status_get_info()
328 wandev->config_id == WANCONFIG_FR ? in status_get_info()
330 (wandev->config_id == WANCONFIG_X25 ? in status_get_info()
909 PROT_DECODE(wandev->config_id), in status_get_info()
910 wandev->config_id == WANCONFIG_FR ? in status_get_info()
912 (wandev->config_id == WANCONFIG_X25 ? in status_get_info()
Dwanmain.c781 if (conf.config_id == WANCONFIG_MPPP){ in device_new_if()
818 if (conf.config_id != WANCONFIG_MPPP){ in device_new_if()
884 if (conf.config_id == WANCONFIG_MPPP){ in device_new_if()
891 if (conf.config_id != WANCONFIG_MPPP){ in device_new_if()