task.c (fd18388bc5820b3e7807302ac18e8e7de83c9f4c) task.c (8db02da52895285e99d7eb2fa825fd393e61d9c5)
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 *

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

57#include <linux/irqflags.h>
58#include "sas.h"
59#include "remote_device.h"
60#include "remote_node_context.h"
61#include "isci.h"
62#include "request.h"
63#include "sata.h"
64#include "task.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 *

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

57#include <linux/irqflags.h>
58#include "sas.h"
59#include "remote_device.h"
60#include "remote_node_context.h"
61#include "isci.h"
62#include "request.h"
63#include "sata.h"
64#include "task.h"
65#include "timers.h"
66
67/**
68* isci_task_refuse() - complete the request to the upper layer driver in
69* the case where an I/O needs to be completed back in the submit path.
70* @ihost: host on which the the request was queued
71* @task: request to complete
72* @response: response code for the completed task.
73* @status: status code for the completed task.

--- 1419 unchanged lines hidden ---
65
66/**
67* isci_task_refuse() - complete the request to the upper layer driver in
68* the case where an I/O needs to be completed back in the submit path.
69* @ihost: host on which the the request was queued
70* @task: request to complete
71* @response: response code for the completed task.
72* @status: status code for the completed task.

--- 1419 unchanged lines hidden ---