Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/sys/
H A Dvnet_common.h76 #define VNET_8K (1 << 13) macro
77 #define VNET_12K ((VNET_8K) + (VNET_4K))
82 #define VNET_ROUNDUP_8K(n) (((n) + (VNET_8K - 1)) & ~(VNET_8K - 1))
/titanic_44/usr/src/uts/sun4v/io/
H A Dvsw_txdring.c272 dp->data_sz = (vsw_num_descriptors * data_sz) + VNET_8K; in vsw_setup_tx_dring()
H A Dvnet_txdring.c192 ldcp->tx_data_sz = (data_sz * ldcp->num_txds) + VNET_8K; in vgen_create_tx_dring()