Searched refs:prev_scbp (Results 1 – 1 of 1) sorted by relevance
3112 struct aic7xxx_scb *scbp, *prev_scbp; in aic7xxx_reset_device() local3172 prev_scbp = NULL; in aic7xxx_reset_device()3176 prev_scbp = scbp; in aic7xxx_reset_device()3178 if (aic7xxx_match_scb(p, prev_scbp, target, channel, lun, tag)) in aic7xxx_reset_device()3180 scbq_remove(&aic_dev->delayed_scbs, prev_scbp); in aic7xxx_reset_device()3181 if (prev_scbp->flags & SCB_WAITINGQ) in aic7xxx_reset_device()3186 prev_scbp->flags &= ~(SCB_ACTIVE | SCB_WAITINGQ); in aic7xxx_reset_device()3187 prev_scbp->flags |= SCB_RESET | SCB_QUEUED_FOR_DONE; in aic7xxx_reset_device()3205 struct aic7xxx_scb *scbp, *prev_scbp; in aic7xxx_reset_device() local3207 prev_scbp = NULL; in aic7xxx_reset_device()[all …]