scbp             7655 dev/ic/aic79xx.c 	struct		scb *scbp;
scbp             7701 dev/ic/aic79xx.c 				scbp = ahd_lookup_scb(ahd, scbid);
scbp             7702 dev/ic/aic79xx.c 				if (scbp == NULL
scbp             7703 dev/ic/aic79xx.c 				 || ahd_match_scb(ahd, scbp, target, channel,
scbp             7725 dev/ic/aic79xx.c 		scbp = scbp_next;
scbp             7726 dev/ic/aic79xx.c 		scbp_next = LIST_NEXT(scbp, pending_links);
scbp             7727 dev/ic/aic79xx.c 		if (ahd_match_scb(ahd, scbp, target, channel, lun, tag, role)) {
scbp             7730 dev/ic/aic79xx.c 			ostat = aic_get_transaction_status(scbp);
scbp             7732 dev/ic/aic79xx.c 				aic_set_transaction_status(scbp, status);
scbp             7733 dev/ic/aic79xx.c 			if (aic_get_transaction_status(scbp) != CAM_REQ_CMP)
scbp             7734 dev/ic/aic79xx.c 				aic_freeze_scb(scbp);
scbp             7735 dev/ic/aic79xx.c 			if ((scbp->flags & SCB_ACTIVE) == 0)
scbp             7737 dev/ic/aic79xx.c 			ahd_done(ahd, scbp);
scbp             5491 dev/ic/aic7xxx.c 	struct	scb *scbp;
scbp             5526 dev/ic/aic7xxx.c 		scbp = ahc_lookup_scb(ahc, scb_index);
scbp             5527 dev/ic/aic7xxx.c 		if (ahc_match_scb(ahc, scbp, target, channel, lun,
scbp             5653 dev/ic/aic7xxx.c 	struct	scb *scbp;
scbp             5712 dev/ic/aic7xxx.c 				scbp = ahc_lookup_scb(ahc, scbid);
scbp             5713 dev/ic/aic7xxx.c 				if (scbp == NULL
scbp             5714 dev/ic/aic7xxx.c 				 || ahc_match_scb(ahc, scbp, target, channel,
scbp             5744 dev/ic/aic7xxx.c 		scbp = ahc_lookup_scb(ahc, scbid);
scbp             5745 dev/ic/aic7xxx.c 		if ((scbp == NULL && scbid != SCB_LIST_NULL)
scbp             5746 dev/ic/aic7xxx.c 		 || (scbp != NULL
scbp             5747 dev/ic/aic7xxx.c 		  && ahc_match_scb(ahc, scbp, target, channel, lun, tag, role)))
scbp             5759 dev/ic/aic7xxx.c 		scbp = scbp_next;
scbp             5760 dev/ic/aic7xxx.c 		scbp_next = LIST_NEXT(scbp, pending_links);
scbp             5761 dev/ic/aic7xxx.c 		if (ahc_match_scb(ahc, scbp, target, channel, lun, tag, role)) {
scbp             5764 dev/ic/aic7xxx.c 			ostat = ahc_get_transaction_status(scbp);
scbp             5766 dev/ic/aic7xxx.c 				ahc_set_transaction_status(scbp, status);
scbp             5767 dev/ic/aic7xxx.c 			if (ahc_get_transaction_status(scbp) != CAM_REQ_CMP)
scbp             5768 dev/ic/aic7xxx.c 				ahc_freeze_scb(scbp);
scbp             5769 dev/ic/aic7xxx.c 			if ((scbp->flags & SCB_ACTIVE) == 0)
scbp             5771 dev/ic/aic7xxx.c 			ahc_done(ahc, scbp);