orc_scb
sz = ORC_MAXQUEUE * sizeof(struct orc_scb);
ORC_MAXQUEUE * sizeof(struct orc_scb),
ORC_MAXQUEUE * sizeof(struct orc_scb),
static void orc_exec_scb(struct orc_host * host, struct orc_scb * scb)
struct orc_scb *scb;
struct orc_scb *scb;
struct orc_scb *host_scb;
scb = (struct orc_scb *) NULL;
static struct orc_scb *__orc_alloc_scb(struct orc_host * host)
static struct orc_scb *orc_alloc_scb(struct orc_host * host)
struct orc_scb *scb;
static void orc_release_scb(struct orc_host *host, struct orc_scb *scb)
static int orchid_abort_scb(struct orc_host * host, struct orc_scb * scb)
struct orc_scb *scb;
struct orc_scb *scb;
scb = (struct orc_scb *) ((unsigned long) host->scb_virt + (unsigned long) (sizeof(struct orc_scb) * scb_index));
static int inia100_build_scb(struct orc_host * host, struct orc_scb * scb, struct scsi_cmnd * cmd)
static struct orc_scb *__orc_alloc_scb(struct orc_host * host);
static void inia100_scb_handler(struct orc_host *host, struct orc_scb *scb);
struct orc_scb *scb;
static void inia100_scb_handler(struct orc_host *host, struct orc_scb *scb)
struct orc_scb *scb_virt; /* Virtual Pointer to SCB array */