Home
last modified time | relevance | path

Searched refs:FC_REASON_FCAL_OPN_FAIL (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_error.h150 #define FC_REASON_FCAL_OPN_FAIL 0x0B macro
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1889 (pkt->pkt_reason == FC_REASON_FCAL_OPN_FAIL)) {
H A Demlxs_solaris.c636 {IOERR_LOOP_OPEN_FAILURE, FC_PKT_LOCAL_RJT, FC_REASON_FCAL_OPN_FAIL,
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c272 { FC_REASON_FCAL_OPN_FAIL, "FC AL Open Failed" },
H A Dfp.c6103 pkt->pkt_reason != FC_REASON_FCAL_OPN_FAIL) { in fp_plogi_intr()
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c9213 case FC_REASON_FCAL_OPN_FAIL: in fcp_complete_pkt()