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

/freebsd-12-stable/sys/dev/aic/
H A Daicvar.h70 #define SCB_DEVICE_RESET 0x04 macro
H A Daic.c166 scb->flags |= SCB_DEVICE_RESET;
398 if (scb->flags & SCB_DEVICE_RESET) {
1052 if ((scb->flags & SCB_DEVICE_RESET) != 0 &&
1143 if ((scb->flags & SCB_DEVICE_RESET) == 0 && aic->nexus == scb) {
1162 scb->flags |= SCB_DEVICE_RESET;
1252 } else if (scb->flags & SCB_DEVICE_RESET) {
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic79xx.h585 SCB_DEVICE_RESET = 0x00004, enumerator in enum:__anon12033
H A Daic7xxx.h550 SCB_DEVICE_RESET = 0x0004, enumerator in enum:__anon12052
H A Daic79xx_osm.c570 scb->flags |= SCB_DEVICE_RESET;
H A Daic7xxx_osm.c541 scb->flags |= SCB_DEVICE_RESET;
H A Daic7xxx.c2302 if ((scb->flags & SCB_DEVICE_RESET) == 0
2320 if (scb->flags & SCB_DEVICE_RESET) {
7058 if (scb->flags & (SCB_DEVICE_RESET|SCB_ABORT)) {
7147 active_scb->flags |= SCB_DEVICE_RESET;
7205 scb->flags |= SCB_DEVICE_RESET;
H A Daic79xx.c3610 if ((scb->flags & SCB_DEVICE_RESET) == 0
3629 if (scb->flags & SCB_DEVICE_RESET) {
8366 ~(SCB_NEGOTIATE|SCB_ABORT|SCB_DEVICE_RESET);
9383 if (scb->flags & (SCB_DEVICE_RESET|SCB_ABORT)) {
9428 active_scb->flags |= SCB_RECOVERY_SCB|SCB_DEVICE_RESET;
9475 scb->flags |= SCB_DEVICE_RESET;

Completed in 115 milliseconds