Lines Matching refs:idev

276 	struct isci_remote_device *idev;  in sci_controller_sdma_completion()  local
293 idev = ihost->device_table[index]; in sci_controller_sdma_completion()
295 __func__, ent, idev); in sci_controller_sdma_completion()
314 struct isci_remote_device *idev; in sci_controller_unsolicited_frame() local
350 idev = ihost->device_table[index]; in sci_controller_unsolicited_frame()
352 idev = NULL; in sci_controller_unsolicited_frame()
354 if (idev != NULL) in sci_controller_unsolicited_frame()
355 result = sci_remote_device_frame_handler(idev, frame_index); in sci_controller_unsolicited_frame()
370 struct isci_remote_device *idev; in sci_controller_event_completion() local
426 idev = ihost->device_table[index]; in sci_controller_event_completion()
427 if (idev != NULL) in sci_controller_event_completion()
428 sci_remote_device_event_handler(idev, ent); in sci_controller_event_completion()
460 idev = ihost->device_table[index]; in sci_controller_event_completion()
462 if (idev != NULL) in sci_controller_event_completion()
463 sci_remote_device_event_handler(idev, ent); in sci_controller_event_completion()
2437 struct isci_remote_device *idev) in sci_controller_remote_device_stopped() argument
2443 ihost, idev, in sci_controller_remote_device_stopped()
2496 struct isci_remote_device *idev, in sci_controller_allocate_remote_node_context() argument
2500 u32 remote_node_count = sci_remote_device_node_count(idev); in sci_controller_allocate_remote_node_context()
2507 ihost->device_table[node_index] = idev; in sci_controller_allocate_remote_node_context()
2518 struct isci_remote_device *idev, in sci_controller_free_remote_node_context() argument
2521 u32 remote_node_count = sci_remote_device_node_count(idev); in sci_controller_free_remote_node_context()
2523 if (ihost->device_table[node_id] == idev) { in sci_controller_free_remote_node_context()
2605 struct isci_remote_device *idev, in sci_controller_start_io() argument
2616 status = sci_remote_device_start_io(ihost, idev, ireq); in sci_controller_start_io()
2626 struct isci_remote_device *idev, in sci_controller_terminate_request() argument
2670 struct isci_remote_device *idev, in sci_controller_complete_io() argument
2681 status = sci_remote_device_complete_io(ihost, idev, ireq); in sci_controller_complete_io()
2721 struct isci_remote_device *idev, in sci_controller_start_task() argument
2734 status = sci_remote_device_start_task(ihost, idev, ireq); in sci_controller_start_task()