Linux Kernel
3.7.1
|
#include <tcm_vhost.h>
Definition at line 5 of file tcm_vhost.h.
unsigned char tvc_cdb[TCM_VHOST_MAX_CDB_SIZE] |
Definition at line 33 of file tcm_vhost.h.
Definition at line 37 of file tcm_vhost.h.
enum dma_data_direction tvc_data_direction |
Definition at line 11 of file tcm_vhost.h.
u32 tvc_exp_data_len |
Definition at line 13 of file tcm_vhost.h.
u32 tvc_lun |
Definition at line 19 of file tcm_vhost.h.
struct tcm_vhost_nexus* tvc_nexus |
Definition at line 27 of file tcm_vhost.h.
struct virtio_scsi_cmd_resp __user* tvc_resp |
Definition at line 23 of file tcm_vhost.h.
Definition at line 29 of file tcm_vhost.h.
unsigned char tvc_sense_buf[TRANSPORT_SENSE_BUFFER] |
Definition at line 35 of file tcm_vhost.h.
struct scatterlist* tvc_sgl |
Definition at line 21 of file tcm_vhost.h.
u32 tvc_sgl_count |
Definition at line 17 of file tcm_vhost.h.
u64 tvc_tag |
Definition at line 15 of file tcm_vhost.h.
int tvc_task_attr |
Definition at line 9 of file tcm_vhost.h.
struct vhost_scsi* tvc_vhost |
Definition at line 25 of file tcm_vhost.h.
int tvc_vq_desc |
Definition at line 7 of file tcm_vhost.h.
struct work_struct work |
Definition at line 31 of file tcm_vhost.h.