Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_error.h141 #define FC_REASON_SEQ_TIMEOUT 0x02 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c573 {IOERR_SEQUENCE_TIMEOUT, FC_PKT_TIMEOUT, FC_REASON_SEQ_TIMEOUT,
654 {IOERR_ABORT_TIMEOUT, FC_PKT_TIMEOUT, FC_REASON_SEQ_TIMEOUT,
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c264 { FC_REASON_SEQ_TIMEOUT, "Sequence Timeout" },
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c3475 case FC_REASON_SEQ_TIMEOUT: in fcp_ipkt_sema_wait()