Searched refs:SCB_DEVICE_RESET (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/dev/aic/
H A Daicvar.h68 #define SCB_DEVICE_RESET 0x04 macro
H A Daic.c164 scb->flags |= SCB_DEVICE_RESET;
396 if (scb->flags & SCB_DEVICE_RESET) {
1050 if ((scb->flags & SCB_DEVICE_RESET) != 0 &&
1141 if ((scb->flags & SCB_DEVICE_RESET) == 0 && aic->nexus == scb) {
1160 scb->flags |= SCB_DEVICE_RESET;
1250 } else if (scb->flags & SCB_DEVICE_RESET) {
/freebsd-11.0-release/sys/dev/aic7xxx/
H A Daic79xx.h583 SCB_DEVICE_RESET = 0x00004, enumerator in enum:__anon9058
H A Daic7xxx.h548 SCB_DEVICE_RESET = 0x0004, enumerator in enum:__anon9077
H A Daic79xx_osm.c570 scb->flags |= SCB_DEVICE_RESET;
H A Daic7xxx_osm.c541 scb->flags |= SCB_DEVICE_RESET;
H A Daic7xxx.c2300 if ((scb->flags & SCB_DEVICE_RESET) == 0
2318 if (scb->flags & SCB_DEVICE_RESET) {
7056 if (scb->flags & (SCB_DEVICE_RESET|SCB_ABORT)) {
7145 active_scb->flags |= SCB_DEVICE_RESET;
7203 scb->flags |= SCB_DEVICE_RESET;
H A Daic79xx.c3608 if ((scb->flags & SCB_DEVICE_RESET) == 0
3627 if (scb->flags & SCB_DEVICE_RESET) {
8364 ~(SCB_NEGOTIATE|SCB_ABORT|SCB_DEVICE_RESET);
9381 if (scb->flags & (SCB_DEVICE_RESET|SCB_ABORT)) {
9426 active_scb->flags |= SCB_RECOVERY_SCB|SCB_DEVICE_RESET;
9473 scb->flags |= SCB_DEVICE_RESET;

Completed in 79 milliseconds