Lines Matching defs:idev
274 struct isci_remote_device *idev;
291 idev = ihost->device_table[index];
293 __func__, ent, idev);
312 struct isci_remote_device *idev;
348 idev = ihost->device_table[index];
350 idev = NULL;
352 if (idev != NULL)
353 result = sci_remote_device_frame_handler(idev, frame_index);
368 struct isci_remote_device *idev;
424 idev = ihost->device_table[index];
425 if (idev != NULL)
426 sci_remote_device_event_handler(idev, ent);
458 idev = ihost->device_table[index];
460 if (idev != NULL)
461 sci_remote_device_event_handler(idev, ent);
2435 struct isci_remote_device *idev)
2441 ihost, idev,
2486 * @idev: This is the device object which is requesting the a remote node
2495 struct isci_remote_device *idev,
2499 u32 remote_node_count = sci_remote_device_node_count(idev);
2506 ihost->device_table[node_index] = idev;
2517 struct isci_remote_device *idev,
2520 u32 remote_node_count = sci_remote_device_node_count(idev);
2522 if (ihost->device_table[node_id] == idev) {
2604 struct isci_remote_device *idev,
2615 status = sci_remote_device_start_io(ihost, idev, ireq);
2625 struct isci_remote_device *idev,
2664 * @idev: The handle to the remote device object for which to complete
2669 struct isci_remote_device *idev,
2679 status = sci_remote_device_complete_io(ihost, idev, ireq);
2713 * @idev: the handle to the remote device object for which to start
2718 struct isci_remote_device *idev,
2731 status = sci_remote_device_start_task(ihost, idev, ireq);