Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.h533 SCB_SENSE = 0x0008, enumerator
H A Daic79xx.h571 SCB_SENSE = 0x00008, enumerator
H A Daic7xxx_core.c1028 if ((scb->flags & SCB_SENSE) != 0) { in ahc_handle_seqint()
1034 scb->flags &= ~SCB_SENSE; in ahc_handle_seqint()
1137 scb->flags |= SCB_SENSE; in ahc_handle_seqint()
1415 if ((scb->flags & SCB_SENSE) == 0) { in ahc_handle_seqint()
1418 scb->flags &= ~SCB_SENSE; in ahc_handle_seqint()
6656 if ((scb->flags & SCB_SENSE) == 0) in ahc_calc_residual()
6665 (scb->flags & SCB_SENSE) ? "Sense " : "", resid); in ahc_calc_residual()
H A Daic79xx_osm.c1912 if ((scb->flags & (SCB_SENSE|SCB_PKT_SENSE)) != 0) { in ahd_linux_handle_scsi_status()
1917 if (scb->flags & SCB_SENSE) { in ahd_linux_handle_scsi_status()
H A Daic79xx_core.c8854 if ((scb->flags & SCB_SENSE) != 0) { in ahd_handle_scsi_status()
8859 scb->flags &= ~SCB_SENSE; in ahd_handle_scsi_status()
9015 scb->flags |= SCB_SENSE; in ahd_handle_scsi_status()
9127 if ((scb->flags & SCB_SENSE) == 0) in ahd_calc_residual()
9136 (scb->flags & SCB_SENSE) ? "Sense " : "", resid); in ahd_calc_residual()
H A Daic7xxx_osm.c1836 if (scb->flags & SCB_SENSE) { in ahc_linux_handle_scsi_status()