scsi: remove MSG_*_TAG defines
For SPI drivers use the message definitions from scsi.h, and for target drivers introduce a new TCM_*_TAG namespace. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Bart Van Assche <bvanassche@acm.org> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com
This commit is contained in:
parent
4e484896ac
commit
68d81f4004
18 changed files with 58 additions and 58 deletions
|
@ -109,10 +109,10 @@
|
|||
|
||||
#define show_task_attribute_name(val) \
|
||||
__print_symbolic(val, \
|
||||
{ MSG_SIMPLE_TAG, "SIMPLE" }, \
|
||||
{ MSG_HEAD_TAG, "HEAD" }, \
|
||||
{ MSG_ORDERED_TAG, "ORDERED" }, \
|
||||
{ MSG_ACA_TAG, "ACA" } )
|
||||
{ TCM_SIMPLE_TAG, "SIMPLE" }, \
|
||||
{ TCM_HEAD_TAG, "HEAD" }, \
|
||||
{ TCM_ORDERED_TAG, "ORDERED" }, \
|
||||
{ TCM_ACA_TAG, "ACA" } )
|
||||
|
||||
#define show_scsi_status_name(val) \
|
||||
__print_symbolic(val, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue