Searched refs:other_scb (Results 1 – 1 of 1) sorted by relevance
224 struct scb *other_scb);9472 struct scb *other_scb) in ahd_other_scb_timeout() argument9486 if (other_scb != NULL) { in ahd_other_scb_timeout()9487 if ((other_scb->flags in ahd_other_scb_timeout()9489 || (other_scb->flags & SCB_RECOVERY_SCB) != 0) { in ahd_other_scb_timeout()9491 newtimeout = MAX(aic_get_timeout(other_scb), in ahd_other_scb_timeout()9495 LIST_FOREACH(other_scb, &ahd->pending_scbs, pending_links) { in ahd_other_scb_timeout()9496 if ((other_scb->flags in ahd_other_scb_timeout()9498 || (other_scb->flags & SCB_RECOVERY_SCB) != 0) { in ahd_other_scb_timeout()9500 newtimeout = MAX(aic_get_timeout(other_scb), in ahd_other_scb_timeout()