port.c (cc9203bf381a465cd115762b9cf7c9a313c874bc) port.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 *

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

50 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
51 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
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
56#include <linux/workqueue.h>
57#include "isci.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 *

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

50 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
51 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
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
56#include <linux/workqueue.h>
57#include "isci.h"
58#include "scic_io_request.h"
59#include "scic_phy.h"
60#include "scic_sds_phy.h"
61#include "scic_port.h"
62#include "port.h"
63#include "request.h"
64
65static void isci_port_change_state(struct isci_port *iport, enum isci_status status)
66{

--- 304 unchanged lines hidden ---
58#include "scic_phy.h"
59#include "scic_sds_phy.h"
60#include "scic_port.h"
61#include "port.h"
62#include "request.h"
63
64static void isci_port_change_state(struct isci_port *iport, enum isci_status status)
65{

--- 304 unchanged lines hidden ---