* What does scsi IO state flag 0x0C (= 0x08 && 0x04 == terminated && no scsi status) mean?
@ 2012-12-31 12:11 CrashPlan Pro
0 siblings, 0 replies; only message in thread
From: CrashPlan Pro @ 2012-12-31 12:11 UTC (permalink / raw)
To: linux-scsi; +Cc: linux-scsi
mpi2_init.h contains:
#define MPI2_SCSI_STATE_TERMINATED (0x08)
#define MPI2_SCSI_STATE_NO_SCSI_STATUS (0x04)
What does it mean when for each SCSI IO (REPORT_LUNS, TEST_UNIT_READY)
the state flag 0x0C (= 0x08 && 0x04) is returned?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-12-31 12:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-31 12:11 What does scsi IO state flag 0x0C (= 0x08 && 0x04 == terminated && no scsi status) mean? CrashPlan Pro
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.