Home
last modified time | relevance | path

Searched refs:ib_uverbs_device (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/infiniband/core/
Duverbs.h87 struct ib_uverbs_device { struct
119 struct ib_uverbs_device *device; argument
205 void ib_uverbs_dealloc_xrcd(struct ib_uverbs_device *dev, struct ib_xrcd *xrcd);
Duverbs_main.c140 struct ib_uverbs_device *dev = in ib_uverbs_release_dev()
141 container_of(kobj, struct ib_uverbs_device, kobj); in ib_uverbs_release_dev()
313 static void ib_uverbs_comp_dev(struct ib_uverbs_device *dev) in ib_uverbs_comp_dev()
879 struct ib_uverbs_device *dev; in ib_uverbs_open()
886 dev = container_of(inode->i_cdev, struct ib_uverbs_device, cdev); in ib_uverbs_open()
949 struct ib_uverbs_device *dev = file->device; in ib_uverbs_close()
1000 struct ib_uverbs_device *dev = dev_get_drvdata(device); in show_ibdev()
1019 struct ib_uverbs_device *dev = dev_get_drvdata(device); in show_dev_abi_version()
1071 struct ib_uverbs_device *uverbs_dev; in ib_uverbs_add_one()
1159 static void ib_uverbs_free_hw_resources(struct ib_uverbs_device *uverbs_dev, in ib_uverbs_free_hw_resources()
[all …]
Duverbs_cmd.c651 static int xrcd_table_insert(struct ib_uverbs_device *dev, in xrcd_table_insert()
686 static struct xrcd_table_entry *xrcd_table_search(struct ib_uverbs_device *dev, in xrcd_table_search()
706 static struct ib_xrcd *find_xrcd(struct ib_uverbs_device *dev, struct inode *inode) in find_xrcd()
717 static void xrcd_table_delete(struct ib_uverbs_device *dev, in xrcd_table_delete()
930 void ib_uverbs_dealloc_xrcd(struct ib_uverbs_device *dev, in ib_uverbs_dealloc_xrcd()