Lines Matching refs:orc_scb
85 static struct orc_scb *__orc_alloc_scb(struct orc_host * host);
86 static void inia100_scb_handler(struct orc_host *host, struct orc_scb *scb);
277 static void orc_exec_scb(struct orc_host * host, struct orc_scb * scb) in orc_exec_scb()
444 struct orc_scb *scb; in setup_SCBs()
597 struct orc_scb *scb; in orc_device_reset()
599 struct orc_scb *host_scb; in orc_device_reset()
604 scb = (struct orc_scb *) NULL; in orc_device_reset()
665 static struct orc_scb *__orc_alloc_scb(struct orc_host * host) in __orc_alloc_scb()
696 static struct orc_scb *orc_alloc_scb(struct orc_host * host) in orc_alloc_scb()
698 struct orc_scb *scb; in orc_alloc_scb()
716 static void orc_release_scb(struct orc_host *host, struct orc_scb *scb) in orc_release_scb()
738 static int orchid_abort_scb(struct orc_host * host, struct orc_scb * scb) in orchid_abort_scb()
765 struct orc_scb *scb; in inia100_abort_cmd()
814 struct orc_scb *scb; in orc_interrupt()
825 …scb = (struct orc_scb *) ((unsigned long) host->scb_virt + (unsigned long) (sizeof(struct orc_scb)… in orc_interrupt()
842 static int inia100_build_scb(struct orc_host * host, struct orc_scb * scb, struct scsi_cmnd * cmd) in inia100_build_scb()
914 struct orc_scb *scb; in inia100_queue_lck()
988 static void inia100_scb_handler(struct orc_host *host, struct orc_scb *scb) in inia100_scb_handler()
1120 sz = ORC_MAXQUEUE * sizeof(struct orc_scb); in inia100_probe_one()
1178 ORC_MAXQUEUE * sizeof(struct orc_scb), in inia100_probe_one()
1202 ORC_MAXQUEUE * sizeof(struct orc_scb), in inia100_remove_one()