Lines Matching refs:tool_ctx

211 	struct tool_ctx    *tc;
244 struct tool_ctx *tc;
249 struct tool_ctx *tc;
257 struct tool_ctx { struct
293 struct tool_ctx *tc = ctx; in tool_link_event() argument
311 struct tool_ctx *tc = ctx; in tool_db_event()
332 struct tool_ctx *tc = (struct tool_ctx *)arg; in tool_link_event_handler()
349 struct tool_ctx *tc = (struct tool_ctx *)arg; in tool_db_event_handler()
393 tool_fn_read(struct tool_ctx *tc, struct sysctl_req *req, in tool_fn_read()
405 tool_fn_write(struct tool_ctx *tc, struct sysctl_oid *oidp, in tool_fn_write()
642 struct tool_ctx *tc = (struct tool_ctx *)arg1; in sysctl_peer_port_number()
659 struct tool_ctx *tc = (struct tool_ctx *)arg1; in sysctl_local_port_number()
674 tool_init_peers(struct tool_ctx *tc) in tool_init_peers()
688 tool_clear_peers(struct tool_ctx *tc) in tool_clear_peers()
700 struct tool_ctx *tc = (struct tool_ctx *)arg1; in sysctl_link_handle()
729 struct tool_ctx *tc = (struct tool_ctx *)arg1; in sysctl_peer_link_handle()
749 struct tool_ctx *tc = (struct tool_ctx *)arg1; in sysctl_peer_link_event_handle()
802 tool_setup_mw(struct tool_ctx *tc, unsigned int pidx, unsigned int widx, in tool_setup_mw()
869 tool_free_mw(struct tool_ctx *tc, int pidx, int widx) in tool_free_mw()
924 struct tool_ctx *tc = inmw->tc; in tool_mw_trans_write()
984 static void tool_clear_mws(struct tool_ctx *tc) in tool_clear_mws()
997 tool_init_mws(struct tool_ctx *tc) in tool_init_mws()
1039 struct tool_ctx *tc = (struct tool_ctx *)arg1; in sysctl_db_handle()
1060 struct tool_ctx *tc = (struct tool_ctx *)arg1; in sysctl_db_valid_mask_handle()
1075 struct tool_ctx *tc = (struct tool_ctx *)arg1; in sysctl_db_mask_handle()
1096 struct tool_ctx *tc = (struct tool_ctx *)arg1; in sysctl_peer_db_handle()
1114 struct tool_ctx *tc = (struct tool_ctx *)arg1; in sysctl_peer_db_mask_handle()
1135 struct tool_ctx *tc = (struct tool_ctx *)arg1; in sysctl_db_event_handle()
1160 struct tool_ctx *tc = (struct tool_ctx *)arg1; in sysctl_spad_handle()
1186 struct tool_ctx *tc = (struct tool_ctx *)arg1; in sysctl_peer_spad_handle()
1210 tool_init_spads(struct tool_ctx *tc) in tool_init_spads()
1241 tool_clear_spads(struct tool_ctx *tc) in tool_clear_spads()
1257 tool_check_ntb(struct tool_ctx *tc) in tool_check_ntb()
1278 tool_clear_data(struct tool_ctx *tc) in tool_clear_data()
1286 tool_init_ntb(struct tool_ctx *tc) in tool_init_ntb()
1293 tool_clear_ntb(struct tool_ctx *tc) in tool_clear_ntb()
1305 tool_setup_sysctl(struct tool_ctx *tc) in tool_setup_sysctl()
1426 struct tool_ctx *tc = device_get_softc(dev); in ntb_tool_attach()
1464 struct tool_ctx *tc = device_get_softc(dev); in ntb_tool_detach()
1488 sizeof(struct tool_ctx));