/illumos-gate/usr/src/uts/common/sys/scsi/ |
H A D | scsi_pkt.h | 250 #define STAT_BUS_RESET 0x8 /* Reset operation on interconnect */ macro
|
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | sbp2_driver.c | 380 scsa1394_sbp2_flush_cmds(lp, CMD_TRAN_ERR, 0, STAT_BUS_RESET); in scsa1394_sbp2_req_bus_reset() 398 scsa1394_sbp2_flush_cmds(lp, CMD_DEV_GONE, 0, STAT_BUS_RESET); in scsa1394_sbp2_req_bus_reset() 443 scsa1394_sbp2_flush_cmds(lp, CMD_DEV_GONE, 0, STAT_BUS_RESET); in scsa1394_sbp2_disconnect() 955 pkt->pkt_statistics |= STAT_BUS_RESET; in scsa1394_sbp2_reset_proc()
|
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | atapi.c | 1066 spktp->pkt_statistics |= STAT_BUS_RESET; in atapi_complete()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_io.c | 2677 STAT_BUS_RESET; in iscsi_handle_reset() 2693 STAT_BUS_RESET; in iscsi_handle_reset() 3636 STAT_BUS_RESET; in iscsi_flush_cmd_after_reset()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/ |
H A D | smartpqi_hw.c | 282 if (pqi_fail_cmd(c, reason, STAT_BUS_RESET) != in pqi_fail_drive_cmds()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/ |
H A D | smrt_hba.c | 1012 pkt->pkt_statistics |= STAT_BUS_RESET | STAT_DEV_RESET; in smrt_hba_complete()
|
/illumos-gate/usr/src/uts/common/sys/scsi/targets/ |
H A D | sddef.h | 1303 ((pktp)->pkt_statistics & (STAT_BUS_RESET | STAT_DEV_RESET))) { \
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | ses.c | 1130 #define HBA_RESET (STAT_BUS_RESET|STAT_DEV_RESET|STAT_ABORTED)
|
H A D | st.c | 10027 if (pkt->pkt_statistics & (STAT_BUS_RESET | STAT_DEV_RESET)) { in st_handle_incomplete() 10054 ((pkt->pkt_statistics & (STAT_BUS_RESET | STAT_DEV_RESET | in st_handle_incomplete() 10587 (STAT_BUS_RESET | STAT_DEV_RESET | STAT_ABORTED)) == 0)) { in st_handle_autosense()
|
H A D | sd.c | 18699 (STAT_BUS_RESET | STAT_DEV_RESET | STAT_ABORTED)) != 0) { 24570 (STAT_BUS_RESET | STAT_DEV_RESET | STAT_ABORTED)) == 0) { 24595 (STAT_BUS_RESET | STAT_DEV_RESET))) {
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/lmrc/ |
H A D | lmrc.c | 1061 pkt->pkt_statistics = STAT_BUS_RESET; in lmrc_tgt_complete_cmd()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 3568 mptsas_set_pkt_reason(mpt, cmd, CMD_RESET, STAT_BUS_RESET); in mptsas_accept_pkt() 5825 STAT_BUS_RESET | STAT_TIMEOUT); in mptsas_check_scsi_io_error() 5828 STAT_BUS_RESET); in mptsas_check_scsi_io_error() 9587 STAT_BUS_RESET); in mptsas_flush_hba() 9603 mptsas_set_pkt_reason(mpt, cmd, CMD_RESET, STAT_BUS_RESET); in mptsas_flush_hba() 9611 mptsas_set_pkt_reason(mpt, cmd, CMD_RESET, STAT_BUS_RESET); in mptsas_flush_hba() 9630 mptsas_set_pkt_reason(mpt, cmd, CMD_RESET, STAT_BUS_RESET); in mptsas_flush_hba()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pvscsi/ |
H A D | pvscsi.c | 487 pkt->pkt_statistics |= STAT_BUS_RESET; in pvscsi_set_status()
|
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/ |
H A D | arcmsr.c | 1116 pkt->pkt_statistics |= STAT_BUS_RESET; in arcmsr_tran_start() 3966 ccb->pkt->pkt_statistics |= STAT_BUS_RESET; in arcmsr_iop_reset()
|
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | aac.c | 1971 STAT_BUS_RESET); in aac_pd_complete() 4299 STAT_TIMEOUT | STAT_BUS_RESET); in aac_abort_iocmd() 4305 STAT_BUS_RESET); in aac_abort_iocmd()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 9098 pkt->pkt_statistics |= STAT_BUS_RESET; in fcp_complete_pkt() 9146 pkt->pkt_statistics |= STAT_BUS_RESET; in fcp_complete_pkt()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 3441 (STAT_BUS_RESET | STAT_DEV_RESET | STAT_ABORTED)) == 0) { in vhci_intr()
|
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/ |
H A D | fas.c | 8713 fas_mark_packets(fas, slot, CMD_RESET, STAT_BUS_RESET); in fas_reset_recovery()
|