Home
last modified time | relevance | path

Searched refs:other_scb (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/aic7xxx/
HDaic7xxx.c235 struct scb *other_scb);
6948 struct scb *other_scb) in ahc_other_scb_timeout() argument
6961 if (other_scb != NULL) { in ahc_other_scb_timeout()
6962 if ((other_scb->flags in ahc_other_scb_timeout()
6964 || (other_scb->flags & SCB_RECOVERY_SCB) != 0) { in ahc_other_scb_timeout()
6966 newtimeout = MAX(aic_get_timeout(other_scb), in ahc_other_scb_timeout()
6970 LIST_FOREACH(other_scb, &ahc->pending_scbs, pending_links) { in ahc_other_scb_timeout()
6971 if ((other_scb->flags in ahc_other_scb_timeout()
6973 || (other_scb->flags & SCB_RECOVERY_SCB) != 0) { in ahc_other_scb_timeout()
6976 MAX(aic_get_timeout(other_scb), in ahc_other_scb_timeout()
HDaic79xx.c230 struct scb *other_scb);
9551 struct scb *other_scb) in ahd_other_scb_timeout() argument
9565 if (other_scb != NULL) { in ahd_other_scb_timeout()
9566 if ((other_scb->flags in ahd_other_scb_timeout()
9568 || (other_scb->flags & SCB_RECOVERY_SCB) != 0) { in ahd_other_scb_timeout()
9570 newtimeout = MAX(aic_get_timeout(other_scb), in ahd_other_scb_timeout()
9574 LIST_FOREACH(other_scb, &ahd->pending_scbs, pending_links) { in ahd_other_scb_timeout()
9575 if ((other_scb->flags in ahd_other_scb_timeout()
9577 || (other_scb->flags & SCB_RECOVERY_SCB) != 0) { in ahd_other_scb_timeout()
9579 newtimeout = MAX(aic_get_timeout(other_scb), in ahd_other_scb_timeout()