Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_error.h100 #define FC_NPIV_NOT_SUPPORTED 0x48 /* HBA does not support NPIV */ macro
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h108 #ifndef FC_NPIV_NOT_SUPPORTED
109 #define FC_NPIV_NOT_SUPPORTED 0x47 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2642 port_info->pi_error = FC_NPIV_NOT_SUPPORTED; in ql_bind_port()