|
Lines 98-104
Link Here
|
| 98 |
CAM_REQ_ABORTED, /* CCB request aborted by the host */ |
98 |
CAM_REQ_ABORTED, /* CCB request aborted by the host */ |
| 99 |
CAM_UA_ABORT, /* Unable to abort CCB request */ |
99 |
CAM_UA_ABORT, /* Unable to abort CCB request */ |
| 100 |
CAM_REQ_CMP_ERR, /* CCB request completed with an error */ |
100 |
CAM_REQ_CMP_ERR, /* CCB request completed with an error */ |
| 101 |
CAM_BUSY, /* CAM subsytem is busy */ |
101 |
CAM_BUSY, /* CAM subsystem is busy */ |
| 102 |
CAM_REQ_INVALID, /* CCB request was invalid */ |
102 |
CAM_REQ_INVALID, /* CCB request was invalid */ |
| 103 |
CAM_PATH_INVALID, /* Supplied Path ID is invalid */ |
103 |
CAM_PATH_INVALID, /* Supplied Path ID is invalid */ |
| 104 |
CAM_DEV_NOT_THERE, /* SCSI Device Not Installed/there */ |
104 |
CAM_DEV_NOT_THERE, /* SCSI Device Not Installed/there */ |
|
Lines 139-145
Link Here
|
| 139 |
CAM_NO_NEXUS, /* Nexus is not established */ |
139 |
CAM_NO_NEXUS, /* Nexus is not established */ |
| 140 |
CAM_IID_INVALID, /* The initiator ID is invalid */ |
140 |
CAM_IID_INVALID, /* The initiator ID is invalid */ |
| 141 |
CAM_CDB_RECVD, /* The SCSI CDB has been received */ |
141 |
CAM_CDB_RECVD, /* The SCSI CDB has been received */ |
| 142 |
CAM_LUN_ALRDY_ENA, /* The LUN is already eanbeld for target mode */ |
142 |
CAM_LUN_ALRDY_ENA, /* The LUN is already enabled for target mode */ |
| 143 |
CAM_SCSI_BUSY, /* SCSI Bus Busy */ |
143 |
CAM_SCSI_BUSY, /* SCSI Bus Busy */ |
| 144 |
|
144 |
|
| 145 |
CAM_DEV_QFRZN = 0x40, /* The DEV queue is frozen w/this err */ |
145 |
CAM_DEV_QFRZN = 0x40, /* The DEV queue is frozen w/this err */ |