ISCSI_RESERVED_TAG
if (task->hdr->ttt != ISCSI_RESERVED_TAG) {
if (rejected_pdu.itt == cpu_to_be32(ISCSI_RESERVED_TAG)) {
if (hdr->ttt == cpu_to_be32(ISCSI_RESERVED_TAG))
if (hdr->ttt != cpu_to_be32(ISCSI_RESERVED_TAG) || datalen) {
r2t->ttt = cpu_to_be32(ISCSI_RESERVED_TAG);
tmf_pdu_header.rtt = ISCSI_RESERVED_TAG;
be32_to_cpu(hdr->refcmdsn) != ISCSI_RESERVED_TAG)
hdr->refcmdsn = cpu_to_be32(ISCSI_RESERVED_TAG);