Home
last modified time | relevance | path

Searched refs:unit_attention (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c491 if (req->dev->unit_attention.key == UNIT_ATTENTION) { in scsi_fetch_unit_attention_sense()
492 ua = &req->dev->unit_attention; in scsi_fetch_unit_attention_sense()
493 } else if (req->bus->unit_attention.key == UNIT_ATTENTION) { in scsi_fetch_unit_attention_sense()
494 ua = &req->bus->unit_attention; in scsi_fetch_unit_attention_sense()
822 if ((d->unit_attention.key == UNIT_ATTENTION || in scsi_req_new()
823 bus->unit_attention.key == UNIT_ATTENTION) && in scsi_req_new()
903 if (req->dev->unit_attention.key == UNIT_ATTENTION) { in scsi_clear_reported_luns_changed()
904 ua = &req->dev->unit_attention; in scsi_clear_reported_luns_changed()
905 } else if (req->bus->unit_attention.key == UNIT_ATTENTION) { in scsi_clear_reported_luns_changed()
906 ua = &req->bus->unit_attention; in scsi_clear_reported_luns_changed()
[all …]
H A Dmegasas.c2263 sdev->unit_attention = SENSE_CODE(NO_SENSE); in megasas_soft_reset()
/openbmc/qemu/include/hw/scsi/
H A Dscsi.h74 SCSISense unit_attention; member
161 SCSISense unit_attention; member
/openbmc/linux/drivers/scsi/
H A Dch.c116 u_int unit_attention; member
211 ch->unit_attention = 1; in ch_do_scsi()