Lines Matching refs:scbp
8490 struct scb *scbp; in ahd_abort_scbs() local
8536 scbp = ahd_lookup_scb(ahd, scbid); in ahd_abort_scbs()
8537 if (scbp == NULL in ahd_abort_scbs()
8538 || ahd_match_scb(ahd, scbp, target, channel, in ahd_abort_scbs()
8560 scbp = scbp_next; in ahd_abort_scbs()
8561 scbp_next = LIST_NEXT(scbp, pending_links); in ahd_abort_scbs()
8562 if (ahd_match_scb(ahd, scbp, target, channel, lun, tag, role)) { in ahd_abort_scbs()
8565 ostat = ahd_get_transaction_status(scbp); in ahd_abort_scbs()
8567 ahd_set_transaction_status(scbp, status); in ahd_abort_scbs()
8568 if (ahd_get_transaction_status(scbp) != CAM_REQ_CMP) in ahd_abort_scbs()
8569 ahd_freeze_scb(scbp); in ahd_abort_scbs()
8570 if ((scbp->flags & SCB_ACTIVE) == 0) in ahd_abort_scbs()
8572 ahd_done(ahd, scbp); in ahd_abort_scbs()