Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
isci_tmf Struct Reference

#include <task.h>

Data Fields

struct completioncomplete
 
enum sas_protocol proto
 
union {
   struct ssp_response_iu   resp_iu
 
   struct dev_to_host_fis   d2h_fis
 
   u8   rsp_buf [SSP_RESP_IU_MAX_SIZE]
 
resp
 
unsigned char lun [8]
 
u16 io_tag
 
enum isci_tmf_function_codes tmf_code
 
int status
 

Detailed Description

struct isci_tmf - This class represents the task management object which acts as an interface to libsas for processing task management requests

Definition at line 84 of file task.h.

Field Documentation

struct completion* complete

Definition at line 86 of file task.h.

Definition at line 90 of file task.h.

u16 io_tag

Definition at line 94 of file task.h.

unsigned char lun[8]

Definition at line 93 of file task.h.

Definition at line 87 of file task.h.

union { ... } resp
struct ssp_response_iu resp_iu

Definition at line 89 of file task.h.

Definition at line 91 of file task.h.

Definition at line 96 of file task.h.

enum isci_tmf_function_codes tmf_code

Definition at line 95 of file task.h.


The documentation for this struct was generated from the following file: