Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ntb/
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()
260 struct ntb_client *client; in ntb_probe()
277 struct ntb_client *client; in ntb_remove()
Dntb_transport.c278 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/
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);
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/
Dntb_pingpong.c367 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 = {
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 = {
Dntb_perf.c1484 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 = {
Dntb_tool.c1612 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 = {