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