Searched defs:ib_uverbs_device (Results 1 – 1 of 1) sorted by relevance
105 struct ib_uverbs_device { struct106 atomic_t refcount;107 u32 num_comp_vectors;108 struct completion comp;109 struct device dev;110 struct ib_device __rcu *ib_dev;111 int devnum;112 struct cdev cdev;113 struct rb_root xrcd_tree;114 struct mutex xrcd_tree_mutex;[all …]