Home
last modified time | relevance | path

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

/drivers/infiniband/core/
Duverbs.h71 struct ib_uverbs_device { struct
97 struct ib_uverbs_device *device; argument
177 void ib_uverbs_dealloc_xrcd(struct ib_uverbs_device *dev, struct ib_xrcd *xrcd);
Duverbs_main.c124 struct ib_uverbs_device *dev = in ib_uverbs_release_dev()
125 container_of(ref, struct ib_uverbs_device, ref); in ib_uverbs_release_dev()
626 struct ib_uverbs_device *dev; in ib_uverbs_open()
630 dev = container_of(inode->i_cdev, struct ib_uverbs_device, cdev); in ib_uverbs_open()
705 struct ib_uverbs_device *dev = dev_get_drvdata(device); in show_ibdev()
717 struct ib_uverbs_device *dev = dev_get_drvdata(device); in show_dev_abi_version()
761 struct ib_uverbs_device *uverbs_dev; in ib_uverbs_add_one()
838 struct ib_uverbs_device *uverbs_dev = ib_get_client_data(device, &uverbs_client); in ib_uverbs_remove_one()
Duverbs_cmd.c620 static int xrcd_table_insert(struct ib_uverbs_device *dev, in xrcd_table_insert()
655 static struct xrcd_table_entry *xrcd_table_search(struct ib_uverbs_device *dev, in xrcd_table_search()
675 static struct ib_xrcd *find_xrcd(struct ib_uverbs_device *dev, struct inode *inode) in find_xrcd()
686 static void xrcd_table_delete(struct ib_uverbs_device *dev, in xrcd_table_delete()
898 void ib_uverbs_dealloc_xrcd(struct ib_uverbs_device *dev, in ib_uverbs_dealloc_xrcd()