Linux Kernel
3.7.1
|
#include <scsi/scsi_dbg.h>
#include <scsi/scsi_transport_spi.h>
#include <linux/delay.h>
#include <linux/gfp.h>
#include <linux/workqueue.h>
#include <linux/interrupt.h>
Go to the source code of this file.
Macros | |
#define | LIST(x, y) |
#define | REMOVE(w, x, y, z) |
#define | SETUP_HOSTDATA(in) |
#define | HOSTDATA(in) ((struct NCR5380_hostdata *)(in)->hostdata) |
#define | NEXT(cmd) ((struct scsi_cmnd *)(cmd)->host_scribble) |
#define | SET_NEXT(cmd, next) ((cmd)->host_scribble = (void *)(next)) |
#define | NEXTADDR(cmd) ((struct scsi_cmnd **)&((cmd)->host_scribble)) |
#define | HOSTNO instance->host_no |
#define | H_NO(cmd) (cmd)->device->host->host_no |
#define | SGADDR(buffer) (void *)(((unsigned long)sg_virt(((buffer))))) |
#define | SPRINTF(fmt, args...) |
#define | check_offset() |
#define check_offset | ( | ) |
#define HOSTDATA | ( | in | ) | ((struct NCR5380_hostdata *)(in)->hostdata) |
Definition at line 260 of file sun3_NCR5380.c.
#define HOSTNO instance->host_no |
Definition at line 266 of file sun3_NCR5380.c.
Definition at line 83 of file sun3_NCR5380.c.
Definition at line 262 of file sun3_NCR5380.c.
Definition at line 264 of file sun3_NCR5380.c.
Definition at line 84 of file sun3_NCR5380.c.
Definition at line 263 of file sun3_NCR5380.c.
#define SETUP_HOSTDATA | ( | in | ) |
Definition at line 257 of file sun3_NCR5380.c.
Definition at line 269 of file sun3_NCR5380.c.
#define SPRINTF | ( | fmt, | |
args... | |||
) |
unsigned char mask |
Definition at line 489 of file sun3_NCR5380.c.
Definition at line 490 of file sun3_NCR5380.c.
unsigned char value |
Definition at line 545 of file sun3_NCR5380.c.