Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_ulpif.h46 #define FCTL_ULP_MODREV_4 4 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c122 FCTL_ULP_MODREV_4, /* ulp_rev */
H A Dfcip.c585 FCTL_ULP_MODREV_4, /* FCIP revision */
H A Dfcp.c871 FCTL_ULP_MODREV_4, /* ulp_rev */
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c639 if (ulp_info->ulp_rev != FCTL_ULP_MODREV_4) { in fc_ulp_add()