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

/freebsd-12-stable/sys/dev/aic/
H A Daicvar.h71 #define SCB_SENSE 0x08 macro
H A Daic.c638 if ((scb->flags & SCB_SENSE) != 0) {
640 scb->flags &= ~SCB_SENSE;
661 scb->flags |= SCB_SENSE;
1012 if (scb->flags & SCB_SENSE) {
1261 } else if (scb->flags & SCB_SENSE) {
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic79xx.h586 SCB_SENSE = 0x00008, enumerator in enum:__anon12033
H A Daic7xxx.h551 SCB_SENSE = 0x0008, enumerator in enum:__anon12052
H A Daic7xxx.c471 if ((scb->flags & SCB_SENSE) != 0) {
473 * Clear the SCB_SENSE Flag and have
477 scb->flags &= ~SCB_SENSE;
580 scb->flags |= SCB_SENSE;
863 if ((scb->flags & SCB_SENSE) == 0) {
866 scb->flags &= ~SCB_SENSE;
6292 if ((scb->flags & SCB_SENSE) == 0)
6301 (scb->flags & SCB_SENSE) ? "Sense " : "", resid);
H A Daic79xx_osm.c402 } else if ((scb->flags & SCB_SENSE) != 0) {
H A Daic7xxx_osm.c418 } else if ((scb->flags & SCB_SENSE) != 0) {
H A Daic79xx.c8205 if ((scb->flags & SCB_SENSE) != 0) {
8207 * Clear the SCB_SENSE Flag and perform
8210 scb->flags &= ~SCB_SENSE;
8371 scb->flags |= SCB_SENSE;
8482 if ((scb->flags & SCB_SENSE) == 0)
8491 (scb->flags & SCB_SENSE) ? "Sense " : "", resid);

Completed in 258 milliseconds