Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2362 if (sts.comp_status == CS_RESET && LOOP_READY(ha)) { in ql_status_error()
2422 (sts.comp_status == CS_RESET || in ql_status_error()
2425 if (sts.comp_status == CS_RESET) { in ql_status_error()
2766 } else if (sp->pkt->pkt_reason == CS_RESET) { in ql_ip_entry()
3082 } else if (sp->pkt->pkt_reason == CS_RESET) { in ql_ms_entry()
H A Dql_api.c7875 (sp->pkt->pkt_reason == CS_RESET || in ql_done()
7917 case CS_RESET: in ql_done()
H A Dql_xioctl.c2507 case CS_RESET: in ql_scsi_passthru()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h369 #define CS_RESET 0x4 /* SCSI bus reset occurred */ macro