Searched refs:scbp (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.c | 7752 struct scb *scbp; in ahd_abort_scbs() local 7798 scbp = ahd_lookup_scb(ahd, scbid); in ahd_abort_scbs() 7799 if (scbp == NULL in ahd_abort_scbs() 7800 || ahd_match_scb(ahd, scbp, target, channel, in ahd_abort_scbs() 7822 scbp = scbp_next; in ahd_abort_scbs() 7823 scbp_next = LIST_NEXT(scbp, pending_links); in ahd_abort_scbs() 7824 if (ahd_match_scb(ahd, scbp, target, channel, lun, tag, role)) { in ahd_abort_scbs() 7827 ostat = aic_get_transaction_status(scbp); in ahd_abort_scbs() 7829 aic_set_transaction_status(scbp, status); in ahd_abort_scbs() 7830 if (aic_get_transaction_status(scbp) != CAM_REQ_CMP) in ahd_abort_scbs() [all …]
|