Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.h543 SCB_SENSE = 0x0008, enumerator
Daic7xxx_core.c454 if ((scb->flags & SCB_SENSE) != 0) { in ahc_handle_seqint()
460 scb->flags &= ~SCB_SENSE; in ahc_handle_seqint()
563 scb->flags |= SCB_SENSE; in ahc_handle_seqint()
841 if ((scb->flags & SCB_SENSE) == 0) { in ahc_handle_seqint()
844 scb->flags &= ~SCB_SENSE; in ahc_handle_seqint()
6202 if ((scb->flags & SCB_SENSE) == 0) in ahc_calc_residual()
6211 (scb->flags & SCB_SENSE) ? "Sense " : "", resid); in ahc_calc_residual()
Daic79xx.h578 SCB_SENSE = 0x00008, enumerator
Daic79xx_osm.c3790 if ((scb->flags & SCB_SENSE) != 0)
4585 if ((scb->flags & (SCB_SENSE|SCB_PKT_SENSE)) != 0) {
4590 if (scb->flags & SCB_SENSE) {
Daic79xx_core.c7690 if ((scb->flags & SCB_SENSE) != 0) { in ahd_handle_scsi_status()
7695 scb->flags &= ~SCB_SENSE; in ahd_handle_scsi_status()
7850 scb->flags |= SCB_SENSE; in ahd_handle_scsi_status()
7956 if ((scb->flags & SCB_SENSE) == 0) in ahd_calc_residual()
7965 (scb->flags & SCB_SENSE) ? "Sense " : "", resid); in ahd_calc_residual()
Daic7xxx_osm.c3452 if ((scb->flags & SCB_SENSE) != 0)
4288 if (scb->flags & SCB_SENSE) {
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c713 SCB_SENSE = 0x0008, enumerator
2814 if (scb->flags & SCB_SENSE) in aic7xxx_done()
2937 if ((scb->flags & SCB_SENSE) && in aic7xxx_done()
4274 (scb->flags & SCB_SENSE) == 0) in aic7xxx_calculate_residual()
4721 if ( !(scb->flags & SCB_SENSE) ) in aic7xxx_handle_seqint()
4762 scb->flags |= SCB_SENSE; in aic7xxx_handle_seqint()
4787 scb->flags &= ~SCB_SENSE; in aic7xxx_handle_seqint()
5136 if ( !(scb->flags & SCB_SENSE) ) in aic7xxx_handle_seqint()
6819 else if (scb->flags & SCB_SENSE) in aic7xxx_handle_command_completion_intr()