Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet_common.h74 #define VNET_2K (1 << 11) macro
80 #define VNET_ROUNDUP_2K(n) (((n) + (VNET_2K - 1)) & ~(VNET_2K - 1))
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_txdring.c566 if (vsw_jumbo_rxpools == B_FALSE || data_sz == VNET_2K) { in vsw_init_multipools()
H A Dvnet_txdring.c530 if (vnet_jumbo_rxpools == B_FALSE || data_sz == VNET_2K) { in vgen_init_multipools()