Lines Matching refs:device
166 do_driver_read_ioctl(struct ibv_device *device)
173 /* Get the context for the device */
174 context = ibv_open_device(device);
176 IBEXIT("Unable to open the device.\n");
180 if (context->device != device) {
196 /* Get the guid for the device */
197 hca_guid = (uint64_t)ntohll(ibv_get_device_guid(device));
217 /* Close the device */
222 do_driver_update_ioctl(struct ibv_device *device, char *node_desc,
232 /* Get context for the device */
233 context = ibv_open_device(device);
235 IBEXIT("Unable to open the device.\n");
239 if (context->device != device) {