task.c (57f20f4ed6fb702339be2ef4dea9d15e6a7d0d07) | task.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 * --- 42 unchanged lines hidden (view full) --- 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/completion.h> 57#include <linux/irqflags.h> 58#include "scic_task_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 * --- 42 unchanged lines hidden (view full) --- 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/completion.h> 57#include <linux/irqflags.h> 58#include "scic_task_request.h" |
59#include "scic_remote_device.h" | |
60#include "scic_io_request.h" | 59#include "scic_io_request.h" |
61#include "scic_sds_remote_device.h" 62#include "scic_sds_remote_node_context.h" | 60#include "remote_device.h" 61#include "remote_node_context.h" |
63#include "isci.h" 64#include "request.h" 65#include "sata.h" 66#include "task.h" 67 68/** 69* isci_task_refuse() - complete the request to the upper layer driver in 70* the case where an I/O needs to be completed back in the submit path. --- 1592 unchanged lines hidden --- | 62#include "isci.h" 63#include "request.h" 64#include "sata.h" 65#include "task.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. --- 1592 unchanged lines hidden --- |