Lines Matching defs:frad_local
67 struct frad_local struct
69 struct net_device_stats stats;
72 struct net_device *master[CONFIG_DLCI_MAX];
73 short dlci[CONFIG_DLCI_MAX];
75 struct frad_conf config;
76 int configured; /* has this device been configured */
77 int initialized; /* mem_start, port, irq set ? */
80 int (*activate)(struct net_device *, struct net_device *);
81 int (*deactivate)(struct net_device *, struct net_device *);
82 int (*assoc)(struct net_device *, struct net_device *);
83 int (*deassoc)(struct net_device *, struct net_device *);
84 int (*dlci_conf)(struct net_device *, struct net_device *, int get);
87 struct timer_list timer;
88 int type; /* adapter type */
89 int state; /* state of the S502/8 control latch */
90 int buffer; /* current buffer for S508 firmware */