Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx.h533 SCB_SENSE = 0x0008, enumerator
Daic79xx.h571 SCB_SENSE = 0x00008, enumerator
Daic7xxx_core.c1035 if ((scb->flags & SCB_SENSE) != 0) { in ahc_handle_seqint()
1041 scb->flags &= ~SCB_SENSE; in ahc_handle_seqint()
1144 scb->flags |= SCB_SENSE; in ahc_handle_seqint()
1423 if ((scb->flags & SCB_SENSE) == 0) { in ahc_handle_seqint()
1426 scb->flags &= ~SCB_SENSE; in ahc_handle_seqint()
6722 if ((scb->flags & SCB_SENSE) == 0) in ahc_calc_residual()
6731 (scb->flags & SCB_SENSE) ? "Sense " : "", resid); in ahc_calc_residual()
Daic79xx_osm.c1917 if ((scb->flags & (SCB_SENSE|SCB_PKT_SENSE)) != 0) { in ahd_linux_handle_scsi_status()
1922 if (scb->flags & SCB_SENSE) { in ahd_linux_handle_scsi_status()
Daic79xx_core.c8939 if ((scb->flags & SCB_SENSE) != 0) { in ahd_handle_scsi_status()
8944 scb->flags &= ~SCB_SENSE; in ahd_handle_scsi_status()
9099 scb->flags |= SCB_SENSE; in ahd_handle_scsi_status()
9211 if ((scb->flags & SCB_SENSE) == 0) in ahd_calc_residual()
9220 (scb->flags & SCB_SENSE) ? "Sense " : "", resid); in ahd_calc_residual()
Daic7xxx_osm.c1848 if (scb->flags & SCB_SENSE) { in ahc_linux_handle_scsi_status()