Searched refs:wan_device (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/include/linux/ |
D | wanrouter.h | 463 struct wan_device { struct 501 int (*setup) (struct wan_device *wandev, wandev_conf_t *conf); argument 502 int (*shutdown) (struct wan_device *wandev); argument 503 int (*update) (struct wan_device *wandev); argument 504 int (*ioctl) (struct wan_device *wandev, unsigned cmd, argument 506 int (*new_if)(struct wan_device *wandev, struct net_device *dev, argument 508 int (*del_if)(struct wan_device *wandev, struct net_device *dev); argument 510 struct wan_device* next; /* -> next device */ argument 517 extern int register_wan_device(struct wan_device *wandev); argument 523 extern int wanrouter_proc_add(struct wan_device *wandev); [all …]
|
D | cyclomx.h | 46 struct wan_device wandev; /* WAN device data space */
|
/linux-3.4.99/net/wanrouter/ |
D | wanmain.c | 73 static int wanrouter_device_setup(struct wan_device *wandev, 75 static int wanrouter_device_stat(struct wan_device *wandev, 77 static int wanrouter_device_shutdown(struct wan_device *wandev); 78 static int wanrouter_device_new_if(struct wan_device *wandev, 80 static int wanrouter_device_del_if(struct wan_device *wandev, 87 static struct wan_device *wanrouter_find_device(char *name); 88 static int wanrouter_delete_interface(struct wan_device *wandev, char *name); 103 struct wan_device* wanrouter_router_devlist; /* list of registered devices */ 164 int register_wan_device(struct wan_device *wandev) in register_wan_device() 222 struct wan_device *wandev, *prev; in unregister_wan_device() [all …]
|
D | wanproc.c | 85 struct wan_device *wandev; in r_start() 99 struct wan_device *wandev = v; in r_next() 111 struct wan_device *p = v; in config_show() 127 struct wan_device *p = v; in status_show() 211 struct wan_device *wandev = m->private; in wandev_show() 326 int wanrouter_proc_add(struct wan_device* wandev) in wanrouter_proc_add() 342 int wanrouter_proc_delete(struct wan_device* wandev) in wanrouter_proc_delete() 365 int wanrouter_proc_add(struct wan_device *wandev) in wanrouter_proc_add() 370 int wanrouter_proc_delete(struct wan_device *wandev) in wanrouter_proc_delete()
|
/linux-3.4.99/drivers/net/wan/ |
D | cycx_main.c | 76 static int cycx_wan_setup(struct wan_device *wandev, wandev_conf_t *conf); 77 static int cycx_wan_shutdown(struct wan_device *wandev); 127 struct wan_device *wandev = &card->wandev; in cycx_init() 184 static int cycx_wan_setup(struct wan_device *wandev, wandev_conf_t *conf) in cycx_wan_setup() 273 static int cycx_wan_shutdown(struct wan_device *wandev) in cycx_wan_shutdown()
|
D | cycx_x25.c | 131 static int cycx_wan_update(struct wan_device *wandev), 132 cycx_wan_new_if(struct wan_device *wandev, struct net_device *dev, 134 cycx_wan_del_if(struct wan_device *wandev, struct net_device *dev); 200 static struct net_device *cycx_x25_get_dev_by_lcn(struct wan_device *wandev, 203 cycx_x25_get_dev_by_dte_addr(struct wan_device *wandev, char *dte); 211 static void cycx_x25_dump_devs(struct wan_device *wandev); 347 static int cycx_wan_update(struct wan_device *wandev) in cycx_wan_update() 371 static int cycx_wan_new_if(struct wan_device *wandev, struct net_device *dev, in cycx_wan_new_if() 453 static int cycx_wan_del_if(struct wan_device *wandev, struct net_device *dev) in cycx_wan_del_if() 504 struct wan_device *wandev = &card->wandev; in cycx_netdevice_init() [all …]
|
/linux-3.4.99/Documentation/zh_CN/ |
D | magic-number.txt | 125 ROUTER_MAGIC 0x524d4157 wan_device include/linux/wanrouter.h
|
/linux-3.4.99/Documentation/ |
D | magic-number.txt | 125 ROUTER_MAGIC 0x524d4157 wan_device include/linux/wanrouter.h
|