Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_error.h153 #define FC_REASON_ILLEGAL_REQ 0x0E macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c585 {IOERR_ILLEGAL_COMMAND, FC_PKT_LOCAL_RJT, FC_REASON_ILLEGAL_REQ,
593 {IOERR_ILLEGAL_FIELD, FC_PKT_LOCAL_RJT, FC_REASON_ILLEGAL_REQ,
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c276 { FC_REASON_ILLEGAL_REQ, "Illegal Request", },
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c9199 case FC_REASON_ILLEGAL_REQ: in fcp_complete_pkt()