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()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()
1902 if ((scb->flags & (SCB_SENSE|SCB_PKT_SENSE)) != 0) { in ahd_linux_handle_scsi_status()1907 if (scb->flags & SCB_SENSE) { in ahd_linux_handle_scsi_status()
8854 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()
1828 if (scb->flags & SCB_SENSE) { in ahc_linux_handle_scsi_status()
Completed in 43 milliseconds