Home
last modified time | relevance | path

Searched defs:ib_uverbs_device (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/infiniband/core/
Duverbs.h87 struct ib_uverbs_device { struct
88 atomic_t refcount;
89 int num_comp_vectors;
90 struct completion comp;
91 struct device *dev;
92 struct ib_device __rcu *ib_dev;
93 int devnum;
94 struct cdev cdev;
95 struct rb_root xrcd_tree;
119 struct ib_uverbs_device *device; argument