Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ntb/test/
H A Dntb_tool.c248 struct tool_mw_wrap *outmws; member
262 struct tool_mw *outmws; member
814 struct tool_mw *outmw = &tc->outmws[widx]; in tool_setup_peer_mw()
856 struct tool_mw *outmw = &tc->outmws[widx]; in tool_free_peer_mw()
861 iounmap(tc->outmws[widx].io_base); in tool_free_peer_mw()
971 tc->outmws = devm_kcalloc(&tc->ntb->dev, tc->outmw_cnt, in tool_init_mws()
972 sizeof(*tc->outmws), GFP_KERNEL); in tool_init_mws()
973 if (tc->outmws == NULL) in tool_init_mws()
977 tc->outmws[widx].widx = widx; in tool_init_mws()
978 tc->outmws[wid in tool_init_mws()
[all...]
/kernel/linux/linux-6.6/drivers/ntb/test/
H A Dntb_tool.c248 struct tool_mw_wrap *outmws; member
262 struct tool_mw *outmws; member
807 struct tool_mw *outmw = &tc->outmws[widx]; in tool_setup_peer_mw()
849 struct tool_mw *outmw = &tc->outmws[widx]; in tool_free_peer_mw()
854 iounmap(tc->outmws[widx].io_base); in tool_free_peer_mw()
964 tc->outmws = devm_kcalloc(&tc->ntb->dev, tc->outmw_cnt, in tool_init_mws()
965 sizeof(*tc->outmws), GFP_KERNEL); in tool_init_mws()
966 if (tc->outmws == NULL) in tool_init_mws()
970 tc->outmws[widx].widx = widx; in tool_init_mws()
971 tc->outmws[wid in tool_init_mws()
[all...]

Completed in 5 milliseconds