remote_device.c (cc9203bf381a465cd115762b9cf7c9a313c874bc) | remote_device.c (f1f52e75939b56c40b3d153ae99faf2720250242) |
---|---|
1/* 2 * This file is provided under a dual BSD/GPLv2 license. When using or 3 * redistributing this file, you may do so under either license. 4 * 5 * GPL LICENSE SUMMARY 6 * 7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 8 * --- 43 unchanged lines hidden (view full) --- 52 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 53 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 54 */ 55#include <scsi/sas.h> 56#include "isci.h" 57#include "port.h" 58#include "remote_device.h" 59#include "request.h" | 1/* 2 * This file is provided under a dual BSD/GPLv2 license. When using or 3 * redistributing this file, you may do so under either license. 4 * 5 * GPL LICENSE SUMMARY 6 * 7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 8 * --- 43 unchanged lines hidden (view full) --- 52 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 53 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 54 */ 55#include <scsi/sas.h> 56#include "isci.h" 57#include "port.h" 58#include "remote_device.h" 59#include "request.h" |
60#include "scic_io_request.h" | |
61#include "scic_phy.h" 62#include "scic_port.h" 63#include "scic_sds_phy.h" 64#include "scic_sds_port.h" 65#include "remote_node_context.h" | 60#include "scic_phy.h" 61#include "scic_port.h" 62#include "scic_sds_phy.h" 63#include "scic_sds_port.h" 64#include "remote_node_context.h" |
66#include "scic_sds_request.h" 67#include "sci_util.h" | |
68#include "scu_event_codes.h" 69#include "task.h" 70 71/** 72 * isci_remote_device_change_state() - This function gets the status of the 73 * remote_device object. 74 * @isci_device: This parameter points to the isci_remote_device object 75 * --- 1486 unchanged lines hidden --- | 65#include "scu_event_codes.h" 66#include "task.h" 67 68/** 69 * isci_remote_device_change_state() - This function gets the status of the 70 * remote_device object. 71 * @isci_device: This parameter points to the isci_remote_device object 72 * --- 1486 unchanged lines hidden --- |