Lines Matching defs:idev
276 struct isci_remote_device *idev;
293 idev = ihost->device_table[index];
295 __func__, ent, idev);
314 struct isci_remote_device *idev;
350 idev = ihost->device_table[index];
352 idev = NULL;
354 if (idev != NULL)
355 result = sci_remote_device_frame_handler(idev, frame_index);
370 struct isci_remote_device *idev;
426 idev = ihost->device_table[index];
427 if (idev != NULL)
428 sci_remote_device_event_handler(idev, ent);
460 idev = ihost->device_table[index];
462 if (idev != NULL)
463 sci_remote_device_event_handler(idev, ent);
2437 struct isci_remote_device *idev)
2443 ihost, idev,
2496 struct isci_remote_device *idev,
2500 u32 remote_node_count = sci_remote_device_node_count(idev);
2507 ihost->device_table[node_index] = idev;
2518 struct isci_remote_device *idev,
2521 u32 remote_node_count = sci_remote_device_node_count(idev);
2523 if (ihost->device_table[node_id] == idev) {
2605 struct isci_remote_device *idev,
2616 status = sci_remote_device_start_io(ihost, idev, ireq);
2626 struct isci_remote_device *idev,
2665 * @idev: The handle to the remote device object for which to complete
2670 struct isci_remote_device *idev,
2680 status = sci_remote_device_complete_io(ihost, idev, ireq);
2719 struct isci_remote_device *idev,
2732 status = sci_remote_device_start_task(ihost, idev, ireq);