Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | entry |
struct scsi_cmnd * | cmd |
unsigned int | bounce_sgl_count |
struct scatterlist * | bounce_sgl |
struct hv_device * | device |
struct completion | wait_event |
unsigned char * | sense_buffer |
struct hv_multipage_buffer | data_buffer |
struct vstor_packet | vstor_packet |
Definition at line 237 of file storvsc_drv.c.
struct scatterlist* bounce_sgl |
Definition at line 242 of file storvsc_drv.c.
unsigned int bounce_sgl_count |
Definition at line 241 of file storvsc_drv.c.
Definition at line 239 of file storvsc_drv.c.
struct hv_multipage_buffer data_buffer |
Definition at line 250 of file storvsc_drv.c.
Definition at line 244 of file storvsc_drv.c.
Definition at line 238 of file storvsc_drv.c.
unsigned char* sense_buffer |
Definition at line 249 of file storvsc_drv.c.
Definition at line 251 of file storvsc_drv.c.
struct completion wait_event |
Definition at line 247 of file storvsc_drv.c.