Searched refs:unit_attention (Results 1 – 4 of 4) sorted by relevance
491 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 …]
2263 sdev->unit_attention = SENSE_CODE(NO_SENSE); in megasas_soft_reset()
74 SCSISense unit_attention; member161 SCSISense unit_attention; member
116 u_int unit_attention; member211 ch->unit_attention = 1; in ch_do_scsi()