Searched refs:ntb_set_ctx (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/ntb/ |
D | ntb.c | 134 int ntb_set_ctx(struct ntb_dev *ntb, void *ctx, in ntb_set_ctx() function 153 EXPORT_SYMBOL(ntb_set_ctx);
|
D | ntb_transport.c | 1168 rc = ntb_set_ctx(ndev, nt, &ntb_transport_ops); in ntb_transport_probe()
|
/Linux-v4.19/drivers/ntb/test/ |
D | ntb_pingpong.c | 336 ret = ntb_set_ctx(pp->ntb, pp, &pp_ops); in pp_setup_ctx()
|
D | ntb_perf.c | 700 ret = ntb_set_ctx(perf->ntb, perf, &perf_ops); in perf_enable_service()
|
D | ntb_tool.c | 1472 return ntb_set_ctx(tc->ntb, tc, &tool_ops); in tool_init_ntb()
|
/Linux-v4.19/include/linux/ |
D | ntb.h | 495 int ntb_set_ctx(struct ntb_dev *ntb, void *ctx,
|