Home
last modified time | relevance | path

Searched refs:FC_REASON_ABORTED (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_error.h142 #define FC_REASON_ABORTED 0x03 macro
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.c926 xch->xch_fpkt->pkt_reason = FC_REASON_ABORTED; in fcoei_xch_check()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c526 {IOSTAT_DATA_UNDERRUN, FC_PKT_TRAN_ERROR, FC_REASON_ABORTED,
531 {IOSTAT_RSP_INVALID, FC_PKT_TRAN_ERROR, FC_REASON_ABORTED,
624 {IOERR_ABORT_IN_PROGRESS, FC_PKT_LOCAL_RJT, FC_REASON_ABORTED,
628 {IOERR_ABORT_REQUESTED, FC_PKT_LOCAL_RJT, FC_REASON_ABORTED,
10695 pkt->pkt_reason = FC_REASON_ABORTED; in emlxs_set_pkt_state()
H A Demlxs_fct.c3823 if ((pkt->pkt_reason == FC_REASON_ABORTED) ||
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c264 { FC_REASON_ABORTED, "Aborted" },
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c7928 FC_REASON_ABORTED; in ql_done()
7977 FC_REASON_ABORTED; in ql_done()
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c9041 case FC_REASON_ABORTED: in fcp_complete_pkt()