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 D | fc_error.h | 142 #define FC_REASON_ABORTED 0x03 macro
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei.c | 926 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 D | emlxs_solaris.c | 526 {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 D | emlxs_fct.c | 3823 if ((pkt->pkt_reason == FC_REASON_ABORTED) ||
|
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 264 { FC_REASON_ABORTED, "Aborted" },
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 7928 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 D | fcp.c | 9041 case FC_REASON_ABORTED: in fcp_complete_pkt()
|