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