Home
last modified time | relevance | path

Searched refs:UNIT_ATTENTION (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/scsi/
H A Dscsi_lib_test.c26 .sense = UNIT_ATTENTION, in scsi_lib_test_multiple_sense()
81 scsi_build_sense(&sc, 0, UNIT_ATTENTION, 0x11, 0x0); in scsi_lib_test_multiple_sense()
218 .sense = UNIT_ATTENTION, in scsi_lib_test_total_allowed()
248 scsi_build_sense(&sc, 0, UNIT_ATTENTION, 0x28, 0x0); in scsi_lib_test_total_allowed()
262 .sense = UNIT_ATTENTION, in scsi_lib_test_mixed_total()
267 .sense = UNIT_ATTENTION, in scsi_lib_test_mixed_total()
294 scsi_build_sense(&sc, 0, UNIT_ATTENTION, 0x28, 0x0); in scsi_lib_test_mixed_total()
303 scsi_build_sense(&sc, 0, UNIT_ATTENTION, 0x28, 0x0); in scsi_lib_test_mixed_total()
311 scsi_build_sense(&sc, 0, UNIT_ATTENTION, 0x29, 0x0); in scsi_lib_test_mixed_total()
H A Dses.c91 .sense = UNIT_ATTENTION, in ses_recv_diag()
148 .sense = UNIT_ATTENTION, in ses_send_diag()
H A Dscsi_scan.c661 .sense = UNIT_ATTENTION, in scsi_probe_lun()
666 .sense = UNIT_ATTENTION, in scsi_probe_lun()
1443 .sense = UNIT_ATTENTION, in scsi_report_lun_scan()
H A Dscsi_error.c472 if (sshdr->sense_key == UNIT_ATTENTION) { in scsi_report_sense()
559 if (sshdr.sense_key == UNIT_ATTENTION) { in scsi_check_sense()
646 case UNIT_ATTENTION: in scsi_check_sense()
H A Dsr_ioctl.c219 case UNIT_ATTENTION: in sr_do_ioctl()
H A Dscsi_debug.c1541 mk_sense_buffer(scp, UNIT_ATTENTION, UA_RESET_ASC, in make_ua()
1547 mk_sense_buffer(scp, UNIT_ATTENTION, UA_RESET_ASC, in make_ua()
1553 mk_sense_buffer(scp, UNIT_ATTENTION, UA_RESET_ASC, in make_ua()
1559 mk_sense_buffer(scp, UNIT_ATTENTION, UA_CHANGED_ASC, in make_ua()
1565 mk_sense_buffer(scp, UNIT_ATTENTION, UA_CHANGED_ASC, in make_ua()
1571 mk_sense_buffer(scp, UNIT_ATTENTION, in make_ua()
1578 mk_sense_buffer(scp, UNIT_ATTENTION, in make_ua()
1595 mk_sense_buffer(scp, UNIT_ATTENTION, in make_ua()
1602 mk_sense_buffer(scp, UNIT_ATTENTION, UA_READY_ASC, in make_ua()
H A Dsr.c180 sshdr.sense_key == UNIT_ATTENTION) in sr_get_events()
H A Dch.c194 .sense = UNIT_ATTENTION, in ch_do_scsi()
H A Dscsi_transport_spi.c115 .sense = UNIT_ATTENTION, in spi_execute()
H A Dst.c426 if (cmdstatp->have_sense && scode == UNIT_ATTENTION && in st_chk_result()
1005 if (scode == UNIT_ATTENTION) { /* New media? */ in test_ready()
H A Dhpsa.c389 if (sense_key != UNIT_ATTENTION || asc == 0xff) in check_for_unit_attention()
2675 case UNIT_ATTENTION: in complete_scsi_command()
5925 c->err_info->SenseInfo[2] == UNIT_ATTENTION)) in hpsa_send_test_unit_ready()
/linux/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c87 .sense = UNIT_ATTENTION, in hp_sw_tur()
H A Dscsi_dh_rdac.c529 .sense = UNIT_ATTENTION, in send_mode_select()
720 case UNIT_ATTENTION: in rdac_check_sense()
H A Dscsi_dh_emc.c321 case UNIT_ATTENTION: in clariion_check_sense()
/linux/drivers/target/
H A Dtarget_core_ua.c221 *key = UNIT_ATTENTION; in core_scsi3_ua_for_check_condition()
/linux/include/scsi/
H A Dscsi_proto.h226 #define UNIT_ATTENTION 0x06 macro
/linux/drivers/usb/storage/
H A Disd200.c408 buf->Flags = UNIT_ATTENTION; in isd200_build_sense()
414 buf->Flags = UNIT_ATTENTION; in isd200_build_sense()
H A Djumpshot.c632 info->sense_key = UNIT_ATTENTION; in jumpshot_transport()
H A Ddatafab.c706 info->sense_key = UNIT_ATTENTION; in datafab_transport()
H A Dalauda.c487 info->sense_key = UNIT_ATTENTION; in alauda_check_media()
H A Dshuttle_usbat.c962 info->sense_key = UNIT_ATTENTION; in usbat_flash_check_media()
/linux/drivers/cdrom/
H A Dgdrom.c79 {UNIT_ATTENTION, "Device needs attention - disk may have been changed"},
/linux/drivers/ata/
H A Dlibata-eh.c3536 if (!err_mask || sense_key != UNIT_ATTENTION) in atapi_eh_clear_ua()
H A Dlibata-scsi.c851 {0x20, UNIT_ATTENTION, 0x28, 0x00}, in ata_to_sense_error()