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