Searched refs:ntb_set_ctx (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/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 | 1099 rc = ntb_set_ctx(ndev, nt, &ntb_transport_ops); in ntb_transport_probe()
|
/linux-4.4.14/drivers/ntb/test/ |
D | ntb_pingpong.c | 217 rc = ntb_set_ctx(ntb, pp, &pp_ops); in pp_probe()
|
D | ntb_tool.c | 498 rc = ntb_set_ctx(ntb, tc, &tool_ops); in tool_probe()
|
/linux-4.4.14/include/linux/ |
D | ntb.h | 407 int ntb_set_ctx(struct ntb_dev *ntb, void *ctx,
|