Searched refs:ib_uverbs_device (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/infiniband/core/ |
D | uverbs.h | 87 struct ib_uverbs_device { struct 114 struct ib_uverbs_device *device; argument 196 void ib_uverbs_dealloc_xrcd(struct ib_uverbs_device *dev, struct ib_xrcd *xrcd);
|
D | uverbs_main.c | 136 struct ib_uverbs_device *dev = in ib_uverbs_release_dev() 137 container_of(kobj, struct ib_uverbs_device, kobj); in ib_uverbs_release_dev() 311 static void ib_uverbs_comp_dev(struct ib_uverbs_device *dev) in ib_uverbs_comp_dev() 755 struct ib_uverbs_device *dev; in ib_uverbs_open() 759 dev = container_of(inode->i_cdev, struct ib_uverbs_device, cdev); in ib_uverbs_open() 798 struct ib_uverbs_device *dev = file->device; in ib_uverbs_close() 837 struct ib_uverbs_device *dev = dev_get_drvdata(device); in show_ibdev() 849 struct ib_uverbs_device *dev = dev_get_drvdata(device); in show_dev_abi_version() 893 struct ib_uverbs_device *uverbs_dev; in ib_uverbs_add_one() 973 struct ib_uverbs_device *uverbs_dev = ib_get_client_data(device, &uverbs_client); in ib_uverbs_remove_one()
|
D | uverbs_cmd.c | 643 static int xrcd_table_insert(struct ib_uverbs_device *dev, in xrcd_table_insert() 678 static struct xrcd_table_entry *xrcd_table_search(struct ib_uverbs_device *dev, in xrcd_table_search() 698 static struct ib_xrcd *find_xrcd(struct ib_uverbs_device *dev, struct inode *inode) in find_xrcd() 709 static void xrcd_table_delete(struct ib_uverbs_device *dev, in xrcd_table_delete() 921 void ib_uverbs_dealloc_xrcd(struct ib_uverbs_device *dev, in ib_uverbs_dealloc_xrcd()
|