Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/
H A Dscsi_pkt.h251 #define STAT_DEV_RESET 0x10 /* Target completed hard reset sequence */ macro
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi.c1069 spktp->pkt_statistics |= STAT_DEV_RESET; in atapi_complete()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h1303 ((pktp)->pkt_statistics & (STAT_BUS_RESET | STAT_DEV_RESET))) { \
/illumos-gate/usr/src/uts/common/io/vioscsi/
H A Dvioscsi.c885 pkt->pkt_statistics |= STAT_DEV_RESET; in vioscsi_cmd_handler()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses.c1130 #define HBA_RESET (STAT_BUS_RESET|STAT_DEV_RESET|STAT_ABORTED)
H A Dst.c10027 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 Dsd.c18699 (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/sata/impl/
H A Dsata.c6818 STAT_TIMEOUT | STAT_DEV_RESET; in sata_txlt_write_buffer()
6831 scsipkt->pkt_statistics |= STAT_DEV_RESET; in sata_txlt_write_buffer()
7647 STAT_TIMEOUT | STAT_DEV_RESET; in sata_txlt_rw_completion()
7659 scsipkt->pkt_statistics |= STAT_DEV_RESET; in sata_txlt_rw_completion()
8014 STAT_TIMEOUT | STAT_DEV_RESET; in sata_set_arq_data()
8027 scsipkt->pkt_statistics |= STAT_DEV_RESET; in sata_set_arq_data()
9733 STAT_TIMEOUT | STAT_DEV_RESET; in sata_txlt_atapi_completion()
9749 scsipkt->pkt_statistics |= STAT_DEV_RESET; in sata_txlt_atapi_completion()
17506 scsipkt->pkt_statistics |= STAT_TIMEOUT | STAT_DEV_RESET; in sata_xlate_errors()
17522 scsipkt->pkt_statistics |= STAT_DEV_RESET; in sata_xlate_errors()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pvscsi/
H A Dpvscsi.c480 pkt->pkt_statistics |= STAT_DEV_RESET; in pvscsi_set_status()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c13614 STAT_DEV_RESET) : fcp_fail_cmd(cmd, in fcp_watch()
13929 pkt->pkt_statistics |= STAT_DEV_RESET; in fcp_abort_all()
13988 pkt->pkt_statistics |= STAT_DEV_RESET; in fcp_abort_all()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c5777 cmd, CMD_RESET, STAT_DEV_RESET); in mptsas_check_scsi_io_error()
9379 stat = STAT_DEV_RESET; in mptsas_flush_target()
9429 stat = STAT_DEV_RESET; in mptsas_flush_target()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c3441 (STAT_BUS_RESET | STAT_DEV_RESET | STAT_ABORTED)) == 0) { in vhci_intr()