Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_iocb.h789 #define IOSTAT_LS_RJT 0x9 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c517 {IOSTAT_LS_RJT, FC_PKT_LS_RJT, FC_REASON_CMD_UNABLE,
720 {IOSTAT_LS_RJT, "LS reject."},
9214 emlxs_pkt_complete(sbp, IOSTAT_LS_RJT, 0, 1); in emlxs_send_els()
H A Demlxs_els.c236 if (iocb->ULPSTATUS == IOSTAT_LS_RJT) { in emlxs_els_handle_event()
H A Demlxs_fcp.c659 case IOSTAT_LS_RJT: in emlxs_handle_fcp_event()
H A Demlxs_sli4.c5824 if (iocb->ULPSTATUS == IOSTAT_LS_RJT) { in emlxs_CQE_to_IOCB()