Searched defs:frad_state (Results 1 – 1 of 1) sorted by relevance
131 struct frad_state { struct132 fr_proto settings;133 struct pvc_device *first_pvc;134 int dce_pvc_count;136 struct timer_list timer;137 struct net_device *dev;138 unsigned long last_poll;162 static inline struct frad_state *state(hdlc_device *hdlc) in state() argument