Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Drdma_core.h46 struct ib_uverbs_device;
158 void uverbs_disassociate_api_pre(struct ib_uverbs_device *uverbs_dev);
Duverbs_main.c174 struct ib_uverbs_device *dev = in ib_uverbs_release_dev()
175 container_of(kobj, struct ib_uverbs_device, kobj); in ib_uverbs_release_dev()
244 static void ib_uverbs_comp_dev(struct ib_uverbs_device *dev) in ib_uverbs_comp_dev()
831 struct ib_uverbs_device *dev; in ib_uverbs_open()
838 dev = container_of(inode->i_cdev, struct ib_uverbs_device, cdev); in ib_uverbs_open()
959 struct ib_uverbs_device *dev = dev_get_drvdata(device); in show_ibdev()
978 struct ib_uverbs_device *dev = dev_get_drvdata(device); in show_dev_abi_version()
999 struct ib_uverbs_device *uverbs_dev) in ib_uverbs_create_uapi()
1015 struct ib_uverbs_device *uverbs_dev; in ib_uverbs_add_one()
1093 static void ib_uverbs_free_hw_resources(struct ib_uverbs_device *uverbs_dev, in ib_uverbs_free_hw_resources()
[all …]
Duverbs.h99 struct ib_uverbs_device { struct
139 struct ib_uverbs_device *device;
Duverbs_uapi.c297 void uverbs_disassociate_api_pre(struct ib_uverbs_device *uverbs_dev) in uverbs_disassociate_api_pre()
Duverbs_cmd.c425 static int xrcd_table_insert(struct ib_uverbs_device *dev, in xrcd_table_insert()
460 static struct xrcd_table_entry *xrcd_table_search(struct ib_uverbs_device *dev, in xrcd_table_search()
480 static struct ib_xrcd *find_xrcd(struct ib_uverbs_device *dev, struct inode *inode) in find_xrcd()
491 static void xrcd_table_delete(struct ib_uverbs_device *dev, in xrcd_table_delete()
644 struct ib_uverbs_device *dev = uobject->context->ufile->device; in ib_uverbs_dealloc_xrcd()