Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | SERVICE_ACTION16(cdb) (cdb[1] & 0x1f) |
#define | SERVICE_ACTION32(cdb) ((cdb[8] << 8) | cdb[9]) |
Functions | |
const char * | scsi_trace_parse_cdb (struct trace_seq *p, unsigned char *cdb, int len) |
Definition at line 22 of file scsi_trace.c.
Definition at line 23 of file scsi_trace.c.