Home
last modified time | relevance | path

Searched refs:inmws (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/ntb/test/
H A Dntb_tool.c246 struct tool_mw *inmws; member
573 struct tool_mw *inmw = &tc->peers[pidx].inmws[widx]; in tool_setup_mw()
621 struct tool_mw *inmw = &tc->peers[pidx].inmws[widx]; in tool_free_mw()
978 tc->peers[pidx].inmws = in tool_init_mws()
980 sizeof(*tc->peers[pidx].inmws), GFP_KERNEL); in tool_init_mws()
981 if (tc->peers[pidx].inmws == NULL) in tool_init_mws()
985 tc->peers[pidx].inmws[widx].widx = widx; in tool_init_mws()
986 tc->peers[pidx].inmws[widx].pidx = pidx; in tool_init_mws()
987 tc->peers[pidx].inmws[widx].tc = tc; in tool_init_mws()
1569 &tc->peers[pidx].inmws[widx], in tool_setup_dbgfs()