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) ((Scsi_Cmnd *)(cmd)->host_scribble) |
#define | SET_NEXT(cmd, next) ((cmd)->host_scribble = (void *)(next)) |
#define | NEXTADDR(cmd) ((Scsi_Cmnd **)&(cmd)->host_scribble) |
#define | HOSTNO instance->host_no |
#define | H_NO(cmd) (cmd)->device->host->host_no |
#define | SPRINTF(fmt, args...) |
#define | check_offset() |
#define check_offset | ( | ) |
#define HOSTDATA | ( | in | ) | ((struct NCR5380_hostdata *)(in)->hostdata) |
Definition at line 273 of file atari_NCR5380.c.
#define HOSTNO instance->host_no |
Definition at line 279 of file atari_NCR5380.c.
Definition at line 96 of file atari_NCR5380.c.
Definition at line 275 of file atari_NCR5380.c.
Definition at line 277 of file atari_NCR5380.c.
Definition at line 97 of file atari_NCR5380.c.
Definition at line 276 of file atari_NCR5380.c.
#define SETUP_HOSTDATA | ( | in | ) |
Definition at line 270 of file atari_NCR5380.c.