Lines Matching defs:frad_local
166 struct frad_local struct
168 struct net_device_stats stats;
171 struct net_device *master[CONFIG_DLCI_MAX];
172 short dlci[CONFIG_DLCI_MAX];
174 struct frad_conf config;
175 int configured; /* has this device been configured */
176 int initialized; /* mem_start, port, irq set ? */
179 int (*activate)(struct net_device *, struct net_device *);
180 int (*deactivate)(struct net_device *, struct net_device *);
181 int (*assoc)(struct net_device *, struct net_device *);
182 int (*deassoc)(struct net_device *, struct net_device *);
183 int (*dlci_conf)(struct net_device *, struct net_device *, int get);
186 struct timer_list timer;
187 int type; /* adapter type */
188 int state; /* state of the S502/8 control latch */
189 int buffer; /* current buffer for S508 firmware */