Lines Matching defs:frad_local
63 struct frad_local struct
66 struct net_device *master[CONFIG_DLCI_MAX];
67 short dlci[CONFIG_DLCI_MAX];
69 struct frad_conf config;
70 int configured; /* has this device been configured */
71 int initialized; /* mem_start, port, irq set ? */
74 int (*activate)(struct net_device *, struct net_device *);
75 int (*deactivate)(struct net_device *, struct net_device *);
76 int (*assoc)(struct net_device *, struct net_device *);
77 int (*deassoc)(struct net_device *, struct net_device *);
78 int (*dlci_conf)(struct net_device *, struct net_device *, int get);
81 struct timer_list timer;
82 struct net_device *dev;
83 int type; /* adapter type */
84 int state; /* state of the S502/8 control latch */
85 int buffer; /* current buffer for S508 firmware */