Home
last modified time | relevance | path

Searched refs:SCB_SENSE (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx.h533 SCB_SENSE = 0x0008, enumerator
H A Daic79xx.h571 SCB_SENSE = 0x00008, enumerator
H A Daic7xxx_core.c1028 if ((scb->flags & SCB_SENSE) != 0) { in ahc_handle_seqint()
1030 * Clear the SCB_SENSE Flag and have 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()
6661 if ((scb->flags & SCB_SENSE) == 0) in ahc_calc_residual()
6670 (scb->flags & SCB_SENSE) ? "Sense " : "", resid); in ahc_calc_residual()
H A Daic79xx_osm.c1904 if ((scb->flags & (SCB_SENSE|SCB_PKT_SENSE)) != 0) { in ahd_linux_handle_scsi_status()
1909 if (scb->flags & SCB_SENSE) { in ahd_linux_handle_scsi_status()
H A Daic79xx_core.c8859 if ((scb->flags & SCB_SENSE) != 0) { in ahd_handle_scsi_status()
8861 * Clear the SCB_SENSE Flag and perform in ahd_handle_scsi_status()
8864 scb->flags &= ~SCB_SENSE; in ahd_handle_scsi_status()
9019 scb->flags |= SCB_SENSE; in ahd_handle_scsi_status()
9131 if ((scb->flags & SCB_SENSE) == 0) in ahd_calc_residual()
9140 (scb->flags & SCB_SENSE) ? "Sense " : "", resid); in ahd_calc_residual()
H A Daic7xxx_osm.c1829 if (scb->flags & SCB_SENSE) { in ahc_linux_handle_scsi_status()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx.h533 SCB_SENSE = 0x0008, enumerator
H A Daic79xx.h571 SCB_SENSE = 0x00008, enumerator
H A Daic7xxx_core.c1028 if ((scb->flags & SCB_SENSE) != 0) { in ahc_handle_seqint()
1030 * Clear the SCB_SENSE Flag and have 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()
H A Daic79xx_osm.c1898 if ((scb->flags & (SCB_SENSE|SCB_PKT_SENSE)) != 0) { in ahd_linux_handle_scsi_status()
1903 if (scb->flags & SCB_SENSE) { in ahd_linux_handle_scsi_status()
H A Daic79xx_core.c8854 if ((scb->flags & SCB_SENSE) != 0) { in ahd_handle_scsi_status()
8856 * Clear the SCB_SENSE Flag and perform 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()
H A Daic7xxx_osm.c1828 if (scb->flags & SCB_SENSE) { in ahc_linux_handle_scsi_status()

Completed in 58 milliseconds