Home
last modified time | relevance | path

Searched refs:FC_NPIV_MAX_PORT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h68 #define FC_NPIV_MAX_PORT 255 macro
668 int fp_npiv_portindex[FC_NPIV_MAX_PORT];
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c2256 if ((!port) || (vindex <= 0) || (vindex >= FC_NPIV_MAX_PORT)) { in fctl_check_npiv_portindex()
2283 for (i = 0; i < FC_NPIV_MAX_PORT; i++) { in fctl_get_npiv_portindex()