Symbol: orc_scb
drivers/scsi/a100u2w.c
1120
sz = ORC_MAXQUEUE * sizeof(struct orc_scb);
drivers/scsi/a100u2w.c
1178
ORC_MAXQUEUE * sizeof(struct orc_scb),
drivers/scsi/a100u2w.c
1202
ORC_MAXQUEUE * sizeof(struct orc_scb),
drivers/scsi/a100u2w.c
277
static void orc_exec_scb(struct orc_host * host, struct orc_scb * scb)
drivers/scsi/a100u2w.c
444
struct orc_scb *scb;
drivers/scsi/a100u2w.c
597
struct orc_scb *scb;
drivers/scsi/a100u2w.c
599
struct orc_scb *host_scb;
drivers/scsi/a100u2w.c
604
scb = (struct orc_scb *) NULL;
drivers/scsi/a100u2w.c
665
static struct orc_scb *__orc_alloc_scb(struct orc_host * host)
drivers/scsi/a100u2w.c
696
static struct orc_scb *orc_alloc_scb(struct orc_host * host)
drivers/scsi/a100u2w.c
698
struct orc_scb *scb;
drivers/scsi/a100u2w.c
716
static void orc_release_scb(struct orc_host *host, struct orc_scb *scb)
drivers/scsi/a100u2w.c
738
static int orchid_abort_scb(struct orc_host * host, struct orc_scb * scb)
drivers/scsi/a100u2w.c
765
struct orc_scb *scb;
drivers/scsi/a100u2w.c
814
struct orc_scb *scb;
drivers/scsi/a100u2w.c
825
scb = (struct orc_scb *) ((unsigned long) host->scb_virt + (unsigned long) (sizeof(struct orc_scb) * scb_index));
drivers/scsi/a100u2w.c
842
static int inia100_build_scb(struct orc_host * host, struct orc_scb * scb, struct scsi_cmnd * cmd)
drivers/scsi/a100u2w.c
85
static struct orc_scb *__orc_alloc_scb(struct orc_host * host);
drivers/scsi/a100u2w.c
86
static void inia100_scb_handler(struct orc_host *host, struct orc_scb *scb);
drivers/scsi/a100u2w.c
914
struct orc_scb *scb;
drivers/scsi/a100u2w.c
988
static void inia100_scb_handler(struct orc_host *host, struct orc_scb *scb)
drivers/scsi/a100u2w.h
236
struct orc_scb *scb_virt; /* Virtual Pointer to SCB array */