Searched defs:iscsi_task (Results 1 – 1 of 1) sorted by relevance
98 struct iscsi_task { struct104 struct iscsi_hdr *hdr;105 unsigned short hdr_max;106 unsigned short hdr_len; /* accumulated size of hdr used */108 itt_t hdr_itt;109 __be32 cmdsn;110 struct scsi_lun lun;112 int itt; /* this ITT */114 unsigned imm_count; /* imm-data (bytes) */138 #define INVALID_SCSI_TASK (struct iscsi_task *)-1l argument