Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_error.h142 #define FC_REASON_ABORTED 0x03 macro
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c527 {IOSTAT_DATA_UNDERRUN, FC_PKT_TRAN_ERROR, FC_REASON_ABORTED,
532 {IOSTAT_RSP_INVALID, FC_PKT_TRAN_ERROR, FC_REASON_ABORTED,
625 {IOERR_ABORT_IN_PROGRESS, FC_PKT_LOCAL_RJT, FC_REASON_ABORTED,
629 {IOERR_ABORT_REQUESTED, FC_PKT_LOCAL_RJT, FC_REASON_ABORTED,
10718 pkt->pkt_reason = FC_REASON_ABORTED; in emlxs_set_pkt_state()
H A Demlxs_fct.c3837 if ((pkt->pkt_reason == FC_REASON_ABORTED) || in emlxs_fct_pkt_comp()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c265 { FC_REASON_ABORTED, "Aborted" },
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c8351 FC_REASON_ABORTED; in ql_done()
8400 FC_REASON_ABORTED; in ql_done()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c9030 case FC_REASON_ABORTED: in fcp_complete_pkt()