Searched refs:ib_uverbs_device (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/infiniband/core/
H A Drdma_core.h46 struct ib_uverbs_device;
147 void uverbs_disassociate_api_pre(struct ib_uverbs_device *uverbs_dev);
H A Duverbs_main.c132 struct ib_uverbs_device *dev =
133 container_of(device, struct ib_uverbs_device, dev);
190 static void ib_uverbs_comp_dev(struct ib_uverbs_device *dev)
886 * - the ib_uverbs_device structures are properly reference counted and
895 struct ib_uverbs_device *dev;
902 dev = container_of(inode->i_cdev, struct ib_uverbs_device, cdev);
1013 struct ib_uverbs_device *uverbs_dev = client_data;
1049 struct ib_uverbs_device *dev =
1050 container_of(device, struct ib_uverbs_device, dev);
1068 struct ib_uverbs_device *de
[all...]
H A Duverbs.h80 * struct ib_uverbs_device: One reference is held by the module and
99 struct ib_uverbs_device { struct
138 struct ib_uverbs_device *device;
H A Duverbs_uapi.c684 void uverbs_disassociate_api_pre(struct ib_uverbs_device *uverbs_dev)
706 * Called when a driver disassociates from the ib_uverbs_device. The
H A Duverbs_cmd.c486 static int xrcd_table_insert(struct ib_uverbs_device *dev,
521 static struct xrcd_table_entry *xrcd_table_search(struct ib_uverbs_device *dev,
541 static struct ib_xrcd *find_xrcd(struct ib_uverbs_device *dev, struct inode *inode)
552 static void xrcd_table_delete(struct ib_uverbs_device *dev,
567 struct ib_uverbs_device *ibudev = attrs->ufile->device;
677 struct ib_uverbs_device *dev = attrs->ufile->device;

Completed in 131 milliseconds