Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_defs.h133 #define SID_VECTOR_VALID(n) (n <= SID_VECTOR_MAX) macro
H A Dhpi_vir.c214 if (!SID_VECTOR_VALID(sid.vector)) { in hpi_fzc_sid_set()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_defs.h485 #define SID_VECTOR_VALID(n) (n <= SID_VECTOR_MAX) macro
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_vir.c1426 ASSERT(SID_VECTOR_VALID(sid.vector)); in npi_fzc_sid_set()
1427 if (!SID_VECTOR_VALID(sid.vector)) { in npi_fzc_sid_set()