|
Lines 1941-1947
Link Here
|
| 1941 |
if (XS_CANTAG(xs)) { |
1941 |
if (XS_CANTAG(xs)) { |
| 1942 |
t2reqp->req_flags = XS_KINDOF_TAG(xs); |
1942 |
t2reqp->req_flags = XS_KINDOF_TAG(xs); |
| 1943 |
} else { |
1943 |
} else { |
| 1944 |
if (XS_CDBP(xs)[0] == 0x3) /* REQUEST SENSE */ |
1944 |
if (XS_CDBP(xs)->opcode == 0x3) /* REQUEST SENSE */ |
| 1945 |
t2reqp->req_flags = REQFLAG_HTAG; |
1945 |
t2reqp->req_flags = REQFLAG_HTAG; |
| 1946 |
else |
1946 |
else |
| 1947 |
t2reqp->req_flags = REQFLAG_OTAG; |
1947 |
t2reqp->req_flags = REQFLAG_OTAG; |