Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx.h533 SCB_SENSE = 0x0008, enumerator
Daic79xx.h571 SCB_SENSE = 0x00008, enumerator
Daic7xxx_core.c1028 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()
Daic79xx_osm.c1916 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()
Daic79xx_core.c8899 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()
Daic7xxx_osm.c1845 if (scb->flags & SCB_SENSE) { in ahc_linux_handle_scsi_status()