Home | History | Annotate | Download | only in ic

Lines Matching defs:scbp

7456 	struct		scb *scbp;
7502 scbp = ahd_lookup_scb(ahd, scbid);
7503 if (scbp == NULL
7504 || ahd_match_scb(ahd, scbp, target, channel,
7526 scbp = scbp_next;
7527 scbp_next = LIST_NEXT(scbp, pending_links);
7528 if (ahd_match_scb(ahd, scbp, target, channel, lun, tag, role)) {
7531 ostat = ahd_get_scsi_status(scbp);
7533 ahd_set_scsi_status(scbp, status);
7534 if (ahd_get_transaction_status(scbp) != CAM_REQ_CMP)
7535 ahd_freeze_scb(scbp);
7536 if ((scbp->flags & SCB_ACTIVE) == 0)
7538 ahd_done(ahd, scbp);