Home
last modified time | relevance | path

Searched defs:qla_tgt_cmd (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_target.h933 struct qla_tgt_cmd { struct
934 struct se_cmd se_cmd;
935 struct qla_tgt_sess *sess;
936 int state;
937 struct work_struct free_work;
938 struct work_struct work;
940 unsigned char sense_buffer[TRANSPORT_SENSE_BUFFER];
943 unsigned int conf_compl_supported:1;
944 unsigned int sg_mapped:1;
945 unsigned int free_sg:1;
[all …]