Home
last modified time | relevance | path

Searched refs:ntb_client (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/ntb/
H A Dcore.c78 int __ntb_register_client(struct ntb_client *client, struct module *mod, in __ntb_register_client()
95 void ntb_unregister_client(struct ntb_client *client) in ntb_unregister_client()
266 struct ntb_client *client; in ntb_probe()
283 struct ntb_client *client; in ntb_remove()
/linux/include/linux/
H A Dntb.h63 struct ntb_client;
174 int (*probe)(struct ntb_client *client, struct ntb_dev *ntb);
175 void (*remove)(struct ntb_client *client, struct ntb_dev *ntb);
406 struct ntb_client { struct
410 #define drv_ntb_client(__drv) container_of((__drv), struct ntb_client, drv) argument
455 int __ntb_register_client(struct ntb_client *client, struct module *mod,
466 void ntb_unregister_client(struct ntb_client *client);
/linux/drivers/ntb/test/
H A Dntb_msi_test.c319 static int ntb_msit_probe(struct ntb_client *client, struct ntb_dev *ntb) in ntb_msit_probe()
388 static void ntb_msit_remove(struct ntb_client *client, struct ntb_dev *ntb) in ntb_msit_remove()
404 static struct ntb_client ntb_msit_client = {
H A Dntb_perf.c1482 static int perf_probe(struct ntb_client *client, struct ntb_dev *ntb) in perf_probe()
1510 static void perf_remove(struct ntb_client *client, struct ntb_dev *ntb) in perf_remove()
1521 static struct ntb_client perf_client = {
H A Dntb_tool.c1605 static int tool_probe(struct ntb_client *self, struct ntb_dev *ntb) in tool_probe()
1647 static void tool_remove(struct ntb_client *self, struct ntb_dev *ntb) in tool_remove()
1660 static struct ntb_client tool_client = {