Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c506 LSRJT_CMD_UNSUPPORTED, LSEXP_NOTHING_MORE); in emlxs_els_handle_unsol_req()
1184 ELS_CMD_FLOGI, LSRJT_PROTOCOL_ERR, LSEXP_NOTHING_MORE); in emlxs_process_unsol_flogi()
1337 ELS_CMD_PLOGI, LSRJT_PROTOCOL_ERR, LSEXP_NOTHING_MORE); in emlxs_process_unsol_plogi()
1378 LSEXP_NOTHING_MORE); in emlxs_process_unsol_plogi()
1396 ELS_CMD_PLOGI, LSRJT_UNABLE_TPC, LSEXP_NOTHING_MORE); in emlxs_process_unsol_plogi()
1568 ELS_CMD_PRLI, LSRJT_UNABLE_TPC, LSEXP_NOTHING_MORE); in emlxs_handle_unsol_prli()
1701 ELS_CMD_AUTH, LSRJT_UNABLE_TPC, LSEXP_NOTHING_MORE); in emlxs_handle_unsol_auth()
1715 LSRJT_UNABLE_TPC, LSEXP_NOTHING_MORE); in emlxs_handle_unsol_auth()
2148 ELS_CMD_ECHO, LSRJT_UNABLE_TPC, LSEXP_NOTHING_MORE); in emlxs_handle_unsol_echo()
2224 ELS_CMD_RTV, LSRJT_UNABLE_TPC, LSEXP_NOTHING_MORE); in emlxs_handle_unsol_rtv()
[all …]
H A Demlxs_fct.c695 LSRJT_UNABLE_TPC, LSEXP_NOTHING_MORE); in emlxs_fct_handle_unsol_flogi()
724 LSRJT_UNABLE_TPC, LSEXP_NOTHING_MORE); in emlxs_fct_handle_unsol_flogi()
3209 cmd_code, LSRJT_UNABLE_TPC, LSEXP_NOTHING_MORE); in emlxs_fct_handle_unsol_els()
3220 LSRJT_UNABLE_TPC, LSEXP_NOTHING_MORE); in emlxs_fct_handle_unsol_els()
H A Demlxs_solaris.c3128 els->un.lsRjt.un.b.lsRjtRsnCodeExp = LSEXP_NOTHING_MORE; in emlxs_ub_els_reject()
9197 LSEXP_NOTHING_MORE; in emlxs_send_els()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h1483 #define LSEXP_NOTHING_MORE 0x00 macro