Home
last modified time | relevance | path

Searched refs:CS_RESET (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2489 if (sts.comp_status == CS_RESET && LOOP_READY(ha)) { in ql_status_error()
2550 (sts.comp_status == CS_RESET || in ql_status_error()
2553 if (sts.comp_status == CS_RESET) { in ql_status_error()
2912 } else if (sp->pkt->pkt_reason == CS_RESET) { in ql_ip_entry()
3243 } else if (sp->pkt->pkt_reason == CS_RESET) { in ql_ms_entry()
H A Dql_xioctl.c2613 case CS_RESET: in ql_scsi_passthru()
H A Dql_api.c8305 (sp->pkt->pkt_reason == CS_RESET || in ql_done()
8347 case CS_RESET: in ql_done()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h347 #define CS_RESET 0x4 /* SCSI bus reset occurred */ macro