Searched refs:ntb_client (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/ntb/ |
D | ntb.c | 78 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() 264 struct ntb_client *client; in ntb_probe() 281 struct ntb_client *client; in ntb_remove()
|
D | ntb_transport.c | 259 static struct ntb_client ntb_transport_client; 1059 static int ntb_transport_probe(struct ntb_client *self, struct ntb_dev *ndev) in ntb_transport_probe() 1198 static void ntb_transport_free(struct ntb_client *self, struct ntb_dev *ndev) in ntb_transport_free() 2221 static struct ntb_client ntb_transport_client = {
|
/Linux-v4.19/include/linux/ |
D | ntb.h | 62 struct ntb_client; 172 int (*probe)(struct ntb_client *client, struct ntb_dev *ntb); 173 void (*remove)(struct ntb_client *client, struct ntb_dev *ntb); 399 struct ntb_client { struct 403 #define drv_ntb_client(__drv) container_of((__drv), struct ntb_client, drv) argument 444 int __ntb_register_client(struct ntb_client *client, struct module *mod, 455 void ntb_unregister_client(struct ntb_client *client);
|
/Linux-v4.19/drivers/ntb/test/ |
D | ntb_pingpong.c | 371 static int pp_probe(struct ntb_client *client, struct ntb_dev *ntb) in pp_probe() 399 static void pp_remove(struct ntb_client *client, struct ntb_dev *ntb) in pp_remove() 410 static struct ntb_client pp_client = {
|
D | ntb_perf.c | 1431 static int perf_probe(struct ntb_client *client, struct ntb_dev *ntb) in perf_probe() 1459 static void perf_remove(struct ntb_client *client, struct ntb_dev *ntb) in perf_remove() 1470 static struct ntb_client perf_client = {
|
D | ntb_tool.c | 1610 static int tool_probe(struct ntb_client *self, struct ntb_dev *ntb) in tool_probe() 1652 static void tool_remove(struct ntb_client *self, struct ntb_dev *ntb) in tool_remove() 1665 static struct ntb_client tool_client = {
|