Lines Matching refs:escb
446 struct orc_extended_scb *escb; in setup_SCBs() local
458 escb = host->escb_virt; in setup_SCBs()
464 scb->escb = escb; in setup_SCBs()
467 escb++; in setup_SCBs()
598 struct orc_extended_scb *escb; in orc_device_reset() local
605 escb = (struct orc_extended_scb *) NULL; in orc_device_reset()
616 escb = host_scb->escb; in orc_device_reset()
617 if (host_scb->status && escb->srb == cmd) in orc_device_reset()
648 escb->srb = NULL; in orc_device_reset()
649 escb->srb = cmd; in orc_device_reset()
764 struct orc_extended_scb *escb; in inia100_abort_cmd() local
778 escb = scb->escb; in inia100_abort_cmd()
779 if (scb->status && escb->srb == cmd) { in inia100_abort_cmd()
785 escb->srb = NULL; in inia100_abort_cmd()
847 struct orc_extended_scb *escb; in inia100_build_scb() local
850 escb = scb->escb; in inia100_build_scb()
851 escb->srb = cmd; in inia100_build_scb()
864 sgent = (struct orc_sgent *) & escb->sglist[0]; in inia100_build_scb()
994 struct orc_extended_scb *escb; in inia100_scb_handler() local
996 escb = scb->escb; in inia100_scb_handler()
997 if ((cmd = (struct scsi_cmnd *) escb->srb) == NULL) { in inia100_scb_handler()
1002 escb->srb = NULL; in inia100_scb_handler()
1041 (unsigned char *) &escb->sglist[0], SENSE_SIZE); in inia100_scb_handler()