Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_error.h148 #define FC_REASON_UNSUPPORTED 0x09 macro
/titanic_44/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c270 { FC_REASON_UNSUPPORTED, "Unsuported" },
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2842 pkt->pkt_reason = FC_REASON_UNSUPPORTED; in ql_els_send()
3200 pkt->pkt_reason = FC_REASON_UNSUPPORTED; in ql_transport()
7319 pkt->pkt_reason = FC_REASON_UNSUPPORTED; in ql_fc_services()
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c620 {IOERR_UNSUPPORTED_FEATURE, FC_PKT_LOCAL_RJT, FC_REASON_UNSUPPORTED,
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c9209 case FC_REASON_UNSUPPORTED: in fcp_complete_pkt()