Lines Matching defs:device
136 do_driver_read_ioctl(struct ibv_device *device)
143 /* Get the context for the device */
144 context = ibv_open_device(device);
146 IBEXIT("Unable to open the device.\n");
150 if (context->device != device) {
166 /* Get the guid for the device */
167 hca_guid = (uint64_t)ntohll(ibv_get_device_guid(device));
187 /* Close the device */
192 do_driver_update_ioctl(struct ibv_device *device, char *node_desc,
202 /* Get context for the device */
203 context = ibv_open_device(device);
205 IBEXIT("Unable to open the device.\n");
209 if (context->device != device) {