scsi: smartpqi: change tmf macro names
small change to make code look cleaner Reviewed-by: Scott Teel <scott.teel@microsemi.com> Reviewed-by: Scott Benesh <scott.benesh@microsemi.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Tomas Henzl <thenzl@redhat.com> Signed-off-by: Kevin Barnett <kevin.barnett@microsemi.com> Signed-off-by: Don Brace <don.brace@microsemi.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Этот коммит содержится в:

коммит произвёл
Martin K. Petersen

родитель
a60eec0251
Коммит
b17f048658
@@ -545,10 +545,8 @@ typedef u32 pqi_index_t;
|
||||
#define SOP_TASK_ATTRIBUTE_ORDERED 2
|
||||
#define SOP_TASK_ATTRIBUTE_ACA 4
|
||||
|
||||
#define SOP_TASK_MANAGEMENT_FUNCTION_COMPLETE 0x0
|
||||
#define SOP_TASK_MANAGEMENT_FUNCTION_REJECTED 0x4
|
||||
#define SOP_TASK_MANAGEMENT_FUNCTION_FAILED 0x5
|
||||
#define SOP_TASK_MANAGEMENT_FUNCTION_SUCCEEDED 0x8
|
||||
#define SOP_TMF_COMPLETE 0x0
|
||||
#define SOP_TMF_FUNCTION_SUCCEEDED 0x8
|
||||
|
||||
/* additional CDB bytes usage field codes */
|
||||
#define SOP_ADDITIONAL_CDB_BYTES_0 0 /* 16-byte CDB */
|
||||
|
Ссылка в новой задаче
Block a user