Lines Matching defs:tool_ctx
257 struct tool_ctx { struct
258 device_t dev;
259 struct callout link_event_timer;
260 struct callout db_event_timer;
261 int peer_cnt;
262 struct tool_peer *peers;
263 int inmsg_cnt;
264 struct tool_msg *inmsgs;
265 int inspad_cnt;
266 struct tool_spad *inspads;
267 unsigned int unsafe;
293 struct tool_ctx *tc = ctx; in tool_link_event() argument