Home
last modified time | relevance | path

Searched refs:FC_REASON_UNSUPPORTED (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_error.h148 #define FC_REASON_UNSUPPORTED 0x09 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c3116 pkt->pkt_reason = FC_REASON_UNSUPPORTED; in ql_els_send()
3430 pkt->pkt_reason = FC_REASON_UNSUPPORTED; in ql_transport()
3453 pkt->pkt_reason = FC_REASON_UNSUPPORTED; in ql_transport()
3465 pkt->pkt_reason = FC_REASON_UNSUPPORTED; in ql_transport()
3474 pkt->pkt_reason = FC_REASON_UNSUPPORTED; in ql_transport()
7718 pkt->pkt_reason = FC_REASON_UNSUPPORTED; in ql_fc_services()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c271 { FC_REASON_UNSUPPORTED, "Unsuported" },
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c621 {IOERR_UNSUPPORTED_FEATURE, FC_PKT_LOCAL_RJT, FC_REASON_UNSUPPORTED,
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c9198 case FC_REASON_UNSUPPORTED: in fcp_complete_pkt()