Searched refs:ntb_set_ctx (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/ntb/ |
H A D | core.c | 140 int ntb_set_ctx(struct ntb_dev *ntb, void *ctx, in ntb_set_ctx() function 159 EXPORT_SYMBOL(ntb_set_ctx);
|
H A D | ntb_transport.c | 1391 rc = ntb_set_ctx(ndev, nt, &ntb_transport_ops); in ntb_transport_probe()
|
/openbmc/linux/drivers/ntb/test/ |
H A D | ntb_pingpong.c | 335 ret = ntb_set_ctx(pp->ntb, pp, &pp_ops); in pp_setup_ctx()
|
H A D | ntb_msi_test.c | 368 ret = ntb_set_ctx(ntb, nm, &ntb_msit_ops); in ntb_msit_probe()
|
H A D | ntb_perf.c | 704 ret = ntb_set_ctx(perf->ntb, perf, &perf_ops); in perf_enable_service()
|
H A D | ntb_tool.c | 1469 return ntb_set_ctx(tc->ntb, tc, &tool_ops); in tool_init_ntb()
|
/openbmc/linux/include/linux/ |
H A D | ntb.h | 502 int ntb_set_ctx(struct ntb_dev *ntb, void *ctx,
|