Lines Matching defs:irlmp_cb
159 struct irlmp_cb { struct
160 magic_t magic;
162 __u8 conflict_flag;
164 discovery_t discovery_cmd; /* Discovery command to use by IrLAP */
165 discovery_t discovery_rsp; /* Discovery response to use by IrLAP */
167 int free_lsap_sel;
170 CACHE_ENTRY cache; /* Caching last slsap->dlsap->handle mapping */
172 struct timer_list discovery_timer;
174 hashbin_t *links; /* IrLAP connection table */
175 hashbin_t *unconnected_lsaps;
176 hashbin_t *clients;
177 hashbin_t *services;
179 hashbin_t *cachelog; /* Current discovery log */
180 spinlock_t log_lock; /* discovery log spinlock */
182 int running;
184 __u16_host_order hints; /* Hint bits */