Home
last modified time | relevance | path

Searched refs:FC_REASON_XCHG_BSY (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_error.h157 #define FC_REASON_XCHG_BSY 0x13 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c280 { FC_REASON_XCHG_BSY, "Exchange Busy" },
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c3007 pkt->pkt_reason = FC_REASON_XCHG_BSY; in ql_els_send()
5348 pkt->pkt_reason = FC_REASON_XCHG_BSY; in ql_els_plogi()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c9018 case FC_REASON_XCHG_BSY: { in fcp_complete_pkt()