Searched defs:irlap_cb (Results 1 – 1 of 1) sorted by relevance
118 struct irlap_cb { struct119 irda_queue_t q; /* Must be first */120 magic_t magic;123 struct net_device *netdev;124 char hw_name[2*IFNAMSIZ + 1];127 volatile IRLAP_STATE state; /* Current state */130 struct timer_list query_timer;131 struct timer_list slot_timer;132 struct timer_list discovery_timer;133 struct timer_list final_timer;[all …]