Lines Matching refs:outmws
248 struct tool_mw_wrap *outmws; member
262 struct tool_mw *outmws; member
812 struct tool_mw *outmw = &tc->outmws[widx]; in tool_setup_peer_mw()
854 struct tool_mw *outmw = &tc->outmws[widx]; in tool_free_peer_mw()
859 iounmap(tc->outmws[widx].io_base); in tool_free_peer_mw()
969 tc->outmws = devm_kcalloc(&tc->ntb->dev, tc->outmw_cnt, in tool_init_mws()
970 sizeof(*tc->outmws), GFP_KERNEL); in tool_init_mws()
971 if (tc->outmws == NULL) in tool_init_mws()
975 tc->outmws[widx].widx = widx; in tool_init_mws()
976 tc->outmws[widx].pidx = -1; in tool_init_mws()
977 tc->outmws[widx].tc = tc; in tool_init_mws()
996 tc->peers[pidx].outmws = in tool_init_mws()
998 sizeof(*tc->peers[pidx].outmws), GFP_KERNEL); in tool_init_mws()
1001 tc->peers[pidx].outmws[widx].pidx = pidx; in tool_init_mws()
1002 tc->peers[pidx].outmws[widx].mw = &tc->outmws[widx]; in tool_init_mws()
1582 &tc->peers[pidx].outmws[widx], in tool_setup_dbgfs()