Searched defs:ib_uverbs_device (Results 1 – 1 of 1) sorted by relevance
99 struct ib_uverbs_device { struct100 atomic_t refcount;101 int num_comp_vectors;102 struct completion comp;103 struct device *dev;104 struct ib_device __rcu *ib_dev;105 int devnum;106 struct cdev cdev;107 struct rb_root xrcd_tree;108 struct mutex xrcd_tree_mutex;[all …]