Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ntb/test/
H A Dntb_tool.c246 struct tool_mw *inmws; member
580 struct tool_mw *inmw = &tc->peers[pidx].inmws[widx]; in tool_setup_mw()
628 struct tool_mw *inmw = &tc->peers[pidx].inmws[widx]; in tool_free_mw()
985 tc->peers[pidx].inmws = in tool_init_mws()
987 sizeof(*tc->peers[pidx].inmws), GFP_KERNEL); in tool_init_mws()
988 if (tc->peers[pidx].inmws == NULL) in tool_init_mws()
992 tc->peers[pidx].inmws[widx].widx = widx; in tool_init_mws()
993 tc->peers[pidx].inmws[widx].pidx = pidx; in tool_init_mws()
994 tc->peers[pidx].inmws[widx].tc = tc; in tool_init_mws()
1578 &tc->peers[pidx].inmws[wid in tool_setup_dbgfs()
[all...]
/kernel/linux/linux-6.6/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[wid in tool_setup_dbgfs()
[all...]

Completed in 6 milliseconds