Searched defs:tool_ctx (Results 1 – 1 of 1) sorted by relevance
257 struct tool_ctx { struct258 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;[all …]