Searched refs:ntb_client (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/ntb/ |
D | core.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() 260 struct ntb_client *client; in ntb_probe() 277 struct ntb_client *client; in ntb_remove()
|
D | ntb_transport.c | 278 static struct ntb_client ntb_transport_client; 1243 static int ntb_transport_probe(struct ntb_client *self, struct ntb_dev *ndev) in ntb_transport_probe() 1403 static void ntb_transport_free(struct ntb_client *self, struct ntb_dev *ndev) in ntb_transport_free() 2458 static struct ntb_client ntb_transport_client = {
|
/kernel/linux/linux-5.10/include/linux/ |
D | ntb.h | 63 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); 402 struct ntb_client { struct 406 #define drv_ntb_client(__drv) container_of((__drv), struct ntb_client, drv) argument 451 int __ntb_register_client(struct ntb_client *client, struct module *mod, 462 void ntb_unregister_client(struct ntb_client *client);
|
/kernel/linux/linux-5.10/drivers/ntb/test/ |
D | ntb_pingpong.c | 367 static int pp_probe(struct ntb_client *client, struct ntb_dev *ntb) in pp_probe() 395 static void pp_remove(struct ntb_client *client, struct ntb_dev *ntb) in pp_remove() 406 static struct ntb_client pp_client = {
|
D | ntb_msi_test.c | 319 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 = {
|
D | ntb_perf.c | 1484 static int perf_probe(struct ntb_client *client, struct ntb_dev *ntb) in perf_probe() 1512 static void perf_remove(struct ntb_client *client, struct ntb_dev *ntb) in perf_remove() 1523 static struct ntb_client perf_client = {
|
D | ntb_tool.c | 1612 static int tool_probe(struct ntb_client *self, struct ntb_dev *ntb) in tool_probe() 1654 static void tool_remove(struct ntb_client *self, struct ntb_dev *ntb) in tool_remove() 1667 static struct ntb_client tool_client = {
|