Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/
H A Dscsi_pkt.h251 #define STAT_DEV_RESET 0x10 /* Target completed hard reset sequence */ macro
/titanic_41/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_driver.c768 pkt->pkt_statistics |= STAT_DEV_RESET; in scsa1394_sbp2_status_proc()
773 pkt->pkt_statistics |= STAT_DEV_RESET; in scsa1394_sbp2_status_proc()
794 pkt->pkt_statistics |= STAT_DEV_RESET; in scsa1394_sbp2_status_proc()
949 pkt->pkt_statistics |= STAT_DEV_RESET; in scsa1394_sbp2_reset_proc()
/titanic_41/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_cbi.c530 scsa2usbp->scsa2usb_cur_pkt->pkt_statistics |= STAT_DEV_RESET; in scsa2usb_cbi_reset_recovery()
H A Dusb_ms_bulkonly.c784 scsa2usbp->scsa2usb_cur_pkt->pkt_statistics |= STAT_DEV_RESET; in scsa2usb_bulk_only_reset_recovery()
/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi.c1069 spktp->pkt_statistics |= STAT_DEV_RESET; in atapi_complete()
/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/sata/impl/
H A Dsata.c6750 STAT_TIMEOUT | STAT_DEV_RESET; in sata_txlt_write_buffer()
6763 scsipkt->pkt_statistics |= STAT_DEV_RESET; in sata_txlt_write_buffer()
7575 STAT_TIMEOUT | STAT_DEV_RESET; in sata_txlt_rw_completion()
7587 scsipkt->pkt_statistics |= STAT_DEV_RESET; in sata_txlt_rw_completion()
7942 STAT_TIMEOUT | STAT_DEV_RESET; in sata_set_arq_data()
7955 scsipkt->pkt_statistics |= STAT_DEV_RESET; in sata_set_arq_data()
9661 STAT_TIMEOUT | STAT_DEV_RESET; in sata_txlt_atapi_completion()
9677 scsipkt->pkt_statistics |= STAT_DEV_RESET; in sata_txlt_atapi_completion()
17443 scsipkt->pkt_statistics |= STAT_TIMEOUT | STAT_DEV_RESET; in sata_xlate_errors()
17459 scsipkt->pkt_statistics |= STAT_DEV_RESET; in sata_xlate_errors()
/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c4538 CMD_RESET, STAT_DEV_RESET); in fas_handle_unknown()
5949 CMD_RESET, STAT_DEV_RESET); in fas_handle_msg_out_done()
8327 CMD_RESET, STAT_DEV_RESET); in fas_do_scsi_reset()
8516 fas_mark_packets(fas, i, CMD_RESET, STAT_DEV_RESET); in fas_reset_cleanup()
H A Dsf.c5052 pkt->pkt_statistics |= STAT_DEV_RESET; in sf_abort_all()
5111 STAT_DEV_RESET; in sf_abort_all()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c13627 STAT_DEV_RESET) : fcp_fail_cmd(cmd, in fcp_watch()
13942 pkt->pkt_statistics |= STAT_DEV_RESET; in fcp_abort_all()
14001 pkt->pkt_statistics |= STAT_DEV_RESET; in fcp_abort_all()
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c5696 cmd, CMD_RESET, STAT_DEV_RESET); in mptsas_check_scsi_io_error()
9130 stat = STAT_DEV_RESET; in mptsas_flush_target()
9180 stat = STAT_DEV_RESET; in mptsas_flush_target()
/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()