Searched refs:SCB_SENSE (Results 1 – 6 of 6) sorted by relevance
533 SCB_SENSE = 0x0008, enumerator
571 SCB_SENSE = 0x00008, enumerator
1028 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()1416 if ((scb->flags & SCB_SENSE) == 0) { in ahc_handle_seqint()1419 scb->flags &= ~SCB_SENSE; in ahc_handle_seqint()6689 if ((scb->flags & SCB_SENSE) == 0) in ahc_calc_residual()6698 (scb->flags & SCB_SENSE) ? "Sense " : "", resid); in ahc_calc_residual()
1916 if ((scb->flags & (SCB_SENSE|SCB_PKT_SENSE)) != 0) { in ahd_linux_handle_scsi_status()1921 if (scb->flags & SCB_SENSE) { in ahd_linux_handle_scsi_status()
8899 if ((scb->flags & SCB_SENSE) != 0) { in ahd_handle_scsi_status()8904 scb->flags &= ~SCB_SENSE; in ahd_handle_scsi_status()9059 scb->flags |= SCB_SENSE; in ahd_handle_scsi_status()9171 if ((scb->flags & SCB_SENSE) == 0) in ahd_calc_residual()9180 (scb->flags & SCB_SENSE) ? "Sense " : "", resid); in ahd_calc_residual()
1845 if (scb->flags & SCB_SENSE) { in ahc_linux_handle_scsi_status()