|
Linux Kernel
3.7.1
|
#include <linux/blkdev.h>#include <scsi/scsi_cmnd.h>#include <scsi/scsi_device.h>#include <scsi/scsi_host.h>Go to the source code of this file.
Macros | |
| #define | MSG_SIMPLE_TAG 0x20 |
| #define | MSG_HEAD_TAG 0x21 |
| #define | MSG_ORDERED_TAG 0x22 |
| #define | MSG_ACA_TAG 0x24 /* unsupported */ |
| #define | SCSI_NO_TAG (-1) /* identify no tag in use */ |
| #define MSG_ACA_TAG 0x24 /* unsupported */ |
Definition at line 12 of file scsi_tcq.h.
| #define MSG_HEAD_TAG 0x21 |
Definition at line 10 of file scsi_tcq.h.
| #define MSG_ORDERED_TAG 0x22 |
Definition at line 11 of file scsi_tcq.h.
| #define MSG_SIMPLE_TAG 0x20 |
Definition at line 9 of file scsi_tcq.h.
Definition at line 14 of file scsi_tcq.h.
1.8.2