Searched defs:LPORT_COUNT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_const.h141 #define LPORT_COUNT(slot) ((slot) ? S1_LPORT_COUNT : S0_LPORT_COUNT) macro
142 #define LPORT_MAX(slot) (LPORT_COUNT(slot) - 1)
144 ((lport) >= 0 && (lport) < LPORT_COUNT(slot))

Completed in 46 milliseconds