• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/ntb/test/

Lines Matching refs:tool_ctx

214 	struct tool_ctx    *tc;
247 struct tool_ctx *tc;
252 struct tool_ctx *tc;
260 struct tool_ctx {
296 struct tool_ctx *tc = ctx;
314 struct tool_ctx *tc = ctx;
335 struct tool_ctx *tc = (struct tool_ctx *)arg;
352 struct tool_ctx *tc = (struct tool_ctx *)arg;
396 tool_fn_read(struct tool_ctx *tc, struct sysctl_req *req,
408 tool_fn_write(struct tool_ctx *tc, struct sysctl_oid *oidp,
645 struct tool_ctx *tc = (struct tool_ctx *)arg1;
662 struct tool_ctx *tc = (struct tool_ctx *)arg1;
677 tool_init_peers(struct tool_ctx *tc)
691 tool_clear_peers(struct tool_ctx *tc)
703 struct tool_ctx *tc = (struct tool_ctx *)arg1;
732 struct tool_ctx *tc = (struct tool_ctx *)arg1;
752 struct tool_ctx *tc = (struct tool_ctx *)arg1;
805 tool_setup_mw(struct tool_ctx *tc, unsigned int pidx, unsigned int widx,
872 tool_free_mw(struct tool_ctx *tc, int pidx, int widx)
927 struct tool_ctx *tc = inmw->tc;
987 static void tool_clear_mws(struct tool_ctx *tc)
1000 tool_init_mws(struct tool_ctx *tc)
1042 struct tool_ctx *tc = (struct tool_ctx *)arg1;
1063 struct tool_ctx *tc = (struct tool_ctx *)arg1;
1078 struct tool_ctx *tc = (struct tool_ctx *)arg1;
1099 struct tool_ctx *tc = (struct tool_ctx *)arg1;
1117 struct tool_ctx *tc = (struct tool_ctx *)arg1;
1138 struct tool_ctx *tc = (struct tool_ctx *)arg1;
1163 struct tool_ctx *tc = (struct tool_ctx *)arg1;
1189 struct tool_ctx *tc = (struct tool_ctx *)arg1;
1213 tool_init_spads(struct tool_ctx *tc)
1244 tool_clear_spads(struct tool_ctx *tc)
1260 tool_check_ntb(struct tool_ctx *tc)
1281 tool_clear_data(struct tool_ctx *tc)
1289 tool_init_ntb(struct tool_ctx *tc)
1296 tool_clear_ntb(struct tool_ctx *tc)
1308 tool_setup_sysctl(struct tool_ctx *tc)
1429 struct tool_ctx *tc = device_get_softc(dev);
1467 struct tool_ctx *tc = device_get_softc(dev);
1492 sizeof(struct tool_ctx));