Searched refs:SCB_SENSE (Results 1 – 6 of 6) sorted by relevance
533 SCB_SENSE = 0x0008, enumerator
571 SCB_SENSE = 0x00008, enumerator
1035 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()
1917 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()
8939 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()
1848 if (scb->flags & SCB_SENSE) { in ahc_linux_handle_scsi_status()