Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx.h575 SCB_TIMEDOUT = 0x8000 /* enumerator
H A Daic79xx.h603 SCB_TIMEDOUT = 0x20000/* enumerator
H A Daic7xxx.c6894 if ((scb->flags & SCB_TIMEDOUT) == 0) { in ahc_timeout()
6897 scb->flags |= SCB_TIMEDOUT; in ahc_timeout()
6926 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0 in ahc_other_scb_timeout()
6935 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0 in ahc_other_scb_timeout()
7039 scb->flags &= ~SCB_TIMEDOUT; in ahc_recover_commands()
7231 scb->flags &= ~SCB_TIMEDOUT; in ahc_recover_commands()
H A Daic79xx_osm.c340 if ((scb->flags & SCB_TIMEDOUT) != 0) in ahd_done()
H A Daic7xxx_osm.c339 if ((scb->flags & SCB_TIMEDOUT) != 0) in ahc_done()
H A Daic79xx.c9241 if ((scb->flags & SCB_TIMEDOUT) == 0) { in ahd_timeout()
9244 scb->flags |= SCB_TIMEDOUT; in ahd_timeout()
9343 scb->flags &= ~SCB_TIMEDOUT; in ahd_recover_commands()
9475 scb->flags &= ~SCB_TIMEDOUT; in ahd_recover_commands()
9505 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0 in ahd_other_scb_timeout()
9514 & (SCB_OTHERTCL_TIMEOUT|SCB_TIMEDOUT)) == 0 in ahd_other_scb_timeout()