Home
last modified time | relevance | path

Searched refs:SCB_TIMEDOUT (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/dev/aic7xxx/
H A Daic7xxx.h577 SCB_TIMEDOUT = 0x8000 /* enumerator
H A Daic79xx.h605 SCB_TIMEDOUT = 0x20000/* enumerator
H A Daic7xxx.c6902 if ((scb->flags & SCB_TIMEDOUT) == 0) { in ahc_timeout()
6905 scb->flags |= SCB_TIMEDOUT; in ahc_timeout()
6934 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0 in ahc_other_scb_timeout()
6943 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0 in ahc_other_scb_timeout()
7047 scb->flags &= ~SCB_TIMEDOUT; in ahc_recover_commands()
7239 scb->flags &= ~SCB_TIMEDOUT; in ahc_recover_commands()
H A Daic79xx_osm.c322 if ((scb->flags & SCB_TIMEDOUT) != 0) in ahd_done()
H A Daic7xxx_osm.c323 if ((scb->flags & SCB_TIMEDOUT) != 0) in ahc_done()
H A Daic79xx.c9251 if ((scb->flags & SCB_TIMEDOUT) == 0) { in ahd_timeout()
9254 scb->flags |= SCB_TIMEDOUT; in ahd_timeout()
9353 scb->flags &= ~SCB_TIMEDOUT; in ahd_recover_commands()
9485 scb->flags &= ~SCB_TIMEDOUT; in ahd_recover_commands()
9515 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0 in ahd_other_scb_timeout()
9524 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0 in ahd_other_scb_timeout()