Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Dcam.h83 CAM_DEV_QFRZN = 0x40, enumerator
H A Daic7xxx_osm.h648 if ((scb->io_ctx->result & (CAM_DEV_QFRZN << 16)) == 0) { in ahc_freeze_scb()
649 scb->io_ctx->result |= CAM_DEV_QFRZN << 16; in ahc_freeze_scb()
H A Daic79xx_osm.h632 if ((scb->io_ctx->result & (CAM_DEV_QFRZN << 16)) == 0) { in ahd_freeze_scb()
633 scb->io_ctx->result |= CAM_DEV_QFRZN << 16; in ahd_freeze_scb()
H A Daic7xxx_osm.c1699 if ((cmd->result & (CAM_DEV_QFRZN << 16)) != 0) { in ahc_done()
1700 cmd->result &= ~(CAM_DEV_QFRZN << 16); in ahc_done()
H A Daic79xx_osm.c1769 if ((cmd->result & (CAM_DEV_QFRZN << 16)) != 0) { in ahd_done()
1770 cmd->result &= ~(CAM_DEV_QFRZN << 16); in ahd_done()
H A Daic7xxx_core.c6741 ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN; in ahc_send_lstate_events()
6744 ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN; in ahc_send_lstate_events()
H A Daic79xx_core.c9212 ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN; in ahd_send_lstate_events()
9215 ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN; in ahd_send_lstate_events()