|
Linux Kernel
3.7.1
|
#include <task.h>
Data Fields | |
| struct completion * | complete |
| 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 |
struct isci_tmf - This class represents the task management object which acts as an interface to libsas for processing task management requests
| struct completion* complete |
| struct dev_to_host_fis d2h_fis |
| enum sas_protocol proto |
| union { ... } resp |
| u8 rsp_buf[SSP_RESP_IU_MAX_SIZE] |
| enum isci_tmf_function_codes tmf_code |
1.8.2