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

/linux-master/drivers/ntb/
H A Dcore.c78 int __ntb_register_client(struct ntb_client *client, struct module *mod,
95 void ntb_unregister_client(struct ntb_client *client)
266 struct ntb_client *client;
283 struct ntb_client *client;
H A Dntb_transport.c278 static struct ntb_client ntb_transport_client;
1248 static int ntb_transport_probe(struct ntb_client *self, struct ntb_dev *ndev)
1408 static void ntb_transport_free(struct ntb_client *self, struct ntb_dev *ndev)
2467 static struct ntb_client ntb_transport_client = {
/linux-master/drivers/ntb/test/
H A Dntb_pingpong.c367 static int pp_probe(struct ntb_client *client, struct ntb_dev *ntb)
395 static void pp_remove(struct ntb_client *client, struct ntb_dev *ntb)
406 static struct ntb_client pp_client = {
H A Dntb_msi_test.c319 static int ntb_msit_probe(struct ntb_client *client, struct ntb_dev *ntb)
388 static void ntb_msit_remove(struct ntb_client *client, struct ntb_dev *ntb)
404 static struct ntb_client ntb_msit_client = {
H A Dntb_perf.c1484 static int perf_probe(struct ntb_client *client, struct ntb_dev *ntb)
1512 static void perf_remove(struct ntb_client *client, struct ntb_dev *ntb)
1523 static struct ntb_client perf_client = {
H A Dntb_tool.c1605 static int tool_probe(struct ntb_client *self, struct ntb_dev *ntb)
1647 static void tool_remove(struct ntb_client *self, struct ntb_dev *ntb)
1660 static struct ntb_client tool_client = {
/linux-master/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);
398 * struct ntb_client - client interested in ntb devices
402 struct ntb_client { struct
406 #define drv_ntb_client(__drv) container_of((__drv), struct ntb_client, drv)
451 int __ntb_register_client(struct ntb_client *client, struct module *mod,
462 void ntb_unregister_client(struct ntb_client *client);

Completed in 251 milliseconds