port.c (6cb4d6b382be6345c2d0c4b1b90dfdf9af32da7e) port.c (88f3b62ac131e2549b6c262cacbd47e8cca42d6e)
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 *

--- 49 unchanged lines hidden (view full) ---

58 *
59 *
60 */
61
62
63#include <linux/workqueue.h>
64#include "isci.h"
65#include "scic_io_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 *

--- 49 unchanged lines hidden (view full) ---

58 *
59 *
60 */
61
62
63#include <linux/workqueue.h>
64#include "isci.h"
65#include "scic_io_request.h"
66#include "scic_remote_device.h"
67#include "scic_phy.h"
68#include "scic_sds_phy.h"
69#include "scic_port.h"
70#include "port.h"
71#include "request.h"
72
73static void isci_port_change_state(
74 struct isci_port *isci_port,

--- 414 unchanged lines hidden ---
66#include "scic_phy.h"
67#include "scic_sds_phy.h"
68#include "scic_port.h"
69#include "port.h"
70#include "request.h"
71
72static void isci_port_change_state(
73 struct isci_port *isci_port,

--- 414 unchanged lines hidden ---