Home
last modified time | relevance | path

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

/linux-3.4.99/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()
6723 if ((scb->flags & SCB_SENSE) == 0) in ahc_calc_residual()
6732 (scb->flags & SCB_SENSE) ? "Sense " : "", resid); in ahc_calc_residual()
Daic79xx_osm.c1935 if ((scb->flags & (SCB_SENSE|SCB_PKT_SENSE)) != 0) { in ahd_linux_handle_scsi_status()
1940 if (scb->flags & SCB_SENSE) { in ahd_linux_handle_scsi_status()
Daic79xx_core.c8951 if ((scb->flags & SCB_SENSE) != 0) { in ahd_handle_scsi_status()
8956 scb->flags &= ~SCB_SENSE; in ahd_handle_scsi_status()
9111 scb->flags |= SCB_SENSE; in ahd_handle_scsi_status()
9223 if ((scb->flags & SCB_SENSE) == 0) in ahd_calc_residual()
9232 (scb->flags & SCB_SENSE) ? "Sense " : "", resid); in ahd_calc_residual()
Daic7xxx_osm.c1875 if (scb->flags & SCB_SENSE) { in ahc_linux_handle_scsi_status()
/linux-3.4.99/drivers/scsi/
Daic7xxx_old.c654 SCB_SENSE = 0x0008, enumerator
2695 if (scb->flags & SCB_SENSE) in aic7xxx_done()
2722 if ((scb->flags & SCB_SENSE) && in aic7xxx_done()
3823 (scb->flags & SCB_SENSE) == 0) in aic7xxx_calculate_residual()
4254 if ( !(scb->flags & SCB_SENSE) ) in aic7xxx_handle_seqint()
4295 scb->flags |= SCB_SENSE; in aic7xxx_handle_seqint()
4320 scb->flags &= ~SCB_SENSE; in aic7xxx_handle_seqint()
4620 if ( !(scb->flags & SCB_SENSE) ) in aic7xxx_handle_seqint()
6300 else if (scb->flags & SCB_SENSE) in aic7xxx_handle_command_completion_intr()