Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ntb/
Dntb.c77 int __ntb_register_client(struct ntb_client *client, struct module *mod, in __ntb_register_client()
94 void ntb_unregister_client(struct ntb_client *client) in ntb_unregister_client()
197 struct ntb_client *client; in ntb_probe()
214 struct ntb_client *client; in ntb_remove()
Dntb_transport.c255 static struct ntb_client ntb_transport_client;
1008 static int ntb_transport_probe(struct ntb_client *self, struct ntb_dev *ndev) in ntb_transport_probe()
1129 static void ntb_transport_free(struct ntb_client *self, struct ntb_dev *ndev) in ntb_transport_free()
2049 static struct ntb_client ntb_transport_client = {
/linux-4.4.14/include/linux/
Dntb.h60 struct ntb_client;
148 int (*probe)(struct ntb_client *client, struct ntb_dev *ntb);
149 void (*remove)(struct ntb_client *client, struct ntb_dev *ntb);
309 struct ntb_client { struct
314 #define drv_ntb_client(__drv) container_of((__drv), struct ntb_client, drv) argument
356 int __ntb_register_client(struct ntb_client *client, struct module *mod,
367 void ntb_unregister_client(struct ntb_client *client);
/linux-4.4.14/drivers/ntb/test/
Dntb_pingpong.c183 static int pp_probe(struct ntb_client *client, in pp_probe()
232 static void pp_remove(struct ntb_client *client, in pp_remove()
244 static struct ntb_client pp_client = {
Dntb_tool.c477 static int tool_probe(struct ntb_client *self, struct ntb_dev *ntb) in tool_probe()
514 static void tool_remove(struct ntb_client *self, struct ntb_dev *ntb) in tool_remove()
525 static struct ntb_client tool_client = {