Lines Matching defs:frad_state
134 struct frad_state { struct
135 fr_proto settings;
136 struct pvc_device *first_pvc;
137 int dce_pvc_count;
139 struct timer_list timer;
140 struct net_device *dev;
141 unsigned long last_poll;
142 int reliable;
143 int dce_changed;
144 int request;
145 int fullrep_sent;
169 static inline struct frad_state* state(hdlc_device *hdlc) in state() argument