Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c52 return (DFC_INVALID_ADAPTER); in emlxs_menlo_set_mode()
116 return (DFC_INVALID_ADAPTER); in emlxs_menlo_reset()
178 return (DFC_INVALID_ADAPTER); in emlxs_menlo_get_cfg()
237 return (DFC_INVALID_ADAPTER); in emlxs_menlo_get_logcfg()
294 return (DFC_INVALID_ADAPTER); in emlxs_menlo_get_log()
350 return (DFC_INVALID_ADAPTER); in emlxs_menlo_get_paniclog()
3275 return (DFC_INVALID_ADAPTER); in emlxs_dump_menlo_log()
H A Demlxs_dfc.c5935 rval = DFC_INVALID_ADAPTER; in emlxs_dfc_send_menlo()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h254 #define DFC_INVALID_ADAPTER (DFC_ERRNO_START + 50) macro