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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Duverbs.h53 * struct ib_uverbs_device: One reference is held by the module and
71 struct ib_uverbs_device { struct
95 struct ib_uverbs_device *device;
H A Duverbs_main.c117 struct ib_uverbs_device *dev =
118 container_of(ref, struct ib_uverbs_device, ref);
588 * - the ib_uverbs_device structures are properly reference counted and
597 struct ib_uverbs_device *dev;
601 dev = container_of(inode->i_cdev, struct ib_uverbs_device, cdev);
676 struct ib_uverbs_device *dev = dev_get_drvdata(device);
688 struct ib_uverbs_device *dev = dev_get_drvdata(device);
732 struct ib_uverbs_device *uverbs_dev;
807 struct ib_uverbs_device *uverbs_dev = ib_get_client_data(device, &uverbs_client);

Completed in 111 milliseconds