Searched defs:irlap_cb (Results 1 – 1 of 1) sorted by relevance
89 struct irlap_cb { struct90 irda_queue_t q; /* Must be first */91 magic_t magic;94 struct net_device *netdev;95 char hw_name[2*IFNAMSIZ + 1];98 volatile IRLAP_STATE state; /* Current state */101 struct timer_list query_timer;102 struct timer_list slot_timer;103 struct timer_list discovery_timer;104 struct timer_list final_timer;[all …]