Linux Kernel
3.7.1
|
#include <mptscsih.h>
Data Fields | |
char * | data |
dma_addr_t | data_dma |
int | size |
u8 | cmd |
u8 | channel |
u8 | id |
int | lun |
u8 | flags |
u8 | physDiskNum |
u8 | rsvd2 |
u8 | rsvd |
struct mutex | mutex |
struct completion | done |
void * | reply |
void * | sense |
u16 | status |
u16 | smid |
struct _internal_cmd - internal commands struct : mutex : completion : reply message pointer : sense data : MPT2_CMD_XXX status : system message id
Definition at line 94 of file mptscsih.h.
Definition at line 99 of file mptscsih.h.
Definition at line 98 of file mptscsih.h.
Definition at line 95 of file mptscsih.h.
dma_addr_t data_dma |
Definition at line 96 of file mptscsih.h.
struct completion done |
Definition at line 326 of file mpt2sas_base.h.
u8 flags |
Definition at line 102 of file mptscsih.h.
Definition at line 100 of file mptscsih.h.
int lun |
Definition at line 101 of file mptscsih.h.
Definition at line 325 of file mpt2sas_base.h.
u8 physDiskNum |
Definition at line 103 of file mptscsih.h.
void* reply |
Definition at line 327 of file mpt2sas_base.h.
u8 rsvd |
Definition at line 105 of file mptscsih.h.
u8 rsvd2 |
Definition at line 104 of file mptscsih.h.
void* sense |
Definition at line 328 of file mpt2sas_base.h.
int size |
Definition at line 97 of file mptscsih.h.
u16 smid |
Definition at line 330 of file mpt2sas_base.h.
Definition at line 329 of file mpt2sas_base.h.