Home
last modified time | relevance | path

Searched refs:FC_REASON_FS_CMD_UNABLE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_error.h265 #define FC_REASON_FS_CMD_UNABLE 0x09 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c357 { FC_REASON_FS_CMD_UNABLE, "Unable to Perform Command" },
H A Dfp.c3338 ((pkt->pkt_reason == FC_REASON_FS_CMD_UNABLE) && in fp_handle_reject()