Home
last modified time | relevance | path

Searched refs:STAT_BUS_RESET (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/uts/common/sys/scsi/
H A Dscsi_pkt.h250 #define STAT_BUS_RESET 0x8 /* Reset operation on interconnect */ macro
/titanic_41/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_driver.c380 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()
/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi.c1066 spktp->pkt_statistics |= STAT_BUS_RESET; in atapi_complete()
/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_io.c2677 STAT_BUS_RESET; in iscsi_handle_reset()
2693 STAT_BUS_RESET; in iscsi_handle_reset()
3632 STAT_BUS_RESET; in iscsi_flush_cmd_after_reset()
/titanic_41/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_hba.c1012 pkt->pkt_statistics |= STAT_BUS_RESET | STAT_DEV_RESET; in smrt_hba_complete()
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h1296 ((pktp)->pkt_statistics & (STAT_BUS_RESET | STAT_DEV_RESET))) { \
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dses.c1164 #define HBA_RESET (STAT_BUS_RESET|STAT_DEV_RESET|STAT_ABORTED)
H A Dst.c10026 if (pkt->pkt_statistics & (STAT_BUS_RESET | STAT_DEV_RESET)) { in st_handle_incomplete()
10053 ((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 Dsd.c19575 (STAT_BUS_RESET | STAT_DEV_RESET | STAT_ABORTED)) != 0) {
25136 (STAT_BUS_RESET|STAT_DEV_RESET|STAT_ABORTED)) == 0) {
25161 (STAT_BUS_RESET | STAT_DEV_RESET))) {
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c3430 mptsas_set_pkt_reason(mpt, cmd, CMD_RESET, STAT_BUS_RESET); in mptsas_accept_pkt()
5687 STAT_BUS_RESET | STAT_TIMEOUT); in mptsas_check_scsi_io_error()
5690 STAT_BUS_RESET); in mptsas_check_scsi_io_error()
9281 STAT_BUS_RESET); in mptsas_flush_hba()
9297 mptsas_set_pkt_reason(mpt, cmd, CMD_RESET, STAT_BUS_RESET); in mptsas_flush_hba()
9305 mptsas_set_pkt_reason(mpt, cmd, CMD_RESET, STAT_BUS_RESET); in mptsas_flush_hba()
9324 mptsas_set_pkt_reason(mpt, cmd, CMD_RESET, STAT_BUS_RESET); in mptsas_flush_hba()
/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c2537 STAT_BUS_RESET; in sf_statec_callback()
2574 pkt->pkt_statistics |= STAT_BUS_RESET; in sf_statec_callback()
5659 pkt->pkt_statistics |= STAT_BUS_RESET; in sf_cmd_callback()
H A Dfas.c8713 fas_mark_packets(fas, slot, CMD_RESET, STAT_BUS_RESET); in fas_reset_recovery()
/titanic_41/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.c1116 pkt->pkt_statistics |= STAT_BUS_RESET; in arcmsr_tran_start()
3971 ccb->pkt->pkt_statistics |= STAT_BUS_RESET; in arcmsr_iop_reset()
/titanic_41/usr/src/uts/common/io/aac/
H A Daac.c1969 STAT_BUS_RESET); in aac_pd_complete()
4293 STAT_TIMEOUT | STAT_BUS_RESET); in aac_abort_iocmd()
4299 STAT_BUS_RESET); in aac_abort_iocmd()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c9109 pkt->pkt_statistics |= STAT_BUS_RESET; in fcp_complete_pkt()
9157 pkt->pkt_statistics |= STAT_BUS_RESET; in fcp_complete_pkt()
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c3438 (STAT_BUS_RESET|STAT_DEV_RESET|STAT_ABORTED)) == 0) { in vhci_intr()